Get a full agent policy
Get a full agent policy by ID.
[Required authorization] Route required privileges: ALL of [fleet-agent-policies-read].
Query parameters
-
download boolean
-
standalone boolean
-
kubernetes boolean
GET
/api/fleet/agent_policies/{agentPolicyId}/full
curl \
--request GET https://localhost:5601/api/fleet/agent_policies/{agentPolicyId}/full
Response examples (200)
{
"item": "string"
}
Response examples (400)
{
"error": "string",
"message": "string",
"statusCode": 42.0
}