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 machine name and manufacturer. It is useful for scenarios where you need to fetch detailed endpoint data based on specific identifiers, such as in IT asset management or device monitoring workflows.
Use Case Examples
- Retrieve endpoint details by providing the machine name and manufacturer to integrate with asset tracking systems.
- Use the node to fetch endpoint information for reporting or auditing purposes within an IT infrastructure.
Properties
| Name | Meaning |
|---|---|
| Machine Name | The machine name of the endpoint to retrieve. |
| Manufacturer | The manufacturer of the endpoint to retrieve. |
| Request Options | Additional options to customize the API request, including batching, SSL certificate validation, proxy settings, and timeout duration. |
Output
JSON
endpoint- The retrieved endpoint data matching the specified machine name and manufacturer.
Dependencies
- Cloud Radial API
- An API key credential for authentication
Troubleshooting
- Ensure the machine name and manufacturer are correctly specified; incorrect values will result in no data or errors.
- If SSL certificate validation fails and you trust the source, enable 'Ignore SSL Issues' to bypass validation.
- Check proxy settings if requests fail due to network restrictions.
- Timeout errors may occur if the server is slow to respond; increase the timeout setting if needed.
Links
- Cloud Radial API Documentation - Official documentation for the Cloud Radial API used by this node.