Actions4
Overview
This node interacts with the Voipmon API to retrieve audio-related data, specifically generating a report summary based on call detail records (CDR). It is useful for users who need to obtain summarized reports of audio call data within a specified date and time range. For example, a telecom analyst might use this node to generate a summary report of call activities between two dates for monitoring or billing purposes.
Use Case Examples
- Generate a CDR report summary for calls between 2024-01-01 and 2024-01-31.
- Retrieve a JSON formatted summary report of audio calls for a specific period.
Properties
| Name | Meaning |
|---|---|
| Report Name | The name or description of the report to generate, restricted to CDR reports. |
| Date Time From | The start datetime for the report data range. |
| Date Time To | The end datetime for the report data range. |
| Json | Whether to return the report in JSON format (true or false). |
Output
JSON
rows- The rows of the report summary data returned from the API.
Dependencies
- Voipmon API
- API authentication credentials (user and password)
Troubleshooting
- Ensure that the API credentials (user, password, and URL) are correctly configured and valid to avoid authentication errors.
- If the API returns an error or empty response, verify that the report name is correct and that the date range is valid and contains data.
- Common error messages include connection timeouts, invalid URL, or missing required parameters. Check network connectivity and parameter correctness.
Links
- Voipmon API Documentation - Official documentation for the Voipmon API endpoints and parameters.