Query parameters

  • timeoutstring

    Explicit operation timeout.

    Values are -1 or 0.

  • verboseboolean

    Opt-in for more information about the health of the system.

  • sizenumber

    Limit the number of affected resources the health report API returns.

Responses

GET /_health_report
GET _health_report
resp = client.health_report()
const response = await client.healthReport();
response = client.health_report
$resp = $client->healthReport();
curl -X GET -H "Authorization: ApiKey $ELASTIC_API_KEY" "$ELASTICSEARCH_URL/_health_report"