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=myAgent" -X PUT
Related CLI command: testAgent.