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 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
- Fetching endpoint details by ID to display in a dashboard.
- 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
- Cloud Radial API Documentation - Official documentation for the Cloud Radial API, including endpoint details and usage guidelines.