Monitoring Export and Import Requests

When you initiate an export or import request, Data Integration initiates the request that is a long-running operation.

You can list the export or import requests and monitor the progress of the requests.

    1. Navigate to the workspace in which you initiated the export or import request.

      For the steps to access a workspace, see Accessing a Workspace.

    2. On the workspace home page, click Export/Import requests.
    3. On the page that appears, select Export or Import from the Request type filter menu.

      Data Integration displays a history of all export or import requests made, in all stages of progress. Click Refresh to update the list.

      Use the menus under Filters to filter the list by status, and when the request started or ended. Click Clear to remove the filters.

      The following details are shown for each request:

      • Name: Name of the request. Click the name to see more details. For information about the details, see Viewing the Details of an Export Request or Viewing the Details of an Import Request.

      • Request type: Export or import.

      • File name: The name of the zip file.

      • Status: Overall status of the request, for example, Queued, In progress, Success, or Failed.

      • Created by: The initiator of the request.

      • Started: When the request started.

      • Ended: When the request ended.

      The Actions menu for a request has these actions:

  • Use the oci data-integration export-request-summary-collection list-export-requests command and required parameters to list the export requests:

    oci data-integration export-request-summary-collection list-export-requests [OPTIONS]

    Use the oci data-integration import-request-summary-collection list-import-requests command and required parameters to list the import requests:

    oci data-integration import-request-summary-collection list-import-requests [OPTIONS]

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

  • Run the ListExportRequests operation to list the export requests.

    Run the ListImportRequests operation to list the import requests.