Deployments
Get a Sub-Deployment
Returns the sub-deployment data for the given sub-deployment Id
Path Parameters
id*integer
Sub-deployment Id to get
Range
0 < value <= 9007199254740991Response Body
application/json
application/json
curl -X GET "https://your.server.net/otto/api/deployment/9007199254740991"{
"response": {},
"messages": [
{
"code": 0,
"text": "ok"
}
]
}{
"response": {},
"messages": [
{
"code": 18011,
"text": "OttoFMS sample error"
}
]
}