PUT https://{hostname}:{port}
/cli/agentCLI/test?{parameters}
Accept: application/json
| Parameter | Type | Required | Description |
|---|---|---|---|
| agent | string | true | Name or ID of the agent |
| Parameter | Type | Required | Description |
|---|---|---|---|
| Accept | application/json | true |
curl -k -u jsmith:passwd
"https://myserver.example.com:8443/cli/agentCLI/test
?agent=myAgent" -X PUT
Related CLI command: testAgent.