<PackageReference Include="Relativity.Server.Infrastructure.SDK" Version="5000.0.1" />

AgentServerResponse

Represents results of a read operation on an agent server.
public List<Action> Actions { get; set; }

Gets or sets a list of RESTful operations that a user has permissions to perform on the current agent server.

Gets or sets the ID and name of the user who created the agent server.

public DateTime CreatedOn { get; set; }

Gets or sets the date and time when the agent server was added to Relativity.

public string Keywords { get; set; }

Gets or sets any keywords associated with the agent server.

Gets or sets the ID and name of the user who recently updated the agent server.

public DateTime LastModifiedOn { get; set; }

Gets or sets the date and time when the agent server was most recently updated.

public Meta Meta { get; set; }

Gets or sets a list of unsupported and read-only properties on the current agent server.

public string Notes { get; set; }

Gets or sets an optional description or other information about the agent server.

public DisplayableObjectIdentifier Status { get; set; }

Gets or sets status of the agent server.

public string TemporaryDirectory { get; set; }

Gets or sets temporary directory of the agent server.

public DisplayableObjectIdentifier Type { get; set; }

Gets or sets type of the server.

public string Version { get; set; }

Gets or sets version of the agent server.

public string WindowsServiceStatus { get; set; }

Gets or sets status of Windows service this server is hosting.