Update a power delivery device

To update a power delivery device, perform a PUT operation to reapply all of the power delivery device attributes. View the power delivery device 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: Server administrator

Updating a power delivery device using REST APIs
  1. Select the power delivery device URI.

    GET /rest/power-devices

  2. Get the power delivery device using the URI from step 1.

    GET /rest/power-devices/{id}

  3. Edit the power delivery device.

  4. Update the power delivery device.

    PUT /rest/power-devices/{id}