Cloud Radial icon

Cloud Radial

Interact with Cloud Radial API

Actions64

Overview

This node interacts with the Cloud Radial API to retrieve information about catalog items. Specifically, the 'Get' operation under the 'Catalog' resource fetches details of a catalog item by its ID. This is useful in scenarios where you need to access specific catalog data for further processing, reporting, or integration with other systems.

Use Case Examples

  1. Retrieve details of a specific catalog item by its ID to display in a dashboard.
  2. Fetch catalog item information to synchronize with an external inventory system.

Properties

Name Meaning
Catalog ID The ID of the catalog item to retrieve.
Request Options Additional options to control the request behavior, such as batching, SSL certificate validation, proxy settings, and timeout duration.

Output

JSON

  • id - The unique identifier of the catalog item.
  • name - The name of the catalog item.
  • description - Detailed description of the catalog item.
  • createdAt - Timestamp when the catalog item was created.
  • updatedAt - Timestamp when the catalog item was last updated.

Dependencies

  • Cloud Radial API

Troubleshooting

  • Ensure the provided Catalog ID is valid and exists in the Cloud Radial system to avoid 'not found' errors.
  • If SSL certificate validation fails and you trust the source, enable 'Ignore SSL Issues' to bypass SSL errors.
  • Check proxy settings if requests fail to connect, especially in corporate networks.
  • Adjust the timeout setting if the API server is slow to respond to prevent premature request abortion.

Links

Discussion