Cloud Radial icon

Cloud Radial

Interact with Cloud Radial API

Actions64

Overview

This node interacts with the Cloud Radial API to retrieve information about an endpoint by its serial number. It is useful in scenarios where you need to fetch detailed data about a specific endpoint device within an IT environment, such as for asset management or troubleshooting. For example, you can input a serial number to get the corresponding endpoint details from the Cloud Radial system.

Use Case Examples

  1. Retrieve endpoint details by providing the serial number to monitor device status or inventory.
  2. Use in IT service automation workflows to fetch endpoint data for reporting or further processing.

Properties

Name Meaning
Serial Number The serial number of the endpoint to retrieve. This is a required string input.
Request Options Settings to customize the API request behavior, including batching, SSL certificate validation, proxy configuration, and request timeout.

Output

JSON

  • endpoint - The JSON object containing the details of the endpoint retrieved by serial number.

Dependencies

  • Cloud Radial API

Troubleshooting

  • Ensure the serial number is correctly provided and exists in the Cloud Radial system to avoid 'not found' errors.
  • If SSL certificate validation fails, enable 'Ignore SSL Issues' option to bypass validation, but be aware of security risks.
  • Check proxy settings if requests fail due to network restrictions.
  • Adjust the timeout setting if the server response is slow to prevent premature request abortion.

Links

Discussion