983abb05d7
This patch introduces a new API microversion which will be used to alter the responses of ``GET /servers``, ``GET /servers/detail``, ``GET /servers/{server_id}`` and ``GET /os-services`` when a cell is down to return minimal constructs with missing keys. Implements blueprint handling-down-cell Change-Id: Id9f12532897912b39093f63e9286540d9029edeb
18 lines
600 B
JSON
18 lines
600 B
JSON
{
|
|
"servers": [
|
|
{
|
|
"id": "2e136db7-b4a4-4815-8a00-25d9bfe59617",
|
|
"status": "UNKNOWN",
|
|
"links": [
|
|
{
|
|
"href": "http://openstack.example.com/v2.1/6f70656e737461636b20342065766572/servers/2e136db7-b4a4-4815-8a00-25d9bfe59617",
|
|
"rel": "self"
|
|
},
|
|
{
|
|
"href": "http://openstack.example.com/6f70656e737461636b20342065766572/servers/2e136db7-b4a4-4815-8a00-25d9bfe59617",
|
|
"rel": "bookmark"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |