getAgents#

Get information about all agents

Format#

udclient [\[global-args...\]](../../com.udeploy.reference.doc/topics/cli_command_format.md) [\[global-flags...\]](../../com.udeploy.reference.doc/topics/cli_command_format.md)
  getAgents [parameters]

Parameters#

Parameter Type Required Description
active boolean false  

Example#

udclient -username jsmith -password passwd 
  -weburl https://myserver.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/ibm-ucd/agent/var/work/",
    "impersonationPassword": "****",
    "impersonationForce": false,
    "tags": [
    ]
  }
]

Related REST command: Get information about all agents.

Parent topic: CLI Commands