designate/api-ref/source/samples/service_status/service_status_list.json
Graham Hayes b56a7b14f3 Bump hacking to new required version
Change-Id: Ice127b5e673cee3159b780e3da06cec496c845e3
2017-03-07 21:56:28 +00:00

21 lines
606 B
JSON

{
"service_statuses": [
{
"links": {
"self": "http://127.0.0.1:9001/v2/service_status/af91edb5-ede8-453f-af13-feabdd088f9c"
},
"hostname": "dns-2.example.com.",
"status": "UP",
"service_name": "api",
"stats": null,
"capabilities": null,
"created_at": "2016-05-20 06:15:42",
"heartbeated_at": "2016-07-20 12:14:41",
"id": "af91edb5-ede8-453f-af13-feabdd088f9c"
}
],
"links": {
"self": "http://127.0.0.1:9001/v2/service_status"
}
}