Skip to main content

Resubmit a Job

Select

SaaS
Customer Managed

This operation resubmits a job.

Path Parameters
  • jobId string required
Responses

OK


Schema
  • taskId integer
  • jobIds string[]
POST /job/:jobid/action/resubmit    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
jobId — path required
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/Job/:jobId/action/Resubmit' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'