post: summary: Fleet Server health check tags: - Fleet internals responses: '200': description: OK content: application/json: schema: type: object properties: name: type: string status: type: string host: type: string '400': $ref: ../components/responses/error.yaml operationId: fleet-server-health-check parameters: - $ref: ../components/headers/kbn_xsrf.yaml requestBody: required: true content: application/json: schema: type: object properties: host: type: string