Update a SAN manager

To update the SAN manager connection information, perform a PUT operation that includes only the connectionInfo attributes. View the SAN manager connection attributes by using a GET operation, edit the connectionInfo attributes, and then perform a PUT operation that includes only the edited connectionInfo attributes.

Prerequisites

  • Minimum required session ID privileges: Infrastructure administrator or Storage administrator

Updating a SAN manager using REST APIs
  1. Select a SAN manager URI.

    GET /rest/fc-sans/device-managers

  2. Get the SAN manager connection information using the URI from step 1.

    GET {SAN manager URI}

  3. Edit the connection information. The only attributes to send in the response body are connectionInfo. Do not send all attributes from the GET operation.

  4. Update the SAN manager connection information.

    PUT {SAN manager URI}