Update enclosure capacity settings

To update the enclosure capacity settings, perform a PUT operation that includes only the calibratedMaxPower attribute. View the enclosure capacity settings attributes by using a GET operation, edit the calibratedMaxPower attribute, and then perform a PUT operation that includes only the edited calibratedMaxPower attribute.

Prerequisites

  • Minimum required session ID privileges: Server administrator

Updating enclosure capacity settings using REST APIs
  1. Select an enclosure URI.

    GET /rest/enclosures

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

    GET {enclosure URI}/environmentalConfiguration

  3. Edit the enclosure capacity. The only attribute to send in the response body is calibratedMaxPower. Do not send all attributes from the GET operation.

  4. Update the enclosure capacity.

    PUT {enclosure URI}/environmentalConfiguration