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

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

  • 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

Schema

    any

Loading...