Get full agent policy by ID

GET /agent_policies/{agentPolicyId}/full

Responses

GET /agent_policies/{agentPolicyId}/full
curl \
 -X GET https://localhost:5601/agent_policies/{agentPolicyId}/full
Response examples (200)
{
  "item": "string"
}
Response examples (400)
{
  "error": "string",
  "message": "string",
  "statusCode": 42.0
}