getAgentProperty#
Get the value of a property on an agent
Format#
udclient [\[global-args...\]](../../com.udeploy.reference.doc/topics/cli_command_format.md) [\[global-flags...\]](../../com.udeploy.reference.doc/topics/cli_command_format.md)
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://myserver.example.com:8443
getAgentProperty
-agent Agent1
-name JAVA_HOME
Related REST command: Get the value of a property on an agent.
Parent topic: CLI Commands