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 a specific service installation on an endpoint. It is useful for scenarios where you need to fetch details about a service installed on a particular endpoint, such as monitoring software deployments or managing service configurations. For example, you can use this node to get the installation status or configuration details of a service on a given endpoint by providing the endpoint ID and service ID.
Use Case Examples
- Retrieve details of a service installation on a specific endpoint by providing the endpoint ID and service ID.
- Use the node to monitor the status of a service installed on multiple endpoints by batching requests.
Properties
| Name | Meaning |
|---|---|
| Endpoint ID | The ID of the endpoint where the service is installed. This is a required string input. |
| Service ID | The ID of the service installed on the endpoint. This is a required string input. |
| Request Options | Additional options to customize the request behavior, including batching, SSL certificate validation, proxy settings, and timeout duration. |
Output
JSON
serviceInstall- The details of the service installation retrieved from the Cloud Radial API for the specified endpoint and service.
Dependencies
- Cloud Radial API
- An API key credential for authentication
Troubleshooting
- Ensure that the Endpoint ID and Service ID are correctly provided and exist in the Cloud Radial system to avoid 'not found' errors.
- If SSL certificate validation fails and you trust the source, enable the 'Ignore SSL Issues' option to bypass SSL errors.
- Check proxy settings if requests fail due to network restrictions or require authentication.
- 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, useful for understanding available endpoints and data structures.