PUT https://{hostname}:{port}
/cli/agentCLI/setProperty?{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.