Viewing Jobs

View all the jobs created in the selected Anomaly Detection project.

    1. Open the navigation menu and click Analytics & AI. Under AI Services, click Anomaly Detection.
    2. In the left-side navigation menu, click Projects.
    3. Select the compartment that contains the project that you want to create a job in.
    4. Click the name of the project.

      The project details page opens.

    5. Under Details, click Jobs.

    The jobs in the project are displayed.

    A job can be in one of the following statuses:

    • Creating: The job is being created.

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

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

    • Moving: The job is being moved to another compartment.

    • Deleting: The job is being deleted.

    • Deleted: The job is successfully deleted.

    • Failed: The job wasn't created, updated, or deleted successfully.

  • Use the oci anomaly-detection detect-anomaly-job-collection list-detect-anomaly-jobs command and required parameters to list the jobs in a project:

    oci anomaly-detection detect-anomaly-job-collection list-detect-anomaly-jobs --compartment-id <compartment-id>... [OPTIONS]

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

  • Use the ListDetectAnomalyJobs operation to list the jobs in a project.