@@ -11,31 +11,31 @@ Creates a {rollup-job}.
11
11
12
12
experimental[]
13
13
14
- [[sample -api-request]]
14
+ [[rollup-put-job -api-request]]
15
15
==== {api-request-title}
16
16
17
17
`PUT _rollup/job/<job_id>`
18
18
19
- [[sample -api-prereqs]]
19
+ [[rollup-put-job -api-prereqs]]
20
20
==== {api-prereq-title}
21
21
22
22
* If the {es} {security-features} are enabled, you must have `manage` or
23
23
`manage_rollup` cluster privileges to use this API. For more information, see
24
24
{stack-ov}/security-privileges.html[Security privileges].
25
25
26
- [[sample -api-desc]]
26
+ [[rollup-put-job -api-desc]]
27
27
==== {api-description-title}
28
28
29
29
Jobs are created in a `STOPPED` state. You can start them with the
30
30
<<rollup-start-job,start {rollup-jobs} API>>.
31
31
32
- [[sample -api-path-params]]
32
+ [[rollup-put-job -api-path-params]]
33
33
==== {api-path-parms-title}
34
34
35
35
`job_id`::
36
36
(Required, string) Identifier for the {rollup-job}.
37
37
38
- [[sample -api-request-body]]
38
+ [[rollup-put-job -api-request-body]]
39
39
==== {api-request-body-title}
40
40
41
41
`cron`::
@@ -64,7 +64,7 @@ Jobs are created in a `STOPPED` state. You can start them with the
64
64
65
65
For more details about the job configuration, see <<rollup-job-config>>.
66
66
67
- [[sample -api-example]]
67
+ [[rollup-put-job -api-example]]
68
68
==== {api-example-title}
69
69
70
70
The following example creates a {rollup-job} named "sensor", targeting the
0 commit comments