Get work request errors.
GET {{baseUrl}}/workRequests/:workRequestId/errors?compartmentId={{compartment_ocid}}
Get the errors of a work request.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
compartmentId | string | (Required) The OCID of the compartment. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
opc-request-id | string | Unique Oracle-assigned identifier for the request. If you need to contact | |
Oracle about a particular request, please provide the request ID. | |||
Date | string | (Required) Current Date | |
Authorization | string | (Required) Signature Authentication on Authorization header |
RESPONSES
status: OK
[{"code":"UnknownError","message":"error validating payload","timestamp":"2006-10-09T05:06:49.600Z"},{"code":"UnknownError","message":"error validating payload","timestamp":"1972-01-18T20:23:41.852Z"}]