[{"label":"Latest (1.3.0)","version":"latest"}]
vrealize-suite-lifecycle-manager
Get Error Causes V2
DescriptionThis API is used to get a list of error causes for a failed request.
Request
URLURL
https://localhost:8080/lcm/request/api/v2/requests/{requestId}/error-causes
Path Parameters
Path Parameters
string
requestId
Required
requestId
Authentication
This operation uses the following authentication methods.
Authorization
Scopes:
global
Response
Response
Response BodyResponse Body
200 OK
Returns
array
of
ErrorCause
of type(s) application/json
{
"eventId": "string",
"exceptionMessage": "string",
"exceptionStackTrace": "string",
"localizedMessageId": "string",
"message": "string",
"messageId": "string",
"parameters": [
"string"
],
"properties": {
"key": "string"
},
"retry": false
}
string
eventId
Optional
string
exceptionMessage
Optional
string
exceptionStackTrace
Optional
string
localizedMessageId
Optional
string
message
Optional
string
messageId
Optional
array of
string
parameters
Optional
map of
string
properties
Optional
boolean
retry
Optional
Errors
GenericErrorResponseDTO
400
Bad Request
401
Unauthorized
403
Forbidden
GenericErrorResponseDTO
404
Not Found
GenericErrorResponseDTO
500
Internal Server Error
Code Samples
cURL Command
curl https://localhost:8080/lcm/request/api/v2/requests/{requestId}/error-causes
[{"label":"Latest (1.3.0)","version":"latest"}]
vrealize-suite-lifecycle-manager
On This Page
Request Controller Operations
patch