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 by its Asset ID. It is useful in scenarios where users need to fetch detailed data about flexible assets managed within the Cloud Radial platform, such as asset tracking, reporting, or integration with other systems.

Use Case Examples

  1. Retrieve details of a flexible asset by providing its Asset ID to monitor asset status or attributes.
  2. Use the node to fetch asset information as part of an automated workflow for asset management or auditing.

Properties

Name Meaning
Asset ID The ID of the flexible asset to retrieve. This is a required field for the Get operation on Flexible Asset.
Request Options Additional request settings such as batching, SSL certificate validation, proxy configuration, and request timeout to control how the API request is made.

Output

JSON

  • id - The unique identifier of the flexible asset.
  • name - The name of the flexible asset.
  • description - Description or details about the flexible asset.
  • status - Current status of the flexible asset.
  • createdAt - Timestamp when the flexible asset was created.
  • updatedAt - Timestamp when the flexible asset was last updated.

Dependencies

  • Cloud Radial API

Troubleshooting

  • Ensure the Asset 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 or time out.
  • If SSL certificate validation fails, enable 'Ignore SSL Issues' option cautiously to bypass SSL errors.
  • Verify that the API credentials are correctly configured and have sufficient permissions to access flexible asset data.

Links

Discussion