Listing Private Endpoints

All private endpoints created in Data Science are listed in the private endpoints page for the selected compartment.

    1. Use the Console to sign in to a tenancy with the necessary policies.
    2. Open the navigation menu and select Analytics & AI. Under Machine Learning, select Data Science.
    3. Select the compartment that you want to view the private endpoint in.

      All projects in the compartment are listed.

    4. Under Data Science, select Private endpoints.

      A tabular list of private endpoints in the compartment is displayed.

    5. Select the name of the private endpoint.

      A private endpoint is in one of the following statuses:

      Creating
      The private endpoint is being created.
      Active
      The private endpoint is successfully created.
      Updating
      The private endpoint details, such as name, or compartment, are being updated.
      Deleting
      The private endpoint is being deleted.
      Deleted
      The private endpoint is successfully deleted.
      Failed
      The private endpoint wasn't created, updated, or deleted successfully. It must be deleted and re-created.
      Needs Attention
      The private endpoint has an issue that needs to be resolved. For example, a failure to move compartments.
  • Use the list command and required parameters to list the private endpoints in a specific compartment:

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

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

  • Use the ListDataSciencePrivateEndpoints operation to view the private endpoints in a specific compartment.