Update logical interconnect group SNMP settings

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

Update logical interconnect group SNMP settings using REST APIs
  1. Select logical interconnect group URI.

    GET /rest/logical-interconnect-groups

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

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

  3. Edit the attribute values in the snmpConfiguration property.

  4. Update the logical interconnect group.

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


[NOTE: ]

NOTE: When you update the logical interconnect group SNMP settings, the updates are not automatically pushed to the logical interconnects. The logical interconnects are not compliant until you reapply the logical interconnect group.