Executions_rerunExecutionQuery

Rerun batch execution.

SecuritybearerAuth
Request
Request Body schema: application/json

Rerun options.

object
Responses
200

Ok

post/executions/rerun
Request samples
application/json
{ }
Response samples
application/json
{
  • "id": "string",
  • "url": "string",
  • "status": "string",
  • "createdAt": "2019-08-24T14:15:22Z",
  • "updatedAt": "2019-08-24T14:15:22Z",
  • "type": "string",
  • "error": "string",
  • "progress": 0,
  • "spec": {
    },
  • "report": {
    }
}