A reference to an agent.

interface TaskAgentReference {
    _links?: any;
    accessPoint?: string;
    enabled?: boolean;
    id?: number;
    name?: string;
    oSDescription?: string;
    provisioningState?: string;
    status?: TaskAgentStatus;
    version?: string;
}

Hierarchy (View Summary)

Properties

_links?: any
accessPoint?: string

This agent's access point.

enabled?: boolean

Whether or not this agent should run jobs.

id?: number

Identifier of the agent.

name?: string

Name of the agent.

oSDescription?: string

Agent OS.

provisioningState?: string

Provisioning state of this agent.

Whether or not the agent is online.

version?: string

Agent version.