zun/api-ref/source/samples/service-get-resp.json
Madhuri Kumari bd5e2cd32c Add initial Zun API documentation
This patch adds the initial Zun API reference
documents and also add the /v1/services API documents.

Change-Id: I5ae6e313bce7d44fc1e42b982b4446123281c8d8
Partial-Implement: blueprint zun-api-doc
2017-02-03 05:10:20 +00:00

18 lines
409 B
JSON

{
"services":[
{
"binary":"zun-compute",
"state":"up",
"created_at":"2017-02-01 03:25:07+00:00",
"updated_at":"2017-02-01 06:13:07+00:00",
"report_count":166,
"disabled":false,
"host":"instance-1",
"forced_down":false,
"last_seen_up":"2017-02-01 06:13:07+00:00",
"disabled_reason":null,
"id": 1
}
]
}