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 an Archive Item. It is useful for automating the process of adding new archive entries within the Cloud Radial platform, which can help in organizing and managing archived data efficiently. For example, a user can automate the creation of archive items based on incoming data or events, streamlining data archival workflows.
Use Case Examples
- Automate creation of archive items when new data is received.
- Batch create multiple archive items with controlled request intervals to avoid API rate limits.
Properties
| Name | Meaning |
|---|---|
| Name | The name of the archive item to be created. |
| Request Options | Settings to control request behavior such as batching, SSL certificate validation, proxy usage, and request timeout. |
Output
JSON
id- The unique identifier of the created archive item.name- The name of the created archive item.createdAt- Timestamp when the archive item was created.updatedAt- Timestamp when the archive item was last updated.
Dependencies
- Cloud Radial API
Troubleshooting
- Ensure the API credentials are correctly configured to avoid authentication errors.
- If SSL certificate validation fails, enable 'Ignore SSL Issues' option cautiously to bypass it.
- Check proxy settings if requests fail to reach the API endpoint.
- Adjust timeout settings if the API server response is slow to prevent premature request abortion.
Links
- Cloud Radial API Documentation - Official documentation for the Cloud Radial API, useful for understanding available endpoints and request formats.