Relaunch a Job
get
/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
Back to Top
Response
Supported Media Types
- application/json
200 Response
Root Schema : JobRelaunch
Type:
Show Source
object
-
credential_passwords(required):
string
Title:
Credential passwords
-
hosts:
string
Title:
Hosts
Default Value:all
Allowed Values:[ "all", "failed" ]
-
passwords_needed_to_start:
string
Title:
Passwords needed to start
Read Only:true
-
retry_counts:
string
Title:
Retry counts
Read Only:true