GET https://{hostname}:{port}
/cli/agentCLI/getProperty?{parameters}
| Parameter | Type | Required | Description |
|---|---|---|---|
| agent | string | true | Name or ID of the agent |
| name | string | true | Name of the property |
curl -k -u jsmith:passwd
"https://myserver.example.com:8443/cli/agentCLI/getProperty
?agent=myAgent&name=Hostname"
Related CLI command: getAgentProperty.