Get proxies

GET /api/fleet/proxies

Spaces method and path for this operation:

get /s/{space_id}/api/fleet/proxies

Refer to Spaces for more information.

[Required authorization] Route required privileges: fleet-settings-read.

Responses

  • 200 application/json
    Hide response attributes Show response attributes object
    • items array[object] Required
      Hide items attributes Show items attributes object
      • certificate string | null
      • certificate_authorities string | null
      • certificate_key string | null
      • id string Required
      • is_preconfigured boolean

        Default value is false.

      • name string Required
      • proxy_headers object | null
      • url string Required
    • page number Required
    • perPage number Required
    • total number Required
  • 400 application/json
    Hide response attributes Show response attributes object
    • error string
    • errorType string
    • message string Required
    • statusCode number
GET /api/fleet/proxies
curl \
 --request GET 'https://localhost:5601/api/fleet/proxies' \
 --header "Authorization: $API_KEY"