v1

latestOpenAPI 3.0.0Apache 2.02026-07-176940115.5 KB
Block volume group

Lists information for all volume groups.

get/v1beta/{tenantId}/block/volumeGroups

Response

OK

idstring
createdAtstring date-time
updatedAtstring date-time
tenantIdstring
userIdstring
namestring
descriptionstring
availabilityZonestring
statusstring
poolIdstring
profilesstring[]

Example response

[
  {
    "id": "084bf71e-a102-11e7-88a8-e31fe6d52248",
    "createdAt": "2017-07-10T14:36:58.014Z",
    "updatedAt": "2017-07-10T14:36:58.014Z",
    "name": "volumeGroup-demo",
    "description": "volume group test",
    "availabilityZone": "default",
    "profiles": [
      "993c87dc-1928-498b-9767-9da8f901d6ce",
      "90d667f0-e9a9-427c-8a7f-cc714217c7bd"
    ]
  }
]