Actions13
- Alarm Actions
- Device Actions
- Region Actions
- RPS Device Actions
- Staff Actions
Overview
This node interacts with the Yealink API to perform various operations related to Yealink devices and services. Specifically, for the 'RPS Device' resource and 'Check Mac' operation, it checks the status or validity of a given MAC address against the Yealink RPS Device service. This is useful for scenarios where you need to verify if a MAC address is recognized or registered in the Yealink system, such as in device management or network administration workflows.
Use Case Examples
- Verify if a MAC address is registered in the Yealink RPS Device system before provisioning a device.
- Check the status of a device by its MAC address to ensure it is active or valid in the Yealink environment.
Properties
| Name | Meaning |
|---|---|
| Mac | The MAC address to check in the Yealink RPS Device system. |
| Simplify Output | Option to simplify the output data for easier consumption. |
Output
JSON
- ``
- `` - The response data from the Yealink API regarding the MAC address check. The structure depends on the API response and may include device status, registration details, or error information.
Dependencies
- Requires an API key credential for Yealink API authentication.
Troubleshooting
- Common issues include invalid or unregistered MAC addresses, which may result in error responses from the API.
- API authentication errors if the provided credentials are incorrect or expired.
- Network connectivity issues preventing access to the Yealink API endpoints.
Links
- Yealink Open API Documentation - Official documentation for Yealink API endpoints and usage.