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. It is useful for automating the addition of services within the Cloud Radial platform, such as when integrating service management into workflows or automating service catalog updates.
Use Case Examples
- Automatically create a new service in Cloud Radial when a new product is added to your inventory system.
- Batch create multiple services with controlled request intervals to avoid API rate limits.
Properties
| Name | Meaning |
|---|---|
| Name | The name of the service to be created. This is a required field. |
| Request Options | Settings to control request behavior such as batching, SSL certificate validation, proxy usage, and request timeout. |
Output
JSON
id- The unique identifier of the created service.name- The name of the created service.status- The status or result of the create operation, indicating success or failure.
Dependencies
- Cloud Radial API
Troubleshooting
- Ensure the API credentials are correctly configured and have permissions to create services.
- If SSL errors occur, consider enabling the 'Ignore SSL Issues' option, but be aware of security risks.
- Batching settings should be adjusted to avoid hitting API rate limits or timeouts.
- Proxy settings must be correctly formatted if used, including authentication details if required.
Links
- Cloud Radial API Documentation - Official documentation for the Cloud Radial API, including service creation endpoints and request parameters.