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

Relativity.Infrastructure.V1.Agent.Models.AgentResponse

public class AgentResponse : DisplayableObjectIdentifier
Represents the results of a read operation on an agent.
public List<Action> Actions { get; set; }

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

public Securable<DisplayableObjectIdentifier> AgentServer { get; set; }

Gets or sets the identifier for the server hosting the agent for a user with sufficient permissions.

public Securable<DisplayableObjectIdentifier> AgentType { get; set; }

Gets or sets the identifier for the agent type for a user with sufficient permissions.

public DisplayableObjectIdentifier CreatedBy { get; set; }

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

public DateTime CreatedOn { get; set; }

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

public string DetailMessage { get; set; }

Gets or sets a comprehensive version of the message that the agent logged to Relativity.

public bool Enabled { get; set; }

Gets or sets a value indicating whether the agent is running.

public AgentEventLevel EventLevel { get; set; }

Gets or sets the severity of the last message that the agent logged to Relativity.

public decimal Interval { get; set; }

Gets or sets the number of seconds that the agent should wait before checking the database for available jobs.

public string Keywords { get; set; }

Gets or sets optional keywords associated with the agent.

public DisplayableObjectIdentifier LastModifiedBy { get; set; }

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

public DateTime LastModifiedOn { get; set; }

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

public DateTime? LastUpdate { get; set; }

Gets or sets the date and time immediately before the most recent call to the execution method on the agent.

public int LoggingLevel { get; set; }

Gets or sets a value indicating the message type that the system logs in the Event Viewer.

public string Message { get; set; }

Gets or sets the most recent message that the agent logged to Relativity.

public DateTime? MessageTime { get; set; }

Gets or sets the date and time when the agent last updated the Message property.

public Meta Meta { get; set; }

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

public string Notes { get; set; }

Gets or sets optional words or phrase used to describe the agent.

public AgentResponse()