summaryrefslogtreecommitdiff
path: root/api-guide
diff options
context:
space:
mode:
authorYongli He <yongli.he@intel.com>2018-11-13 15:40:49 +0800
committerMatt Riedemann <mriedem.os@gmail.com>2019-02-28 14:22:46 -0500
commit2cc7c0e58924b201d5353a6289883b0aec760543 (patch)
tree413798584d3617371013bb0aa7e4f371633afc11 /api-guide
parent29e5b0ad7bde210f95885656768f0480d06882c0 (diff)
downloadnova-2cc7c0e58924b201d5353a6289883b0aec760543.tar.gz
Adds the server group info into show server detail API.
The server-groups UUID add to response of 'GET /servers/{id}', 'PUT /servers/{server_id}" and rebuild API 'POST /servers/{server_id}/action'. Change-Id: I4a2a584df56ece7beb8b12c0ce9b0e6b30237120 Implements: blueprint show-server-group Co-authored-by: Gerry Kopec <Gerry.Kopec@windriver.com> Signed-off-by: Yongli He <yongli.he@intel.com>
Diffstat (limited to 'api-guide')
-rw-r--r--api-guide/source/down_cells.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/api-guide/source/down_cells.rst b/api-guide/source/down_cells.rst
index 5d6bdf2959..0a1fa4aeb3 100644
--- a/api-guide/source/down_cells.rst
+++ b/api-guide/source/down_cells.rst
@@ -240,6 +240,9 @@ behavior are described below:
- availability_zone: The availability_zone of the server if it was specified
during during boot time and "UNKNOWN" otherwise.
- power_state: Its value will be 0 (``NOSTATE``).
+ - server_groups: The UUIDs of the server groups to which the server belongs.
+ Currently this can contain at most one entry. Note that this key will be in
+ the response only from the "2.71" microversion.
A sample response for a GET /servers/{server_id} request that
includes one server from an unreachable part of the infrastructure
@@ -272,6 +275,7 @@ behavior are described below:
},
"OS-EXT-AZ:availability_zone": "geneva",
"OS-EXT-STS:power_state": 0,
+ "server_groups": ["0fd77252-4eef-4ec4-ae9b-e05dfc98aeac"]
}
]
}