v1

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

Updates a volume group.

put/v1beta/{tenantId}/block/volumeGroups/{volumeGroupId}

Request body

namestring
descriptionstring
addVolumesstring[]
removeVolumesstring[]

Example request

{
  "name": "volumeGroup-demo",
  "description": "volumeGroup test",
  "removeVolumes": [
    "1b7277b8-493a-4c8d-bccd-89db580e5f60"
  ]
}

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"
  ]
}