AgentRequest
Represents a DTO used as a request for creating or updating an agent.
Gets or sets the identifier for the server hosting the agent.
Gets or sets the identifier for the agent type.
Gets or sets a value indicating whether the agent is running.
Gets or sets the number of seconds the agent manager will wait between each agent execution.
Gets or sets keywords associated with the agent.
Gets or sets a value indicating the message type that the system logs in the Event Viewer.
Gets or sets an optional description or other information about the agent.
public AgentRequest()
Initializes a new instance of the AgentRequest class with all properties set to null.
Initializes a new instance of the AgentRequest class with a response object, which is useful for chaining commands.