Get incoming agent data

GET /api/fleet/agent_status/data

Query parameters

Responses

  • 200 application/json; Elastic-Api-Version=2023-10-31

    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
  • 400 application/json; Elastic-Api-Version=2023-10-31

    Generic Error

    Hide response attributes Show response attributes object
GET /api/fleet/agent_status/data
curl \
 -X GET http://localhost:5601/api/fleet/agent_status/data?agentsIds=string
Response examples (200)
{
  "items": [
    {
      "additionalProperty1": {
        "data": true
      },
      "additionalProperty2": {
        "data": true
      }
    }
  ]
}
Response examples (400)
{
  "error": "string",
  "message": "string",
  "statusCode": 42.0
}