Download an agent manifest

GET /api/fleet/kubernetes/download

[Required authorization] Route required privileges: fleet-agent-policies-read AND fleet-setup.

Query parameters

  • download boolean
  • fleetServer string
  • enrolToken string

Responses

  • 200 application/json
  • 400 application/json
    Hide response attributes Show response attributes object
    • error string
    • errorType string
    • message string Required
    • statusCode number
  • 404 application/json
    Hide response attributes Show response attributes object
    • error string
    • errorType string
    • message string Required
    • statusCode number
GET /api/fleet/kubernetes/download
curl \
 --request GET 'https://<KIBANA_URL>/api/fleet/kubernetes/download' \
 --header "Authorization: $API_KEY"