Spaces method and path for this operation:
get /s/{space_id}/api/fleet/agents/{agentId}/effective_config
Refer to Spaces for more information.
Get an agent's effective config by ID.
[Required authorization] Route required privileges: fleet-agents-read.
GET
/api/fleet/agents/{agentId}/effective_config
curl \
--request GET 'https://localhost:5601/api/fleet/agents/{agentId}/effective_config' \
--header "Authorization: $API_KEY"
Response examples (200)
{
"effective_config": {}
}
Response examples (400)
{
"message": "Bad Request"
}