Show server group details
Method | URI | Description |
---|---|---|
GET | /v2/{tenant_id}/os-server-groups/{ServerGroup_id} | 指定したサーバグループの詳細を表示します。 |
Normal response codes: 200
Request
下表は、サーバグループ表示リクエストのURIパラメーターの一覧です。
Name | Type | Description |
---|---|---|
{tenant_id} | String | プロジェクトID |
{ServerGroup_id} | String | サーバグループID |
本操作ではリクエストボディ部の指定は不要です。
Response
Example. Show server group: JSON response
{
"server_group": {
"id": "616fb98f-46ca-475e-917e-2563e5a8cd19",
"name": "test",
"policies": [
"anti-affinity"
],
"members": [],
"metadata": {}
"availability_zone": "jp-east-1a"
}
}