GET https://{hostname}:{port}
/cli/agentCLI?{parameters}
Parameter | Type | Required | Description |
---|---|---|---|
active | boolean | false | Specify true (the default) to include active agents |
inactive | boolean | false | Specify true to include inactive agents; the default is false |
[
{
"id": "bdc2019c-78ae-403c-a528-22b31ae3c183",
"name": "Agent1",
"active": true,
"licensed": false,
"licenseType": "NONE",
"status": "ONLINE",
"version": "6.0.1.0.452394",
"workingDirectory": "/opt/ibm-ucd/agent/var/work/",
"impersonationPassword": "****",
"impersonationForce": false,
"tags": [
]
}
]
Related CLI command: getAgents.