CloudAlly icon

CloudAlly

Work with the CloudAlly API

Actions5

Overview

This node integrates with the CloudAlly API, specifically targeting the "Reseller" resource under the default operation. It allows users to interact programmatically with CloudAlly's reseller-related endpoints. Typical use cases include managing reseller accounts, retrieving reseller data, or automating workflows involving reseller information within CloudAlly.

For example, a user might automate fetching reseller details to synchronize with an internal CRM system or trigger alerts based on reseller account changes.

Properties

Name Meaning
Resource Type The type of resource to interact with. Currently supports only "Reseller". Selecting this sets the base URL for API requests to the reseller endpoint.

Output

The node outputs JSON data corresponding to the response from the CloudAlly API related to the reseller resource. This typically includes reseller account details or lists depending on the specific API call made during execution.

No binary data output is indicated in the source code.

Dependencies

  • Requires an API key credential for authentication with CloudAlly, including:

    • An access token
    • A client ID
    • A client secret
  • The node uses the CloudAlly API v2 endpoint: https://api.cloudally.com/v2 (with a specialized base URL for resellers).

  • Pagination support is included via a utility function to handle multiple pages of API results.

Troubleshooting

  • Authentication errors: If the node fails due to authorization issues, verify that the API credentials (access token, client ID, and client secret) are correctly configured and valid.
  • API endpoint errors: Ensure the selected resource type matches supported options; currently, only "Reseller" is available.
  • Pagination issues: Large datasets may require proper handling of pagination; ensure the node’s pagination settings align with expected API behavior.
  • Network issues: Connectivity problems to the CloudAlly API endpoint can cause failures; check network access and firewall settings.

Links and References

Discussion