Cloud Radial icon

Cloud Radial

Interact with Cloud Radial API

Actions64

Overview

This node interacts with the Cloud Radial API to update a service resource. It allows users to specify the service ID and new service name to update the existing service details. This is useful in scenarios where service information needs to be modified or corrected in the Cloud Radial system, such as updating service names or other service-related attributes.

Use Case Examples

  1. Updating the name of an existing service by providing its service ID and the new name.
  2. Modifying service details in bulk by using batching options to throttle requests.

Properties

Name Meaning
Service ID The ID of the service to be updated, required to identify which service to modify.
Name The new name for the service, required to update the service's name.
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 service.
  • name - The updated name of the service.
  • status - The status of the update operation, indicating success or failure.

Dependencies

  • Cloud Radial API
  • An API key credential for authentication

Troubleshooting

  • Ensure the Service ID is correct and exists in the Cloud Radial system to avoid 'not found' errors.
  • Verify that the API key credential is valid and has sufficient permissions to update services.
  • If SSL certificate validation fails, consider enabling the 'Ignore SSL Issues' option, but be aware of security risks.
  • Check proxy settings if requests fail to reach the API endpoint.
  • Adjust timeout settings if the API server is slow to respond to avoid premature request abortion.

Links

Discussion