GET /api/fleet/kubernetes/download

Spaces method and path for this operation:

get /s/{space_id}/api/fleet/kubernetes/download

Refer to Spaces for more information.

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

Query parameters

  • download boolean
  • fleetServer string
  • enrolToken string

Responses

  • 200 application/json

    OK: A successful request.

  • 400 application/json

    A bad request.

    Hide response attributes Show response attributes object
    • error string
    • errorType string
    • message string Required
    • statusCode number
  • 404 application/json

    Not found.

    Hide response attributes Show response attributes object
    • error string
    • errorType string
    • message string Required
    • statusCode number
GET /api/fleet/kubernetes/download
curl \
 --request GET 'http://localhost:5601/api/fleet/kubernetes/download' \
 --header "Authorization: $API_KEY"