resumePauseJobs
POST/resumePauseJobs
Starting with Release v23.10, the resumePauseJobs API enables you to pause jobs based on their job type and job name.
When a job is paused, its status is displayed as Paused on the Job Control Panel page.
The Authorization
must have Bearer
followed by Token
.
Mandatory params:
action
Optional params:
triggername
jobname
Request
- application/json
Body
action string
jobname string
triggername string
Responses
- 200
Pausing Job / Resume Job
Response Headers
Access-Control-Allow-Credentials
string
Access-Control-Allow-Origin
string
Cache-Control
string
Content-Security-Policy
string
Date
string
Expires
string
Permissions-Policy
string
Referrer-Policy
string
Set-Cookie
string
Strict-Transport-Security
string
X-Content-Type-Options
string
- text/plain
- Schema
- Pausing Job
- Resume Job
Schema
any
Job(s) Paused successfully
Job(s) Resumed successfully
Loading...