Update a connection template

When you create an Ethernet or Fibre Channel network, a connection template is created. A connection template defines the connection settings for the Ethernet or Fibre Channel network. The settings include maximum and minimum allowable bandwidth.

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

    GET /rest/connection-templates

  2. Get the connection template using the URI from step 1.

    GET /rest/connection-templates/{id}

  3. Edit the connection template.

  4. Update the connection template.

    Put /rest/connection-templates/{id}

See also