/schedules/{scheduledServiceId}
Mount Point: /service/local/schedules/{scheduledServiceId}
The following operations are supported on this resource:
GET
Get the details of an existing scheduled task.
Parameters
| name | description | type | default |
|---|---|---|---|
| scheduledServiceId | The scheduled task to access. | path |
Response Body
| element: | scheduled-task |
| media types: | application/xml application/json |
(no documentation provided)
PUT
Update the configuration of an existing scheduled task.
Parameters
| name | description | type | default |
|---|---|---|---|
| scheduledServiceId | The scheduled task to access. | path |
Request Body
| element: | scheduled-task |
| media types: | application/xml application/json |
(no documentation provided)
Response Body
| element: | schedule-service-status |
| media types: | application/xml application/json |
(no documentation provided)
DELETE
Delete an existing scheduled task.
Parameters
| name | description | type | default |
|---|---|---|---|
| scheduledServiceId | The scheduled task to access. | path |