How to get event thresholds from AIQUM via API
- Views:
- 302
- Visibility:
- Public
- Votes:
- 0
- Category:
- active-iq-unified-manager
- Specialty:
- om
- Last Updated:
- 8/1/2023, 9:42:53 AM
Applies to
Active IQ Unified Manager (AIQUM)
Description
- An API call is not available on the API page that shows global event thresholds
- In the network tab of the browser, when modifying the thresholds a call will be made to
https://<AIQUM_IP>/um/OnCommand/service/options/option.rpc
Procedure
The API call is sent via option.rpc
and the required information is available via the um cli option
command
- Run the commands
um cli login
um option list
- Open the
cli.log
- Copy the below API call
https://<AIQUM_IP>:443/api/management-server/admin/cli/options/
- Use the API call to get the necessary information in JSON format