designate/api-ref/source/samples/service_status/service_status_show.json
Michael Johnson 631b18bd12 Fix API reference for service statuses
This patch updates the "list service statuses" section of the API
reference to document the response parameters.
It also adds the missing "show service status" section.

Change-Id: If451fc099d2a3dc8ce77c807d9553da7c4122190
2021-12-21 23:46:17 +00:00

15 lines
420 B
JSON

{
"id": "c0bcb136-5f5c-4427-9f89-99d457819917",
"hostname": "dns-2.example.com",
"service_name": "central",
"status": "UP",
"stats": {},
"capabilities": {},
"heartbeated_at": "2021-03-24T23:51:12.000000",
"created_at": "2021-03-22T20:59:24.000000",
"updated_at": "2021-03-24T23:51:12.000000",
"links": {
"self": "http://10.21.21.88/v2/service_statuses/c0bcb136-5f5c-4427-9f89-99d457819917"
}
}