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 endpoint by its ID. It is useful in scenarios where you need to fetch and process data related to a particular endpoint within the Cloud Radial platform, such as for monitoring, reporting, or integration purposes.

Use Case Examples

  1. Fetching endpoint details by ID to display in a dashboard.
  2. Retrieving endpoint information to trigger further automation based on endpoint status.

Properties

Name Meaning
Endpoint ID The unique identifier of the endpoint to retrieve.
Request Options Additional options to customize the API request, including batching, SSL certificate validation, proxy settings, and request timeout.

Output

JSON

  • id - The unique identifier of the endpoint.
  • name - The name of the endpoint.
  • status - The current status of the endpoint.
  • details - Additional detailed information about the endpoint as returned by the API.

Dependencies

  • Cloud Radial API with an API key credential for authentication

Troubleshooting

  • Ensure the Endpoint ID is correctly specified and exists in the Cloud Radial system to avoid 'not found' errors.
  • If SSL certificate validation fails and you trust the source, enable 'Ignore SSL Issues' to bypass SSL errors.
  • Check proxy settings if requests fail due to network restrictions.
  • Adjust the timeout setting if the API server is slow to respond to prevent premature request abortion.

Links

Discussion