Create job
POST {{baseUrl}}/services/:serviceId/jobs
Request Body
{"startCommand"=>"<string>", "planId"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"id":"\u003cstring\u003e","serviceId":"\u003cstring\u003e","startCommand":"\u003cstring\u003e","planId":"\u003cstring\u003e","status":"\u003cstring\u003e","createdAt":"\u003cstring\u003e","startedAt":"\u003cstring\u003e","finishedAt":"\u003cstring\u003e"}