Bulk request diagnostics from agents
[Required authorization] Route required privileges: ALL of [fleet-agents-read].
Body
-
additional_metrics array[string]
Value is
CPU
. agents array[string] | string Required
-
batchSize number
POST
/api/fleet/agents/bulk_request_diagnostics
curl \
--request POST https://localhost:5601/api/fleet/agents/bulk_request_diagnostics \
--header "Content-Type: application/json" \
--header "kbn-xsrf: true" \
--data '{"additional_metrics":["CPU"],"agents":["string"],"batchSize":42.0}'
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
}