Viewing Private Endpoints

View the private endpoints created in the selected Anomaly Detection compartment.

    1. Open the navigation menu and click Analytics & AI. Under AI Services, click Anomaly Detection.
    2. Click Private endpoints.

      The private endpoints in the project are displayed in the Private endpoints table.

    3. Select that compartment that contains the private endpoints that you want to list.

    A private endpoint can be in one of the following statuses:

    • Creating: The private endpoint is being created.

    • Active: The private endpoint is successfully created and ready for use.

    • Updating: The private endpoint details, such as name, DNS zones, or compartment, are being updated.

    • Moving: The private endpoint is being moved to another compartment.

    • 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.

  • Use the oci anomaly-detection pe list command and required parameters to list the private endpoints in a compartment:

    oci anomaly-detection pe 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 ListAiPrivateEndpoints operation to list the private endpoints in a compartment.