Get agent setup info

View as Markdown
GET /api/fleet/agents/setup

Spaces method and path for this operation:

get /s/{space_id}/api/fleet/agents/setup

Refer to Spaces for more information.

Responses

  • 200 application/json

    OK

    Hide response attributes Show response attributes object
    • isReady boolean Required
    • missing_optional_features array[string] Required

      Value is encrypted_saved_object_encryption_key_required.

    • missing_requirements array[string] Required

      Values are tls_required, api_keys, fleet_admin_user, or fleet_server.

    • package_verification_key_id string
  • 400 application/json

    Generic Error

    Hide response attributes Show response attributes object
    • error string
    • message string
    • statusCode number
GET /api/fleet/agents/setup
curl \
 --request GET 'https://localhost:5601/api/fleet/agents/setup' \
 --header "Authorization: $API_KEY"