Update a network set

To update a network set, perform a PUT operation to reapply all of the network set attributes. View the network set attributes by using a GET operation, edit the attributes, and then perform a PUT operation using all of the attributes. The attributes that you can change include the connection template, networks, network set name, and untagged network.

Prerequisites

  • Minimum required session ID privileges: Network administrator

Updating a network set using REST APIs
  1. Select the network set URI.

    GET /rest/network-sets

  2. Get the network set using the URI from step 1.

    GET /rest/network-sets/{id}

  3. Edit the network set.

  4. Update the network set.

    PUT /rest/network-sets/{id}