Actions7
- Group Actions
- SIM Actions
Overview
This node interacts with the CloudApn API to perform operations related to SIM management, specifically listing SIMs in this context. It is useful for users who need to retrieve SIM card information from the CloudApn platform, with options to simplify the response or apply filters such as query type, pagination, and limit. Practical applications include managing SIM inventories, monitoring SIM statuses, and integrating SIM data into workflows.
Use Case Examples
- Retrieve a simplified list of all SIMs.
- Fetch SIMs filtered by status such as 'unassigned' or 'capped'.
- Paginate through SIM records by specifying page number and limit.
Properties
| Name | Meaning |
|---|---|
| Simplify | Whether to return a simplified version of the response instead of the raw data, making it easier to process. |
| Additional Fields | Optional parameters to refine the SIM list query, including filtering by query type, pagination, and limiting the number of results. |
Output
JSON
simList- Array of SIM objects returned from the API, either in simplified or raw form depending on the 'Simplify' option.
Dependencies
- CloudApn API access via an API key credential
Troubleshooting
- Ensure the API credentials are correctly configured and have the necessary permissions to access SIM data.
- If the node returns an empty list, verify the query parameters such as 'query', 'page', and 'limit' to ensure they are set correctly.
- Network or API errors may occur if the CloudApn service is unreachable or if rate limits are exceeded; check connectivity and API usage limits.
