Get the value of a property on an agent

Request

GET https://{hostname}:{port}
    /cli/agentCLI/getProperty?{parameters}
Table 1. Request parameters
Parameter Type Required Description
agent string true Name or ID of the agent
name string true Name of the property

Example

curl -k -u jsmith:passwd 
   
  "https://myserver.example.com:8443/cli/agentCLI/getProperty
  ?agent=myAgent&name=Hostname"

Related CLI command: getAgentProperty.


Feedback