POST /containers/{container}/batch/{key}/processes/{processid}
|
/containers/{container}/batch/{key}/processes/{processid}
|
{
pid: 19280 } |
{name: "prowin2",
pid: 19280, startTime: 1488325450000, processId: "19280", state: "Not Running", statusMessage: "Not Running", icon16: "/images/batch16.png", icon32: "/images/batch32.png", url: "/oem/containers/localhost/batch/localhost%3Aresource.batch.prowin/processes/19280" } |
curl -u admin:admin -H "Content-Type: application/json" -d '{"pid": 5380 }' -X POST http://localhost:9090/oem/containers/localhost/batch/localhost%3Aresource.batch.apoint/processes/19280
|