How do we get a list of all alarm using uimapi
search cancel

How do we get a list of all alarm using uimapi

book

Article ID: 407324

calendar_today

Updated On:

Products

DX Unified Infrastructure Management (Nimsoft / UIM)

Issue/Introduction

We want to get a complete list of all open (active) alarms using an api.

Environment

23.4

Resolution

The documentation explains how to access the swagger page which has all the syntax for all api calls. UIM API CALLS

From the Swagger page, this will list all alarms.



Here is the list of all get alarm API calls. All the get alarm API calls use the nas_alarms table. Alarms must be active to use the API.
There does not seem to be anyway to get closed alarms using the API.