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