Update a logical interconnect group

To update a logical interconnect group, perform a PUT operation to reapply all of the logical interconnect group attributes. View the logical interconnect group 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: Network administrator

Updating a logical interconnect group using REST APIs
  1. Select a logical interconnect group URI.

    GET /rest/logical-interconnect-groups

  2. Get the logical interconnect using the URI from step 1.

    GET /rest/logical-interconnect-groups/{id}

  3. Edit the logical interconnect group.

  4. Update the logical interconnect group.

    PUT /rest/logical-interconnect-groups/{id}