getAgentProperty

Get the value of a property on an agent

Format

udclient [global-args...] [global-flags...]
  getAgentProperty [parameters]

Parameters

Table 1. 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://myserver.example.com:8443
  getAgentProperty
  -agent Agent1
  -name JAVA_HOME

Related REST command: Get the value of a property on an agent.


Feedback