Actions7
- Group Actions
- SIM Actions
Overview
This node integrates with the CloudApn API to perform operations related to SIM management, specifically the 'Search SIMs' operation under the 'SIM' resource. It allows users to search for SIM cards based on a search string and optionally simplify the response data. This node is useful for telecom or IoT applications where managing and querying SIM card information is necessary, such as inventory management, activation status checks, or SIM provisioning workflows.
Use Case Examples
- Search SIMs by a specific identifier or attribute to retrieve matching SIM card details.
- Use the 'Simplify' option to get a streamlined response for easier processing in subsequent workflow steps.
Properties
| Name | Meaning |
|---|---|
| Search | The search string used to query SIM cards matching specific criteria. |
| Simplify | Whether to return a simplified version of the response instead of the raw data. |
Output
JSON
simData- The data returned from the SIM search operation, either simplified or raw based on the 'Simplify' input.
Dependencies
- CloudApn API access via an API key credential named 'cloudApnApi'
Troubleshooting
- Ensure the 'cloudApnApi' credential is correctly configured with valid API access tokens to avoid authentication errors.
- If the search string is empty or invalid, the API may return no results or an error; verify the input before execution.
- Network connectivity issues can cause request failures; ensure the node can reach the CloudApn API endpoint.
Links
- CloudApn API Documentation - Official documentation for the CloudApn API used by this node.
