Edit an enclosure

You can edit the name of the enclosure. When the name of the enclosure changes, the server hardware and interconnects are assigned the new name. However, the name of the logical interconnect is not changed. The logical interconnect name changes if the logical enclosure name changes.

Prerequisites

  • Minimum required session ID privileges: Infrastructure Administrator

Editing an enclosure using REST APIs
  1. Select an enclosure URI.

    GET /rest/enclosures

  2. Edit the enclosure using the URI from step 1.

    PATCH /rest/enclosures/{id} [{"op": "replace", "path": "/name", "value": "{new enclosure name}"}]