post /runs/{name}
Start New Job (startRun)
Initiate a new Runbook job with a specific action (e.g FullMigration).
Consumes
This API call consumes the following media types via the Content-Type request header:
- text/CSV
Request body
Body Parameter — CSV: Runbook CSV
Query Parameter — type: String
Return type:
String
Content-Type: text/CSV
{
"runId": {
"value": "run-10",
},
"type": "Detach",
"start": "1970-01-01T00:00:00.000Z",
"end": "",
"status": "Running"
}
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
- application/json
Responses
201
CREATED String
value (optional) |
String |
Default
Error ErrorInfo
errorCode (optional) |
String |
message (optional) |
String |