Viewing a Private Endpoint's Details

View the details for a private endpoint in Data Science.

  • From the Private endpoints page, select the name of the private endpoint. If you need help finding the list of private endpoints, see Listing Private Endpoints.

    From the Private endpoint information tab, you can view the:

    • 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 on: The date and time when the notebook session was created.

    • Created by: 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 oci data-science private-endpoint get command and required parameters to get the details for a private endpoint:

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

    For a complete list of flags and variable options for CLI commands, see the CLI Command Reference.

  • Use the GetDataSciencePrivateEndpoint operation to view the notebook session details.