If you have a device id of a device, how do you get the list of interfaces on that device via a tunneled get request?
Release : 20.2
Component :
Example:
BODY:
<FilterSelect xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="filter.xsd">
<Filter>
<DeviceComponent.DeviceItemID type="EQUAL">DEVICEIDHERE</DeviceComponent.DeviceItemID>
</Filter>
</FilterSelect>
POST as type application/xml to
http://<DA>:8581/rest/ports/filtered
You can add a select statement to filter the results to specific data as needed
Rest endpoint documentation:
http://<DA>:8581/rest/ports/documentation