Check Fleet Server health
POST
/api/fleet/health_check
curl \
-X POST https://localhost:5601/api/fleet/health_check \
-H "Content-Type: application/json; Elastic-Api-Version=2023-10-31" \
-H "kbn-xsrf: true"
Request examples
# Headers
kbn-xsrf: true
# Payload
{
"id": "string"
}
Response examples (200)
{
"host_id": "string",
"name": "string",
"status": "string"
}
Response examples (400)
{
"error": "string",
"message": "string",
"statusCode": 42.0
}
Response examples (404)
{
"error": "string",
"message": "string",
"statusCode": 42.0
}