Get calendar configuration info
Generally available; Added in 6.2.0
Required authorization
- Cluster privileges:
monitor_ml
GET
/_ml/calendars
Console
GET _ml/calendars/planned-outages
curl \
--request GET 'http://api.example.com/_ml/calendars' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"page":{"from":42.0,"size":42.0}}'