Update a server hardware type

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

    GET /rest/server-hardware-types

  2. Get the server hardware type using the URI from step 1.

    GET /rest/server-hardware-types/{id}

  3. Edit the server hardware type.

  4. Update the server hardware type.

    PUT /rest/server-hardware-types/{id}