Listing a Secret Work Request's Logs

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

    1. On the Secrets list page, find the secret that you want to work with. If you need help finding the list page, see Listing Secrets.
    2. Select the name of the secret to open its details page.
    3. Select the Work Requests tab.
    4. Select the name of the work request to open its details page.
    5. Under Resources, select Log messages.
  • Use the oci work-requests work-request-log-entry list command and required parameters to list work request log messages for a particular work request. See Work Requests in the OCI documentation for more information on work requests.

    oci work-requests work-request-log-entry list --work-request-id <work_request_ocid> [OPTIONS]

    For example:

    oci work-requests work-request-log-entry 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 ListWorkRequestLogs API to list work request log messages for a particular work request. See Work Requests in the OCI documentation for more information on work requests.