Getting an Object Storage Work Request's Details

View the details of an Object Storage work request.

    1. Open the navigation menu and click Storage. Under Object Storage & Archive Storage, click Buckets.
    2. Select the compartment from the list under List Scope. All buckets in that compartment are listed in tabular form.
    3. Click the bucket whose work requests you want to list. The bucket's Details page appears.
    4. Click Work Requests under Resources. The Work Requests list appears. All work requests for the bucket are listed in tabular form.

    The Work Requests list displays details on each work request. These details include the status, resource type, operation type, resource name, and time accepted for each work request.

  • Use the oci os work-request get command and required parameters to get the details of a Object Storage work request:

    oci os work-request get --work-request-id work_request_id [OPTIONS]

    List the work requests in a compartment to get their IDs. See Listing Work Requests for more information.

    For a complete list of parameters and values for CLI commands, see the CLI Command Reference.

  • Run the GetWorkRequest operation to get the details of a Object Storage work request.