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's details.

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.

  • On the Connectors list page, select the connector that you want to work with. If you need help finding the list page or connector, see Listing Connectors.
    The reverse connection endpoint (RCE) IP addresses for the private endpoint used for a source or target stream is listed under Reverse Endpoint IP for that stream on the details page.
  • 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.