原英文版地址: https://www.elastic.co/guide/en/elasticsearch/reference/7.7/ml-put-calendar.html, 原文档版权归 www.elastic.co 所有
本地英文版地址: ../en/ml-put-calendar.html
本地英文版地址: ../en/ml-put-calendar.html
重要: 此版本不会发布额外的bug修复或文档更新。最新信息请参考 当前版本文档。
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": [] }