Actions7
- Group Actions
- SIM Actions
Overview
This node interacts with the CloudApn API to perform operations related to SIM management, specifically to view details of a SIM card by its cell number. It is useful for scenarios where users need to retrieve information about a SIM card registered on the APN, such as checking its status or details associated with the cell number.
Use Case Examples
- Retrieve detailed information about a SIM card by providing its cell number.
- Get a simplified summary of SIM card data for quick reference.
Properties
| Name | Meaning |
|---|---|
| Cell Number | The cell number must be a valid cell number on the APN, used to identify the SIM card to view. |
| Simplify | Whether to return a simplified version of the response instead of the raw data, useful for easier consumption of the data. |
Output
JSON
simDetails- The detailed or simplified information about the SIM card retrieved from the CloudApn API.
Dependencies
- CloudApn API access via an API key credential
Troubleshooting
- Ensure the provided cell number is valid and registered on the APN to avoid errors.
- If the API key credential is missing or invalid, authentication errors will occur.
- Network issues or API downtime may cause request failures; verify connectivity and API status.
Links
- CloudApn API Documentation - Official documentation for the CloudApn API used by this node.
