Deployments
Get Sub-Deployments for a Deployment
Path Parameters
batchId*integer
GET /otto/api/deployment/batches/:batchId/deployments Parameter
Range
0 < value <= 9007199254740991Response Body
application/json
application/json
curl -X GET "https://your.server.net/otto/api/deployment/batches/9007199254740991/deployments"{
"response": {},
"messages": [
{
"code": 0,
"text": "ok"
}
]
}{
"response": {},
"messages": [
{
"code": 18011,
"text": "OttoFMS sample error"
}
]
}