Test the connection from an agent to the server
Request
PUT https://{hostname}:{port}
/cli/agentCLI/test?{parameters}
Accept: {contentType}
| Parameter | Type | Required | Description |
|---|---|---|---|
| agent | string | true | Name or ID of the agent |
| Parameter | Type | Required | Description |
|---|---|---|---|
| Accept |
|
true |
Example
curl -k -u jsmith:passwd
"https://deployserver.example.com:8443/cli/agentCLI/test
?agent=<agent name or UUID or agent endpoint ID" -X PUTRelated CLI command: testAgent.