Get agent definitionAdded in 8.10
GET/agent-definitions/:agentDefinitionKey
Eventually Consistent About endpoint data consistency
Returns an agent definition by key.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
The agent definition is successfully returned.
The provided data is not valid.
The request lacks valid authentication credentials.
Response Headers
WWW-Authenticate
Forbidden. The request is not allowed.
The agent definition with the given key was not found. More details are provided in the response body.
An internal error occurred while processing the request.