Bulk action
post
/iam/governance/selfservice/api/v1/scheduler/jobs/bulkAction
Perform action on multiple jobs at once
Request
Root Schema : BulkAction
Type:
Show Source
object
-
action(required):
string
Allowed Values:
[ "DISABLE", "ENABLE", "DELETE", "RUN", "STOP" ]
Action to be performed. -
jobNames(required):
array jobNames
Array of names of job on which action is to be performed.
Nested Schema : jobNames
Type:
array
Array of names of job on which action is to be performed.
Show Source
Response
Supported Media Types
- application/json
200 Response
OK
400 Response
Invalid input