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