Update a storage volume

To update a storage volume, perform a PUT operation to reapply all of the storage volume attributes. View the storage volume attributes by using a GET operation, edit the attributes, and then perform a PUT operation using all of the attributes.

Only name, description, shareable, and provisionedCapacity can be updated. provisionedCapacity can only be increased, not decreased.

Prerequisites

  • Minimum required session ID privileges: Infrastructure administrator or Storage administrator

Updating a storage volume using REST APIs
  1. Select a storage volume URI.

    GET /rest/storage-volumes

  2. Get the storage volume using the URI from step 1.

    GET /rest/storage-volumes/{id}

  3. Edit the storage volume.

  4. Update the storage volume.

    PUT /rest/storage-volumes/{id}