zun/api-ref/source/samples/service-get-resp.json
Hongbin Lu fe6f9e7a4d Use ISO8601 format for timestamp fields
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
2019-04-15 01:13:54 +00:00

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
}
]
}