Is there way to retrieve the SNMP profile assigned to a device via openapi?
search cancel

Is there way to retrieve the SNMP profile assigned to a device via openapi?

book

Article ID: 139879

calendar_today

Updated On:

Products

CA Infrastructure Management CA Performance Management - Usage and Administration

Issue/Introduction

Is there way to retrieve the SNMP profile assigned to a device via openapi?

Environment

Release : 3.7

Component : IM Reporting / Admin / Configuration

Resolution

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/####