22 lines
372 B
JSON
22 lines
372 B
JSON
{
|
|
"services": [
|
|
{
|
|
"name": "gateway",
|
|
"image": "cloudlysis/gateway:dev",
|
|
"mode": "replicated",
|
|
"replicas": "1/1",
|
|
"updated_at": null
|
|
}
|
|
],
|
|
"tasks": [
|
|
{
|
|
"id": "task-1",
|
|
"service": "gateway",
|
|
"node": "node-1",
|
|
"desired_state": "running",
|
|
"current_state": "running",
|
|
"error": null
|
|
}
|
|
]
|
|
}
|