获取设置 API

编辑

检索现有的 Uptime 设置。

请求

编辑

GET <kibana host>:<port>/api/uptime/settings

GET <kibana host>:<port>/s/<space_id>/api/uptime/settings

先决条件

编辑

您必须在 可观测性 部分的 Kibana 功能权限中拥有 uptime 功能的 read 权限。

API 返回以下内容

{
    "heartbeatIndices": "heartbeat-8*",
    "certExpirationThreshold": 30,
    "certAgeThreshold": 730,
    "defaultConnectors": [
        "08990f40-09c5-11ee-97ae-912b222b13d4",
        "db25f830-2318-11ee-9391-6b0c030836d6"
    ],
    "defaultEmail": {
        "to": [],
        "cc": [],
        "bcc": []
    }
}