Bulk upgrade agents

POST /api/fleet/agents/bulk_upgrade

[Required authorization] Route required privileges: fleet-agents-all.

Headers

  • kbn-xsrf string Required

    A required header to protect against CSRF attacks

application/json

Body

  • agents array[string] | string Required

  • batchSize number
  • force boolean
  • includeInactive boolean

    Default value is false.

  • rollout_duration_seconds number

    Minimum value is 600.

  • skipRateLimitCheck boolean
  • source_uri string
  • start_time string
  • version string Required

Responses

  • 200 application/json
    Hide response attribute Show response attribute object
    • actionId string Required
  • 400 application/json
    Hide response attributes Show response attributes object
    • error string
    • errorType string
    • message string Required
    • statusCode number
POST /api/fleet/agents/bulk_upgrade
curl \
 --request POST 'https://<KIBANA_URL>/api/fleet/agents/bulk_upgrade' \
 --header "Authorization: $API_KEY" \
 --header "Content-Type: application/json" \
 --header "kbn-xsrf: true" \
 --data '{"agents":["string"],"batchSize":42.0,"force":true,"includeInactive":false,"rollout_duration_seconds":42.0,"skipRateLimitCheck":true,"source_uri":"string","start_time":"string","version":"string"}'