Cloud Radial icon

Cloud Radial

Interact with Cloud Radial API

Actions64

Overview

This node interacts with the Cloud Radial API to retrieve multiple Flexible Asset records based on OData query options. It is useful for scenarios where users need to fetch a filtered, sorted, and paginated list of flexible assets from the Cloud Radial platform, such as generating reports, syncing asset data, or displaying asset lists in applications.

Use Case Examples

  1. Retrieve all flexible assets of a specific type by applying an OData filter.
  2. Fetch a limited number of flexible assets with selected fields to optimize data transfer.
  3. Order flexible assets by name and skip a certain number of records for pagination.

Properties

Name Meaning
OData Query Options Options to customize the OData query for retrieving flexible assets, including filtering, selecting fields, ordering, limiting, and skipping records.
Request Options Settings to control request behavior such as batching, SSL certificate validation, proxy usage, and timeout.

Output

JSON

  • data - Array of flexible asset objects returned from the Cloud Radial API based on the OData query.

Dependencies

  • Cloud Radial API with an API key credential

Troubleshooting

  • Ensure the API credentials are correctly configured and have the necessary permissions to access flexible assets.
  • Verify that the OData query options are correctly formatted to avoid query errors from the API.
  • If SSL errors occur, consider enabling the 'Ignore SSL Issues' option, but be aware of security risks.
  • Check proxy settings if requests fail due to network restrictions or firewall rules.
  • Timeout errors may require increasing the timeout value in request options if the server response is slow.

Links

Discussion