Listing a Secret Work Request's Errors
Learn how to get a list of error message logs for a specified secret work request.
Use the oci work-requests work-request-error list command and required parameters view the errors for a particular work request. See Work Requests in the OCI documentation for more information on work requests.
oci work-requests work-request-error list --work-request-id <work_request_ocid> [OPTIONS]
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. See Work Requests in the OCI documentation for more information on work requests.