Get full agent policy by ID
Query parameters
-
download string
-
standalone string
-
kubernetes string
GET /api/fleet/agent_policies/{agentPolicyId}/full
curl \
-X 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
}