Get a Fleet Server host
Spaces method and path for this operation:
get /s/{space_id}/api/fleet/fleet_server_hosts/{itemId}
Refer to Spaces for more information.
Get a Fleet Server host by ID.
[Required authorization] Route required privileges: fleet-settings-read.
GET
/api/fleet/fleet_server_hosts/{itemId}
curl \
--request GET 'https://localhost:5601/api/fleet/fleet_server_hosts/{itemId}' \
--header "Authorization: $API_KEY"