Get Error Causes V2 Using GET

Get Error Causes V2 Using GET

Get Error Causes for a Request by ID

Request
URI
GET
https://{api_host}//lcm-15-95.eng.vmware.com/lcm/request/api/v2/requests/{requestId}/error-causes
COPY
Path Parameters
string
requestId
Required

requestId


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns Array of ErrorCause of type(s) application/json
[
    {
        "eventId": "string",
        "exceptionMessage": "string",
        "exceptionStackTrace": "string",
        "message": "string",
        "messageId": "string",
        "retry": false
    }
]

401

Unauthorized

Operation doesn't return any data structure

403

Forbidden

Operation doesn't return any data structure

404

Not Found

Operation doesn't return any data structure