Get incoming agent data

View as Markdown
GET /api/fleet/agent_status/data

Spaces method and path for this operation:

get /s/{space_id}/api/fleet/agent_status/data

Refer to Spaces for more information.

Query parameters

  • agentsIds array[string] Required

Responses

  • 200 application/json

    OK

    Hide response attribute Show response attribute object
    • items array[object]
      Hide items attribute Show items attribute object
      • * object Additional properties
        Hide * attribute Show * attribute object
        • data boolean
  • 400 application/json

    Generic Error

    Hide response attributes Show response attributes object
    • error string
    • message string
    • statusCode number
GET /api/fleet/agent_status/data
curl \
 --request GET 'https://localhost:5601/api/fleet/agent_status/data?agentsIds=string' \
 --header "Authorization: $API_KEY"