Get a full agent policy Beta

GET /api/fleet/agent_policies/{agentPolicyId}/full

Get a full agent policy by ID.

Responses

GET /api/fleet/agent_policies/{agentPolicyId}/full
curl \
 -X GET https://<KIBANA_URL>/api/fleet/agent_policies/{agentPolicyId}/full
Response examples (200)
{
  "item": "string"
}
Response examples (400)
{
  "error": "string",
  "message": "string",
  "statusCode": 42.0
}