List Fleet Server hosts

GET /api/fleet/fleet_server_hosts

Spaces method and path for this operation:

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

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
      • host_urls array[string] Required
      • id string Required
      • is_default boolean Required
      • is_internal boolean
      • is_preconfigured boolean Required
      • name string
      • proxy_id string
    • 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/fleet_server_hosts
curl \
 --request GET 'https://localhost:5601/api/fleet/fleet_server_hosts' \
 --header "Authorization: $API_KEY"