Relaunch a Job
post
/api/v2/jobs/{id}/relaunch/
Make a POST request to this resource to launch a job. If any passwords or variables are required then they should be passed in via POST data. In order to determine what values are required in order to launch a job based on this job template you may make a GET request to this endpoint.
Request
Supported Media Types
- application/json
Path Parameters
Root Schema : JobRelaunch
Type:
Show Source
object-
credential_passwords(required):
string
Title:
Credential passwords -
hosts:
string
Title:
HostsDefault Value:allAllowed Values:[ "all", "failed" ] -
passwords_needed_to_start:
string
Title:
Passwords needed to startRead Only:true -
retry_counts:
string
Title:
Retry countsRead Only:true
Response
Supported Media Types
- application/json
201 Response
Root Schema : JobRelaunch
Type:
Show Source
object-
credential_passwords(required):
string
Title:
Credential passwords -
hosts:
string
Title:
HostsDefault Value:allAllowed Values:[ "all", "failed" ] -
passwords_needed_to_start:
string
Title:
Passwords needed to startRead Only:true -
retry_counts:
string
Title:
Retry countsRead Only:true