Citrix Secure Private Access Hybrid REST API Differences
Routing Domains API: Hybrid REST API mode differences
This document outlines the differences and important notes for using Secure Private Access Routing Domains APIs in Hybrid REST API mode.
Not applicable or restricted values in hybrid mode
-
type parameter:
- The following values are not allowed for the
typeparameter in hybrid mode:external_via_connectorconflictinginternal_bypass_proxy
- Requests using these values will be rejected.
- The following values are not allowed for the
-
locationIds parameter:
- In hybrid mode,
locationIdsis optional (not mandatory as in cloud). - However, if
locationIdsis omitted, the API will still return a400 Bad Requestresponse, matching the cloud API behavior.
- In hybrid mode,
Schema and endpoint notes
- All other request/response schemas and error handling remain unchanged from the standard API, except for the above differences.
- Use the hybrid API base URL and credentials provided for your hybrid deployment.
Migration note
If migrating to hybrid mode:
- Do not use the restricted
typevalues listed above. -
locationIdsis optional, but omitting it will result in a400 Bad Requesterror, so it is recommended to include it for compatibility.
Reference
For complete details and examples, refer to the main Routing Domains API documentation. This document highlights only the differences for Hybrid REST API mode.
Routing Domains API: Hybrid REST API mode differences
Copied!
Failed!