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 by its ID. It is useful in scenarios where you need to fetch detailed data about a service within Cloud Radial, such as for reporting, automation, or integration with other systems. For example, you can use this node to get service details to update a CRM or to trigger workflows based on service attributes.
Use Case Examples
- Retrieve service details by providing the service ID to automate service management tasks.
- Fetch service information to display in a custom dashboard or report.
Properties
| Name | Meaning |
|---|---|
| Service ID | The unique identifier of the service to retrieve. This is a required field for the Get operation on the Service resource. |
| Request Options | Additional options to customize the API request, including batching to throttle requests, ignoring SSL certificate issues, setting an HTTP proxy, and defining a timeout period for the request. |
Output
JSON
id- The unique identifier of the retrieved service.name- The name of the service.description- A detailed description of the service.status- The current status of the service.createdAt- Timestamp when the service was created.updatedAt- Timestamp when the service was last updated.
Dependencies
- Cloud Radial API
Troubleshooting
- Ensure the Service ID is correctly provided 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 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 request/response formats.