IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Get settings API
edit
A newer version is available. Check out the latest documentation.
Get settings API
editRetrieve uptime settings existing settings.
Request
editGET <kibana host>:<port>/api/uptime/settings
GET <kibana host>:<port>/s/<space_id>/api/uptime/settings
Prerequisites
editYou must have read privileges for the uptime feature in Observability section of the
Kibana feature privileges.
The API returns the following:
{
"heartbeatIndices": "heartbeat-8*",
"certExpirationThreshold": 30,
"certAgeThreshold": 730,
"defaultConnectors": [
"08990f40-09c5-11ee-97ae-912b222b13d4",
"db25f830-2318-11ee-9391-6b0c030836d6"
],
"defaultEmail": {
"to": [],
"cc": [],
"bcc": []
}
}