Download agent policy by ID
Path parameters
-
agentPolicyId
string Required
Query parameters
-
download
string -
standalone
string -
kubernetes
string
GET
/api/fleet/agent_policies/{agentPolicyId}/download
curl \
--request GET https://localhost:5601/api/fleet/agent_policies/{agentPolicyId}/download \
--header "Authorization: $API_KEY"
Response examples (200)
{
"item": "string"
}
Response examples (400)
{
"error": "string",
"message": "string",
"statusCode": 42.0
}