CloudApn icon

CloudApn

Consume CloudApn API (v.0.1.6)

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

  1. Search SIMs by a specific identifier or attribute to retrieve matching SIM card details.
  2. 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

Discussion