API Update
URI
|
Method
|
Summary
|
---|---|---|
/devices
|
GET
|
virtualType has been added to the response for each interface. Indicates the type of interface in terms of how it is an SNMP interface, non-SNMP interface, or SNMP interface with overridden IP address. This property is only used in the response and is in none of the request bodies.
|
/devices/{id}
|
GET
|
virtualType has been added to the response for each interface. Indicates the type of interface in terms of how it is an SNMP interface, non-SNMP interface, or SNMP interface with overridden IP address. This property is only used in the response and is in none of the request bodies.
|
/devices/virtual/interfaces
|
PUT
|
The response will also contain a new property that indicates if any of the virtual interfaces conflicts with SNMP interfaces and a new property that indicates if any devices in the request were unauthorized.
conflictingInterfaces has been added to the response. Indicates which configured virtual interfaces conflict with SNMP interfaces.
|
/devices/{id}/virtual/interfaces
|
PUT
|
The response will also contain a new property that indicates if any of the virtual interfaces conflicts with SNMP interfaces and a new property that indicates if any devices in the request were unauthorized.
conflictingInterfaces has been added to the response. Indicates which configured virtual interfaces conflict with SNMP interfaces.
|