Cloud Radial icon

Cloud Radial

Interact with Cloud Radial API

Actions64

Overview

This node interacts with the Cloud Radial API to retrieve detailed information about a specific domain by its ID. It is useful in scenarios where you need to fetch domain-related data for further processing or integration within an automation workflow, such as managing domain configurations or auditing domain details.

Use Case Examples

  1. Retrieve domain details by providing the domain ID to integrate domain information into a CRM system.
  2. Fetch domain data to monitor domain status or configurations as part of an IT management workflow.

Properties

Name Meaning
Domain ID The unique identifier of the domain to retrieve information for, required for the Get operation on the Domain resource.
Request Options Additional settings to control the request behavior, including batching of requests, SSL certificate validation, proxy configuration, and request timeout.

Output

JSON

  • id - The unique identifier of the domain.
  • name - The name of the domain.
  • status - The current status of the domain.
  • createdAt - Timestamp when the domain was created.
  • updatedAt - Timestamp when the domain was last updated.
  • additionalProperties - Any other domain-specific details returned by the API.

Dependencies

  • Cloud Radial API
  • An API key credential for authentication

Troubleshooting

  • Ensure the Domain ID is correctly provided and exists in the Cloud Radial system to avoid 'not found' errors.
  • If SSL certificate validation fails and the 'Ignore SSL Issues' option is not enabled, requests may be blocked; enable this option cautiously if needed.
  • Proxy settings must be correctly configured if used; incorrect proxy URLs or credentials can cause connection failures.
  • Timeouts can occur if the server is slow to respond; increase the timeout setting if necessary.

Links

Discussion