Cloud Radial icon

Cloud Radial

Interact with Cloud Radial API

Actions64

Overview

This node interacts with the Cloud Radial API to create a new Service Install entry. It is useful for automating the installation or registration of services within the Cloud Radial platform, such as when onboarding new services or managing service deployments programmatically.

Use Case Examples

  1. Creating a new service installation record by specifying the service ID.
  2. Automating service installations in bulk by batching requests to the Cloud Radial API.

Properties

Name Meaning
Service ID The unique identifier of the service to be installed. This is a required field for the create operation on the Service Install resource.
Request Options Settings to customize the API request behavior, including batching of requests, SSL certificate validation, proxy configuration, and request timeout.

Output

JSON

  • id - The unique identifier of the created Service Install entry.
  • serviceId - The ID of the service associated with the created installation.
  • status - The status or result of the create operation, indicating success or failure.

Dependencies

  • Cloud Radial API

Troubleshooting

  • Ensure the Service ID is provided and valid; missing or incorrect IDs will cause errors.
  • Check network connectivity and proxy settings if requests fail to reach the Cloud Radial API.
  • If SSL certificate validation fails, consider enabling the option to ignore SSL issues, but be aware of security risks.
  • Timeout errors may occur if the server is slow to respond; adjust the timeout setting accordingly.

Discussion