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 multiple records of Service Install data. It supports OData query options to filter, select specific fields, limit the number of results, and skip a certain number of records. This is useful for scenarios where users need to fetch and process bulk service installation data from Cloud Radial, such as generating reports, syncing data with other systems, or performing analytics.
Use Case Examples
- Fetch the top 50 service install records with specific fields selected for reporting.
- Retrieve service install records filtered by a certain condition to analyze installation trends.
- Skip the first 100 records and fetch the next 50 for paginated data processing.
Properties
| Name | Meaning |
|---|---|
| OData Query Options | Options to customize the OData query for filtering, selecting fields, limiting, and skipping results. |
| Request Options | Settings to control request behavior such as batching, SSL certificate validation, proxy usage, and timeout. |
Output
JSON
data- Array of service install records retrieved from the Cloud Radial API.metadata- Additional metadata about the response, such as pagination info or total count.
Dependencies
- Cloud Radial API
- An API key credential for authentication
Troubleshooting
- Ensure the API credentials are correctly configured and have the necessary permissions to access service install data.
- Check the OData query syntax to avoid errors in filtering or selecting fields.
- If using batching, verify batch size and interval settings to prevent request throttling or timeouts.
- If SSL errors occur, consider enabling the option to ignore SSL issues, but be aware of security risks.
- Verify proxy settings if requests fail due to network restrictions.
Links
- Cloud Radial API Documentation - Official documentation for the Cloud Radial API, including endpoints and query options.