Update an unmanaged device

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

Updating an unmanaged device using REST APIs
  1. Select an unmanaged device URI.

    GET /rest/unmanaged-devices

  2. Get the unmanaged device using the URI from step 1.

    GET /rest/unmanaged-devices/{id}

  3. Edit the unmanaged device.

  4. Update the unmanaged device.

    PUT /rest/unmanaged-devices/{id}