Getting IP Addresses for a Private Endpoint
Get the reverse connection endpoint (RCE) IP addresses for the private endpoint used for a source or target stream in Connector Hub by getting the connector.
RCE IP addresses are provided for DNS lookups (rceDnsIpAddress
) and for primary flow of traffic in the subnet (rceTrafficIpAddress
). Use these RCE IP addresses to configure ingress and egress rules to allow the connector to access the private endpoint. See Private Endpoints: Configure Ingress and Egress Rules.
IP addresses are included in connector details through the CLI and API.
This task can't be performed using the Console. Use the oci sch service-connector get command and required parameters to get a connector:
oci sch service-connector get --service-connector-id <connector_OCID>
The details for a connector that uses a private endpoint (stream) as a source or target include the IP addresses for accessing that stream.
For a complete list of parameters and values for CLI commands, see the CLI Command Reference.
Run the GetServiceConnector operation to get a connector.
The details for a connector that uses a private endpoint (stream) as a source or target include the IP addresses for accessing that stream. For an example response, see StreamingSourceDetailsResponse.