Get info about events in calendars | Elasticsearch API documentation (original) (raw)
Dismiss highlight Show more
Path parameters
- A string that uniquely identifies a calendar. You can get information for multiple calendars by using a comma-separated list of ids or a wildcard expression. You can get information for all calendars by using
_all
or*
or by omitting the calendar identifier.
Query parameters
- Specifies to get events with timestamps earlier than this time.
- Skips the specified number of events.
- Specifies to get events for a specific anomaly detection job identifier or job group. It must be used with a calendar identifier of
_all
or*
. - Specifies the maximum number of events to obtain.
- Specifies to get events with timestamps after this time.
Responses
- 200 application/json
Hide response attributes Show response attributes object- Hide events attributes Show events attributes object
* A description of the scheduled event.
* #### end_time string | number Required
A date and time, either as a string whose format can depend on the context (defaulting to ISO 8601), or a number of milliseconds since the Epoch. Elasticsearch accepts both as input, but will generally output a string representation.
Time unit for milliseconds
* #### start_time string | number Required
A date and time, either as a string whose format can depend on the context (defaulting to ISO 8601), or a number of milliseconds since the Epoch. Elasticsearch accepts both as input, but will generally output a string representation.
Time unit for milliseconds
* When true the model will not create results for this calendar period.
* When true the model will not be updated for this calendar period.
* Shift time by this many seconds. For example adjust time for daylight savings changes
- Hide events attributes Show events attributes object