Skip to main content

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

Path Parameters

    path stringrequired

Body

    action string
    jobname string
    triggername string

Responses

Pausing Job / Resume Job

Response Headers

  • Access-Control-Allow-Credentials

    string

  • Access-Control-Allow-Origin

    string

  • Cache-Control

    string

  • Connection

    string

  • Content-Security-Policy

    string

  • Date

    string

  • Expires

    string

  • Permissions-Policy

    string

  • Pragma

    string

  • Referrer-Policy

    string

  • Set-Cookie

    string

  • Strict-Transport-Security

    string

  • Transfer-Encoding

    string

  • X-Content-Type-Options

    string

  • X-Frame-Options

    string

  • X-XSS-Protection

    string

Schema

    any

Loading...