Create a data center layout

You can add the physical placement of racks in your data center to the data centers resource, including the rotation and coordinates. After you add the layout information, a visual representation is available in the appliance UI.

Prerequisites

  • Minimum required session ID privileges: Server administrator

Creating a data center layout using REST APIs
  1. Select a data center URI.

    GET /rest/datacenters

  2. Add the layout information to the contents attribute.

  3. Update the data center.

    PUT /rest/datacenters/{id}