File tree 1 file changed +16
-2
lines changed
docs/reference/ml/anomaly-detection/apis
1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -39,15 +39,29 @@ For more information, see
39
39
(Required, string)
40
40
include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=calendar-id]
41
41
42
+ [[ml-get-calendar-query-parms]]
43
+ == {api-query-parms-title}
44
+
45
+ `from`::
46
+ (Optional, integer) Skips the specified number of calendars. This parameter
47
+ is supported only when you omit the `<calendar_id>`. Defaults to `0`.
48
+
49
+ `size`::
50
+ (Optional, integer) Specifies the maximum number of calendars to obtain.
51
+ This parameter is supported only when you omit the `<calendar_id>`. Defaults
52
+ to `100`.
53
+
42
54
[[ml-get-calendar-request-body]]
43
55
== {api-request-body-title}
44
56
45
57
`page`.`from`::
46
- (Optional, integer) Skips the specified number of calendars. Defaults to `0`.
58
+ (Optional, integer) Skips the specified number of calendars. This object is
59
+ supported only when you omit the `<calendar_id>`. Defaults to `0`.
47
60
48
61
`page`.`size`::
49
62
(Optional, integer) Specifies the maximum number of calendars to obtain.
50
- Defaults to `0`.
63
+ This object is supported only when you omit the `<calendar_id>`. Defaults
64
+ to `100`.
51
65
52
66
[[ml-get-calendar-results]]
53
67
== {api-response-body-title}
You can’t perform that action at this time.
0 commit comments