getAgents
Get information about all agents
Format
udclient [global-args...] [global-flags...]
getAgents [parameters]
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
active | boolean | false |
Example
udclient -username jsmith -password passwd
-weburl https://deployserver.example.com:8443
getAgents
Example response
[
{
"id": "bdc2019c-78ae-403c-a528-22b31ae3c183",
"name": "Agent1",
"active": true,
"licensed": false,
"licenseType": "NONE",
"status": "ONLINE",
"version": "6.0.1.0.452394",
"workingDirectory": "/opt/install-dir/agent/var/work/",
"impersonationPassword": "****",
"impersonationForce": false,
"tags": [
]
}
]
Related REST command: Get information about all agents.