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 domain records based on specified OData query options. It is useful for scenarios where users need to fetch a list of domains with filtering, selection of specific fields, and limiting the number of results. For example, it can be used to get all domains that match certain criteria or to retrieve a subset of domain data for reporting or integration purposes.
Use Case Examples
- Retrieve up to 50 domains with a specific filter applied.
- Select only the domain name and ID fields from the domain records.
- Fetch domains in batches to handle large datasets efficiently.
Properties
| Name | Meaning |
|---|---|
| OData Query Options | Options to filter, select fields, and limit the number of domain records returned using OData syntax. |
| Request Options | Settings to control request behavior such as batching, SSL certificate validation, proxy usage, and timeout. |
Output
JSON
id- Unique identifier of the domain record.name- Name of the domain.otherDomainFields- Additional fields returned by the Cloud Radial API for each domain record.
Dependencies
- Cloud Radial API with an API key credential
Troubleshooting
- Ensure the API URL and credentials are correctly configured to avoid authentication errors.
- If SSL certificate validation fails, enable 'Ignore SSL Issues' to bypass, but be aware of security risks.
- Batching settings should be adjusted based on API rate limits to prevent request throttling errors.
- Timeouts can occur if the server is slow; increase the timeout value if necessary.
Links
- Cloud Radial API Documentation - Official documentation for the Cloud Radial API, including details on OData query options and domain resource endpoints.