Get Fleet Server host by ID

View as Markdown
GET /api/fleet/fleet_server_hosts/{itemId}

Spaces method and path for this operation:

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

Refer to Spaces for more information.

Path parameters

  • itemId string Required

Responses

  • 200 application/json

    OK

    Hide response attribute Show response attribute object
    • item object Required
      Hide item attributes Show item 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
  • 400 application/json

    Generic Error

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