Artboard
Deployments

Resume a Sub-Deployment

POST
/otto/api/deployment/{id}/resume

Path Parameters

id*integer

POST /otto/api/deployment/:id/resume Parameter

Range0 < value <= 9007199254740991

Request Body

application/json

POST /otto/api/deployment/:id/resume Request body

Response Body

application/json

application/json

curl -X POST "https://your.server.net/otto/api/deployment/9007199254740991/resume" \  -H "Content-Type: application/json" \  -d '{}'
{
  "response": {},
  "messages": [
    {
      "code": 0,
      "text": "ok"
    }
  ]
}
{
  "response": {},
  "messages": [
    {
      "code": 18011,
      "text": "OttoFMS sample error"
    }
  ]
}