{ "opencollection": "1.0.0", "info": { "name": "Kibana APIs Actions uptime API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "uptime", "type": "folder" }, "items": [ { "info": { "name": "Get uptime settings", "type": "http" }, "http": { "method": "GET", "url": "https://{kibana_url}/api/uptime/settings" }, "docs": "**Spaces method and path for this operation:**\n\n
get /s/{space_id}/api/uptime/settings
\n\nRefer to [Spaces](https://www.elastic.co/docs/deploy-manage/manage-spaces) for more information.\n\nYou must have `read` privileges for the uptime feature in the Observability section of the Kibana feature privileges.\n" }, { "info": { "name": "Update uptime settings", "type": "http" }, "http": { "method": "PUT", "url": "https://{kibana_url}/api/uptime/settings", "body": { "type": "json", "data": "{}" } }, "docs": "**Spaces method and path for this operation:**\n\n
put /s/{space_id}/api/uptime/settings
\n\nRefer to [Spaces](https://www.elastic.co/docs/deploy-manage/manage-spaces) for more information.\n\nUpdate uptime setting attributes like `heartbeatIndices`, `certExpirationThreshold`, `certAgeThreshold`, `defaultConnectors`, or `defaultEmail`. You must have `all` privileges for the uptime feature in the Observability sec" } ] } ], "bundled": true }