Cloud Radial icon

Cloud Radial

Interact with Cloud Radial API

Actions64

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

  1. Automate creation of archive items when new data is received.
  2. 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

Discussion