Actions64
- Archive Item Actions
- Article Actions
- Assessment Actions
- Catalog Actions
- Catalog Question Actions
- Company Actions
- Course Actions
- Course Enrollment Actions
- Domain Actions
- Endpoint Actions
- Flexible Asset Actions
- Flexible Asset Type Actions
- Media Actions
- Service Actions
- Service Install Actions
- Token Actions
- User Actions
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
- Retrieve details of a flexible asset by providing its Asset ID to monitor asset status or attributes.
- 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
- Cloud Radial API Documentation - Official API documentation for Cloud Radial, useful for understanding available endpoints and data structures.