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 create a new Service Install entry. It is useful for automating the installation or registration of services within the Cloud Radial platform, such as when onboarding new services or managing service deployments programmatically.
Use Case Examples
- Creating a new service installation record by specifying the service ID.
- Automating service installations in bulk by batching requests to the Cloud Radial API.
Properties
| Name | Meaning |
|---|---|
| Service ID | The unique identifier of the service to be installed. This is a required field for the create operation on the Service Install resource. |
| Request Options | Settings to customize the API request behavior, including batching of requests, SSL certificate validation, proxy configuration, and request timeout. |
Output
JSON
id- The unique identifier of the created Service Install entry.serviceId- The ID of the service associated with the created installation.status- The status or result of the create operation, indicating success or failure.
Dependencies
- Cloud Radial API
Troubleshooting
- Ensure the Service ID is provided and valid; missing or incorrect IDs will cause errors.
- Check network connectivity and proxy settings if requests fail to reach the Cloud Radial API.
- If SSL certificate validation fails, consider enabling the option to ignore SSL issues, but be aware of security risks.
- Timeout errors may occur if the server is slow to respond; adjust the timeout setting accordingly.