GET /api/fleet/agents/{agentId}/effective_config

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.

Path parameters

  • agentId string Required

    The agent ID to get effective config of

Responses

  • 200 application/json

    OK: A successful request.

    Additional properties are NOT allowed.

  • 400 application/json

    A bad request.

    Hide response attributes Show response attributes object
    • error string
    • errorType string
    • message string Required
    • statusCode number
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"
}