node-marathon
Version:
Marathon v2 API client for Node.js
33 lines • 639 B
JSON
{
"apps": [
{
"id": "/product/us-east/service/myapp",
"cmd": "env && sleep 60",
"constraints": [
[
"hostname",
"UNIQUE",
""
]
],
"container": null,
"cpus": 0.1,
"env": {
"LD_LIBRARY_PATH": "/usr/local/lib/myLib"
},
"executor": "",
"instances": 3,
"mem": 5.0,
"ports": [
15092,
14566
],
"tasksRunning": 0,
"tasksStaged": 1,
"uris": [
"https://raw.github.com/mesosphere/marathon/master/README.md"
],
"version": "2014-03-01T23:42:20.938Z"
}
]
}