Listing a Secret Work Request's Errors

Learn how to get a list of error message logs for a specified secret work request.

    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.
    7. Under Resources, select Error messages table.
      All error messages are displayed in the Error messages table.
  • Use the work-request-error command and required parameters view the errors for a particular work request.

    For example:

    oci work-requests work-request-error list --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 ListWorkRequestErrors API to view the errors for a work request.