Get uptime settings

GET /api/uptime/settings

You must have read privileges for the uptime feature in the Observability section of the Kibana feature privileges.

Responses

  • 200 application/json

    Indicates a successful call

GET /api/uptime/settings
curl \
 --request GET 'http://localhost:5622/api/uptime/settings' \
 --header "Authorization: $API_KEY"
Response examples (200)
{
  "heartbeatIndices": "heartbeat-8*",
  "certExpirationThreshold": 30,
  "certAgeThreshold": 730,
  "defaultConnectors": [
      "08990f40-09c5-11ee-97ae-912b222b13d4",
      "db25f830-2318-11ee-9391-6b0c030836d6"
  ],
  "defaultEmail": {
      "to": [],
      "cc": [],
      "bcc": []
  }
}