Viewing a Private Endpoint's Details

View the details for a private endpoint in Data Science.

  • On the Private endpoints list page, select the private endpoint that you want to work with. If you need help finding the list page or the private endpoint, see Listing Private Endpoints.

    The details page opens and displays information about the private endpoint. Access the various resources associated with the private endpoint by selecting their links or tabs.

    • OCID: A shortened version of the OCID is displayed. Use the Show and Hide links to switch the display of the full OCID. Use the Copy link to save the entire OCID to your clipboard to paste it elsewhere. For example, you could paste to a file and save it, and then use it in model scripts.
    • Compartment: The defined compartment OCID.
    • Description: The defined description if one was provided.
    • Created / Created on: The date and time when the notebook session was created.
    • Created by (when available): The email address of the user who created the notebook.
    • VCN: The subnet that was selected is displayed as a link so that you can go to the VCN Details page to manage it.
    • Subnet: When applicable, the subnet that was selected is displayed as a link so that you can go to the Subnet Details page to manage it.
    • FQDN: The defined fully qualified domain name.
    • Resource type: When applicable, the type of resource the private endpoint is attached to.
    • Network security groups: When applicable, the network security groups that were defined.
  • Use the get command and required parameters to get the details for a private endpoint:

    oci data-science ds-private-endpoint get --private-endpoint-id <private-endpoint-id> ... [OPTIONS]

    For a complete list of parameters and values for CLI commands, see the CLI Command Reference.

  • Use the GetDataSciencePrivateEndpoint operation to get the details for a private endpoint.