Is there way to retrieve the SNMP profile assigned to a device via openapi?
Release : 3.7
Component : IM Reporting / Admin / Configuration
Unfortunately, there is not currently a way to get the SNMP profile attached to a device via OpenAPI.
This could be submitted as an idea at:
https://community.broadcom.com/enterprisesoftware/home
Select: Ideation
You can get this via rest by looking at
http://<DA>:8581/rest/devices/manageable/<deviceid>
In that output you will see:
<SNMPProfileID>####</SNMPProfileID>
Where #### is the SNMPProfileID.
Take that and use it in :
http://<DA>:8581/rest/profiles/####