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 create a new Flexible Asset Type. It is useful for users who need to programmatically manage asset types within the Cloud Radial platform, such as adding new categories or classifications for flexible assets. For example, a company managing IT assets can use this node to define new asset types dynamically as their inventory evolves.
Use Case Examples
- Creating a new flexible asset type named 'Laptop' to categorize all laptop devices in the asset management system.
- Adding a custom asset type for specialized equipment to track in Cloud Radial.
Properties
| Name | Meaning |
|---|---|
| Name | The name of the flexible asset type to be created. |
| 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 created flexible asset type.name- The name of the created 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 access with appropriate API key credentials
Troubleshooting
- Ensure the API credentials are correctly configured and have permissions to create flexible asset types.
- Check network connectivity and proxy settings if requests fail or time out.
- If SSL errors occur, consider enabling the option to ignore SSL issues, but be aware of security risks.
- Validate that the 'Name' property is provided and is not empty, as it is required.
Links
- Cloud Radial API Documentation - Official documentation for the Cloud Radial API, including endpoints for managing flexible asset types.