Get incoming agent data

GET /agent_status/data

Query parameters

Responses

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

    OK

    Hide response attribute Show response attribute object
  • 400 application/json; Elastic-Api-Version=2023-10-31

    Generic Error

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