Checking the Status of an Import or Export Job
Check the status of an export from a File Storage with Lustre file system or import from Object Storage
Beginning an import or export creates a job that you can use to check how many objects have been imported, how many files have been exported, and so on. The job also includes other details including whether data was skipped or overwritten when a conflict occurs.
Using the Console
Using the API
Run the ListSyncJobs and GetSyncJob operations with required attributes to list import and export jobs and get more details.
For information about using the API and signing requests, see REST API documentation and Security Credentials. For information about SDKs, see SDKs and the CLI.
Using the CLI
To check the status of a specific import or export job, use the oci lfs object-storage-link get-sync-job command:
oci lfs object-storage-link get-sync-job --object-storage-link-id <object_storage_link_ocid> --sync-job-id <sync_job_ocid> [OPTIONS]To list all import or export jobs, use the oci lfs object-storage-link list-sync-jobs command:
oci lfs object-storage-link list-sync-jobs --object-storage-link-id <object_storage_link_ocid> [OPTIONS]For a complete list of parameters and values for CLI commands, see the CLI Command Reference.