{
"operation-name" : "restart-job",
"description" : "Restarts a batch job. Only jobs in a STOPPED or FAILED state can be restarted.",
"request-properties" : {
"execution-id" : {
"type" : {
"TYPE_MODEL_VALUE" : "LONG"
},
"description" : "The execution id of the job to restart. This must be the most recent job execution id.",
"expressions-allowed" : false,
"required" : true,
"nillable" : false,
"min" : 1,
"max" : 2147483647,
"stability" : "default"
},
"properties" : {
"type" : {
"TYPE_MODEL_VALUE" : "OBJECT"
},
"description" : "Optional properties to use when restarting the batch job.",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"stability" : "default",
"value-type" : {
"TYPE_MODEL_VALUE" : "STRING"
}
}
},
"reply-properties" : {"type" : {
"TYPE_MODEL_VALUE" : "LONG"
}},
"stability" : "default",
"read-only" : false,
"runtime-only" : true
}