v53

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-076771,7565.2 MB
alerting

Get the alerting framework health

Spaces method and path for this operation:

<div><span class="operation-verb get">get</span>&nbsp;<span class="operation-path">/s/{space_id}/api/alerting/_health</span></div>

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

Response

Indicates a successful call.

has_permanent_encryption_keyboolean

If false, the encrypted saved object plugin does not have a permanent encryption key.

is_sufficiently_secureboolean

If false, security is enabled but TLS is not.

Example response

{
  "alerting_framework_health": {
    "decryption_health": {
      "status": "ok",
      "timestamp": "2023-01-13T01:28:00.280Z"
    },
    "execution_health": {
      "status": "ok",
      "timestamp": "2023-01-13T01:28:00.280Z"
    },
    "read_health": {
      "status": "ok",
      "timestamp": "2023-01-13T01:28:00.280Z"
    }
  },
  "has_permanent_encryption_key": true,
  "is_sufficiently_secure": true
}