Access Endpoints
Version 22.0.8486
Access Endpoints
Version 22.0.8486
The Endpoints page consists of two sections: Access Endpoints and Trusted IP Addresses.
Access Endpoints
This section allows you to view the access endpoints where CData Connect exposes your connections. There are four endpoints listed in this table:
- OData
- REST
- Virtual SQL Server
Each of these entries displays:
- A symbol that indicates whether it is enabled
- The URL for accessing the endpoint
- The port for accessing the endpoint
You can click on the URL for an entry to copy the URL to your clipboard.
Trusted IP Addresses
This section defines the IP addresses that are allowed to make connections to the CData Connect API. The following functions are available:
- Add: Opens a modal to enter a new IP address range.
- Edit: Opens a modal to modify the selected IP address range.
- Delete: Deletes the selected IP address range from the list.
The following restrictions apply to this feature:
localhost
is always allowed to access the API.- Ranges are supported. For example, the entry
100.10.100.1-15
would indicate that IP addresses between100.10.100.1
and100.10.100.15
would be allowed. Any IP addresses outside of that range would be rejected. - Wildcard patterns are supported. For example, the entry
100.10.100.*
would indicate that IP addresses beginning with100.10.100
would be allowed. Any IP addresses outside of that range would be rejected.