Getting a Secret Work Request's Status

Learn how to get the status of a work request for a secret.

    1. Open the navigation menu , select Identity & Security, and then select Vault.
    2. Under List scope, select the compartment that contains the secret for which you want to view configured rules.
    3. From the list of vaults in the compartment, select a vault name.
    4. Select Secrets, and then select the name of the secret to open its details page.
    5. Under Table Scope, select Work Requests.
      The work requests in the project are displayed in the Work Requests table.
    6. Select the name of the work request.
      The work request details page opens.
  • Use the work-request get command and required parameters to get the status of a work request.

    For example:

    oci work-requests work-request get --work-request-id ocid1.coreservicesworkrequest.oc1.eu-paris-1.abrwiljrcu6dou67c4f4civipuy4hahg22hp44odlid2c7yhicfaawkiypza

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

  • Use the GetWorkRequest API to get the status of a work request.