Get the alerting framework health
Spaces method and path for this operation:
get /s/{space_id}/api/alerting/_health
Refer to Spaces for more information.
You must have read privileges for the Management > Stack Rules feature or for at least one of the Analytics > Discover, Analytics > Machine Learning, Observability, or Security features.
GET /api/alerting/_health
curl \ --request GET 'https://localhost:5601/api/alerting/_health' \ --header "Authorization: $API_KEY" Response examples (200)
{ "is_sufficiently_secure": true, "alerting_framework_health": { "read_health": { "status": "ok", "timestamp": "2023-01-13T01:28:00.280Z" }, "execution_health": { "status": "ok", "timestamp": "2023-01-13T01:28:00.280Z" }, "decryption_health": { "status": "ok", "timestamp": "2023-01-13T01:28:00.280Z" } }, "has_permanent_encryption_key": true }