Enabling External Alarms
You can enable external alarms using one of the following methods:
- Using Cisco DCNM Web UI
- From Cisco DCNM Web UI, choose Administration > DCNM Server > Server Properties.
- Locate the alarm.enable.external property.
- Enter the value in the field as true.
- Using REST APIs
- Go the API documentation URL from your DCNM setup:
https://<DCNM-ip>/api-docs - Navigate to the Alarms section.
- Click POST > rest/alarms/enabledisableextalarm.
- Choose the body parameter value as true from the Value drop-down list.
- Click Try it out!.
- Using CLI
- Log into the DCNM server using SSH.
- Set the alarm.enable.external property to true in the server.properties file.
- The filepath is
/usr/local/cisco/dcm/fm/config/server.properties.