List 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.

Responses

  • 200 application/json

    OK

    Hide response attributes Show response attributes object
    • items array[object]
      Hide items attributes Show items attributes object
      • certificate string
      • certificate_authorities string
      • certificate_key string
      • id string
      • name string Required
      • proxy_headers object
      • url string Required
    • page integer
    • perPage integer
    • total integer
  • 400 application/json

    Generic Error

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