Download an agent policy
Download an agent policy by ID.
[Required authorization] Route required privileges: ALL of [fleet-agent-policies-read, fleet-setup].
Path parameters
-
agentPolicyId
string Required
Query parameters
-
download
boolean -
standalone
boolean -
kubernetes
boolean
GET
/api/fleet/agent_policies/{agentPolicyId}/download
curl \
--request GET 'http://localhost:5622/api/fleet/agent_policies/{agentPolicyId}/download' \
--header "Authorization: $API_KEY"
Response examples (200)
string
Response examples (400)
{
"error": "string",
"message": "string",
"statusCode": 42.0
}
Response examples (404)
{
"error": "string",
"message": "string",
"statusCode": 42.0
}