原文地址: https://www.elastic.co/guide/en/elasticsearch/reference/7.7/ml-put-calendar.html, 原文档版权归 www.elastic.co 所有
IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Create calendar APIedit
Instantiates a calendar.
Requestedit
PUT _ml/calendars/<calendar_id>
Prerequisitesedit
-
If the Elasticsearch security features are enabled, you must have
manage_ml
ormanage
cluster privileges to use this API. See Security privileges.
Descriptionedit
For more information, see Calendars and scheduled events.
Path parametersedit
-
<calendar_id>
- (Required, string) A string that uniquely identifies a calendar.
Request bodyedit
-
description
- (Optional, string) A description of the calendar.
Examplesedit
PUT _ml/calendars/planned-outages
When the calendar is created, you receive the following results:
{ "calendar_id": "planned-outages", "job_ids": [] }