fe6f9e7a4d
Most OpenStack services use format ISO8601 for timestamp fields like 'created_at' or 'updated_at'. This commit makes Zun adopt this convention. Change-Id: I900b2f106d2ea0c044140077dfda39e1402a09ac
19 lines
511 B
JSON
19 lines
511 B
JSON
{
|
|
"services":[
|
|
{
|
|
"binary": "zun-compute",
|
|
"availability_zone": "nova",
|
|
"state": "up",
|
|
"created_at": "2017-02-01T03:25:07.000000",
|
|
"updated_at": "2017-02-01T06:13:07.000000",
|
|
"report_count": 166,
|
|
"disabled": false,
|
|
"host": "instance-1",
|
|
"forced_down": false,
|
|
"last_seen_up": "2017-02-01T06:13:07.000000",
|
|
"disabled_reason": null,
|
|
"id": 1
|
|
}
|
|
]
|
|
}
|