Viewing Data Assets
View all the data assets created in the selected Anomaly Detection project.
The data assets in the project are displayed.
A data asset can be in one of the following statuses:
-
Creating: The data asset is being created.
-
Active: The data asset is successfully created and ready for use.
-
Updating: The data asset details, such as name, DNS zones, or compartment, are being updated.
-
Moving: The data asset is being moved to another compartment.
-
Deleting: The data asset is being deleted.
-
Deleted: The data asset is successfully deleted.
-
Failed: The data asset wasn't created, updated, or deleted successfully.
-
Use the oci anomaly-detection data-asset list command and required parameters to list the data assets in a project:
oci anomaly-detection data-asset 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 ListDataAssets operation to list the data assets in a project.