Update a rack

To update a rack, perform a PUT operation to reapply all of the rack attributes. View the rack 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 rack using REST APIs
  1. Select a rack URI.

    GET /rest/racks

  2. Get the rack using the URI from step 1.

    GET /rest/racks/{id}

  3. Edit the rack.

  4. Update the rack.

    PUT /rest/racks/{id}