Set a property on a agent

Request

PUT https://{hostname}:{port}
  /cli/agentCLI/setProperty?{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
isSecure boolean false Whether the property is secure; the default is the current state of the property, or false if the property is not yet specified
value string false New value for the property

Related CLI command: setAgentProperty.


Feedback