Bulk request diagnostics from agents
Body
-
additional_metrics array[string]
Value is
CPU
. agents array[string] | string Required
-
batchSize number
POST
/api/fleet/agents/bulk_request_diagnostics
curl \
-X POST https://localhost:5601/api/fleet/agents/bulk_request_diagnostics \
-H "Content-Type: application/json; Elastic-Api-Version=2023-10-31" \
-H "kbn-xsrf: true"
Request examples
# Headers
kbn-xsrf: true
# Payload
{
"additional_metrics": [
"CPU"
],
"agents": [
"string"
],
"batchSize": 42.0
}
Response examples (200)
{
"actionId": "string"
}
Response examples (400)
{
"error": "string",
"message": "string",
"statusCode": 42.0
}