Update a storage volume template

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

Prerequisites

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

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

    GET /rest/storage-volume-templates

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

    GET /rest/storage-volume-templates/{id}

  3. Edit the storage volume template.

  4. Update the storage volume template.

    PUT /rest/storage-volume-templates/{id}