Update a data center

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

    GET /rest/datacenters

  2. Get the data center using the URI from step 1.

    GET /rest/datacenters/{id}

  3. Edit the data center.

  4. Update the data center.

    PUT /rest/datacenters/{id}