Cloud Radial icon

Cloud Radial

Interact with Cloud Radial API

Actions64

Overview

This node interacts with the Cloud Radial API to retrieve information about a specific Flexible Asset Type by its ID. It is useful in scenarios where you need to fetch detailed data about a particular flexible asset type within the Cloud Radial platform, such as for asset management, reporting, or integration with other systems.

Use Case Examples

  1. Retrieve details of a flexible asset type by providing its unique Type ID to integrate asset data into a custom dashboard.
  2. Fetch flexible asset type information to automate asset categorization or processing workflows.

Properties

Name Meaning
Type ID The unique identifier of the flexible asset type to retrieve.
Request Options Additional options to control the request behavior, including batching, SSL certificate validation, proxy settings, and request timeout.

Output

JSON

  • id - The unique identifier of the flexible asset type.
  • name - The name of the flexible asset type.
  • description - A description of the flexible asset type.
  • createdAt - Timestamp when the flexible asset type was created.
  • updatedAt - Timestamp when the flexible asset type was last updated.

Dependencies

  • Cloud Radial API

Troubleshooting

  • Ensure the Type ID is correctly provided and exists in the Cloud Radial system to avoid 'not found' errors.
  • Check network connectivity and proxy settings if requests fail to reach the Cloud Radial API.
  • If SSL certificate validation errors occur, consider enabling the 'Ignore SSL Issues' option cautiously.
  • Adjust timeout settings if the API response is slow to prevent premature request abortion.

Links

Discussion