Actions13
- Alarm Actions
- Device Actions
- Region Actions
- RPS Device Actions
- Staff Actions
Overview
This node interacts with the Yealink API to retrieve a list of alarms based on specified criteria. It is useful for monitoring and managing alarms in a Yealink system, allowing users to filter alarms by various fields such as search keywords, module, severity, region IDs, and more. For example, it can be used to fetch alarms related to specific devices or regions, count alarms automatically, or order the results by certain metadata fields.
Use Case Examples
- Fetch a list of alarms filtered by severity and region to monitor critical issues in specific locations.
- Retrieve alarms with a search key matching a device name to quickly identify related alerts.
- Get a limited number of alarms ordered by timestamp to review recent events.
Properties
| Name | Meaning |
|---|---|
| Additional Fields | Optional parameters to filter and customize the alarm list retrieval, including search key, auto count, limit, module, orderbys, region IDs, severities, severity, and skip count. |
| Simplify Output | Whether to simplify the output data structure for easier consumption. |
Output
JSON
- ``
alarmId- Unique identifier of the alarmseverity- Severity level of the alarmmodule- Module to which the alarm belongsregionId- Region identifier associated with the alarmtimestamp- Timestamp when the alarm was generateddescription- Description or details of the alarm
Dependencies
- Yealink API
Troubleshooting
- Ensure the Yealink API credentials are correctly configured and valid to avoid authentication errors.
- Check that the API endpoint 'api/open/v1/manager/alarm/getList' is accessible and the network connection is stable.
- Verify that the input parameters such as region IDs and severities are correctly formatted and valid to prevent request errors.
- If the node returns an error with a message from the API, review the error details to adjust the request parameters accordingly.
Links
- Yealink API Documentation - Official documentation for Yealink API endpoints and usage.