UNPKG
node-marathon
Version:
latest (0.3.11)
0.3.11
0.3.10
0.3.8
0.3.7
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.0
0.1.0
Marathon v2 API client for Node.js
github.com/dkhunt27/node-marathon
dkhunt27/node-marathon
node-marathon
/
mock
/
apps
/
restart
/
Conflict409.json
9 lines
(7 loc)
•
246 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
{
"statusCode"
:
409
,
"message"
:
"App is locked by one or more deployments. Override with the option '?force=true'. View details at '/v2/deployments/<DEPLOYMENT_ID>'."
,
"deployments"
:
[
{
"id"
:
"83b215a6-4e26-4e44-9333-5c385eda6438"
}
]
}