Examples

POST /api/job_invocations/360/rerun
{
  "job_invocation": {}
}
404
{
  "error": "Could not rerun job 360 because its template could not be found"
}

Params

Param name Description
location_id
optional

Set the current location context for the request

Validations:

  • Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Integer

id
required

Validations:

  • string from 2 to 128 characters containing only alphanumeric characters, space, '_', '-' with no leading or trailing space..

failed_only
optional

Validations:

  • Must be one of: true, false, 1, 0.

succeeded_only
optional

Validations:

  • Must be one of: true, false, 1, 0.