Actions64
- Archive Item Actions
- Article Actions
- Assessment Actions
- Catalog Actions
- Catalog Question Actions
- Company Actions
- Course Actions
- Course Enrollment Actions
- Domain Actions
- Endpoint Actions
- Flexible Asset Actions
- Flexible Asset Type Actions
- Media Actions
- Service Actions
- Service Install Actions
- Token Actions
- User Actions
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
- Retrieve endpoint details by providing the serial number to monitor device status or inventory.
- 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
- Cloud Radial API Documentation - Official documentation for the Cloud Radial API used by this node.