Actions7
- Group Actions
- SIM Actions
Overview
This node interacts with the CloudApn API to retrieve SIM usage data by a specified date. It is useful for scenarios where users need to monitor or analyze SIM card usage on particular dates, such as tracking data consumption or usage patterns for billing or operational purposes.
Use Case Examples
- Retrieve SIM usage data for a specific date to generate usage reports.
- Monitor daily SIM usage to detect anomalies or unusual activity.
Properties
| Name | Meaning |
|---|---|
| Date | The specific date for which SIM usage data is requested. This is a required field. |
| Page | The page number for paginated results, allowing users to navigate through multiple pages of usage data. |
| Limit | The maximum number of records to return per page, controlling the size of the response. |
Output
JSON
usageData- The SIM usage data retrieved for the specified date, including details such as usage metrics and timestamps.paginationpage- The current page number of the paginated results.limit- The limit on the number of records per page.total- The total number of records available for the query.
Dependencies
- CloudApn API access with an API key credential
Troubleshooting
- Ensure the 'Date' field is provided and correctly formatted as it is required for the operation.
- Check API credentials and network connectivity if the node fails to retrieve data.
- If pagination parameters (Page, Limit) are used, verify they are within acceptable ranges to avoid errors.
