nova/nova/tests/integrated/api_samples/os-services/services-get-resp.json.tpl

41 lines
1.0 KiB
Smarty

{
"services": [
{
"binary": "nova-scheduler",
"host": "host1",
"disabled_reason": "test1",
"state": "up",
"status": "disabled",
"updated_at": "%(timestamp)s",
"zone": "internal"
},
{
"binary": "nova-compute",
"host": "host1",
"disabled_reason": "test2",
"state": "up",
"status": "disabled",
"updated_at": "%(timestamp)s",
"zone": "nova"
},
{
"binary": "nova-scheduler",
"host": "host2",
"disabled_reason": "",
"state": "down",
"status": "enabled",
"updated_at": "%(timestamp)s",
"zone": "internal"
},
{
"binary": "nova-compute",
"host": "host2",
"disabled_reason": "test4",
"state": "down",
"status": "disabled",
"updated_at": "%(timestamp)s",
"zone": "nova"
}
]
}