Cloud Radial icon

Cloud Radial

Interact with Cloud Radial API

Actions64

Overview

This node interacts with the Cloud Radial API to retrieve multiple service records based on specified OData query options. It is useful for scenarios where users need to fetch a list of services with filtering, sorting, and pagination capabilities. For example, it can be used to get a filtered list of services with specific fields selected, ordered by a certain attribute, and limited to a maximum number of results.

Use Case Examples

  1. Retrieve all services with a filter to only include active services.
  2. Fetch the top 50 services ordered by creation date.
  3. Select specific fields like service name and status from the service records.

Properties

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

Output

JSON

  • data - Array of service records retrieved from the Cloud Radial API.

Dependencies

  • Cloud Radial API

Troubleshooting

  • Ensure the API credentials are correctly configured and have the necessary permissions to access service data.
  • Check the OData query syntax for correctness to avoid query errors.
  • If SSL issues occur, consider enabling the option to ignore SSL certificate validation, but be aware of security risks.
  • Verify proxy settings if requests fail due to network restrictions.
  • Adjust timeout settings if the server response is slow or times out.

Links

Discussion