Update an enclosure group

To update an enclosure group, perform a PUT operation to reapply all of the enclosure group attributes. View the enclosure group 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 an enclosure group using REST APIs

  1. Select the enclosure group URI.

    GET /rest/enclosure-groups

  2. Get the enclosure group using the URI from step 1.

    GET /rest/enclosure-groups/{id}

  3. Edit the enclosure group.

  4. Update the enclosure group.

    PUT /rest/enclosure-groups/{id}