getAgentProperty
Get the value of a property on an agent
Format
udclient [global-args...] [global-flags...]
getAgentProperty [parameters]
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| agent | string | true | Name or ID of the agent |
| name | string | true | Name of the property |
Example
udclient -username jsmith -password passwd
-weburl https://deployserver.example.com:8443
getAgentProperty
-agent Agent1
-name JAVA_HOMERelated REST command: Get the value of a property on an agent.