TaskAgent interface
A task agent.
- Extends
Properties
assigned |
The agent cloud request that's currently associated with this agent. |
assigned |
The request which is currently assigned to this agent. |
authorization | Authorization information for this agent. |
created |
Date on which this agent was created. |
last |
The last request which was completed by this agent. |
max |
Maximum job parallelism allowed for this agent. |
pending |
Pending update for this agent. |
properties | |
status |
Date on which the last connectivity status change occurred. |
system |
System-defined capabilities supported by this agent's host. Warning: To set capabilities use the PUT method, PUT will completely overwrite existing capabilities. |
user |
User-defined capabilities supported by this agent's host. Warning: To set capabilities use the PUT method, PUT will completely overwrite existing capabilities. |
Inherited Properties
access |
This agent's access point. |
enabled | Whether or not this agent should run jobs. |
id | Identifier of the agent. |
name | Name of the agent. |
os |
Agent OS. |
provisioning |
Provisioning state of this agent. |
status | Whether or not the agent is online. |
version | Agent version. |
Property Details
assignedAgentCloudRequest
The agent cloud request that's currently associated with this agent.
assignedAgentCloudRequest: TaskAgentCloudRequest
Property Value
assignedRequest
The request which is currently assigned to this agent.
assignedRequest: TaskAgentJobRequest
Property Value
authorization
Authorization information for this agent.
authorization: TaskAgentAuthorization
Property Value
createdOn
Date on which this agent was created.
createdOn: Date
Property Value
Date
lastCompletedRequest
The last request which was completed by this agent.
lastCompletedRequest: TaskAgentJobRequest
Property Value
maxParallelism
Maximum job parallelism allowed for this agent.
maxParallelism: number
Property Value
number
pendingUpdate
properties
properties: any
Property Value
any
statusChangedOn
Date on which the last connectivity status change occurred.
statusChangedOn: Date
Property Value
Date
systemCapabilities
System-defined capabilities supported by this agent's host. Warning: To set capabilities use the PUT method, PUT will completely overwrite existing capabilities.
systemCapabilities: {[key: string]: string}
Property Value
{[key: string]: string}
userCapabilities
User-defined capabilities supported by this agent's host. Warning: To set capabilities use the PUT method, PUT will completely overwrite existing capabilities.
userCapabilities: {[key: string]: string}
Property Value
{[key: string]: string}
Inherited Property Details
accessPoint
This agent's access point.
accessPoint: string
Property Value
string
Inherited From TaskAgentReference.accessPoint
enabled
Whether or not this agent should run jobs.
enabled: boolean
Property Value
boolean
Inherited From TaskAgentReference.enabled
id
name
osDescription
Agent OS.
osDescription: string
Property Value
string
Inherited From TaskAgentReference.osDescription
provisioningState
Provisioning state of this agent.
provisioningState: string
Property Value
string
Inherited From TaskAgentReference.provisioningState
status
Whether or not the agent is online.
status: TaskAgentStatus
Property Value
Inherited From TaskAgentReference.status