Fleet Server health check
Spaces method and path for this operation:
post /s/{space_id}/api/fleet/health_check
Refer to Spaces for more information.
POST
/api/fleet/health_check
curl \
--request POST 'http://localhost:5601/api/fleet/health_check' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--header "kbn-xsrf: string" \
--data '{"host":"string","id":"string"}'