Cloud Radial icon

Cloud Radial

Interact with Cloud Radial API

Actions64

Overview

This node interacts with the Cloud Radial API to update a Flexible Asset Type. It allows users to modify the properties of an existing flexible asset type by specifying its ID and new name. This operation is useful in scenarios where asset types need to be renamed or updated to reflect changes in asset categorization or management within an organization.

Use Case Examples

  1. Updating the name of a flexible asset type to better reflect its purpose.
  2. Correcting a typo in the name of an existing flexible asset type.

Properties

Name Meaning
Type ID The ID of the flexible asset type to update, used to identify which asset type to modify.
Name The new name to assign to the flexible asset type.
Request Options Settings to control request behavior such as batching, SSL certificate validation, proxy usage, and timeout duration.

Output

JSON

  • id - The unique identifier of the updated flexible asset type.
  • name - The updated name of the flexible asset type.
  • updatedAt - Timestamp indicating when the flexible asset type was last updated.

Dependencies

  • Cloud Radial API

Troubleshooting

  • Ensure the Type ID provided is correct and exists in the system; otherwise, the update will fail.
  • Verify that the API credentials are valid and have sufficient permissions to update flexible asset types.
  • If SSL issues occur, consider enabling the option to ignore SSL certificate validation, but be aware of security risks.
  • Check proxy settings if requests are not reaching the API server.
  • Adjust timeout settings if the server response is slow to avoid premature request abortion.

Links

Discussion