/schedule_run/{scheduledServiceId}
- Mount Point: /service/local/schedule_run/{scheduledServiceId}
The following operations are supported on this resource:
GET
Run the specified scheduled task right now. Will then be rescheduled upon completion for normal run.
Parameters
name | description | type | default |
---|---|---|---|
scheduledServiceId | The scheduled task to access. | path |
Output Payload
element | produceable content type(s) |
---|---|
(custom) |
|
description | |
(no documentation provided) |
DELETE
Cancel the execution of an existing scheduled task.
Parameters
name | description | type | default |
---|---|---|---|
scheduledServiceId | The scheduled task to cancel. | path |