[{"label":"Latest (1.3.0)","version":"latest"}]
vrealize-suite-lifecycle-manager

Get Error Causes V2

Description

This API is used to get a list of error causes for a failed request.

Request

Request

URL

URL


get
https://localhost:8080/lcm/request/api/v2/requests/{requestId}/error-causes
Copy

Path Parameters

Path Parameters

string
requestId Required

requestId


Authentication

Authentication

This operation uses the following authentication methods.

Authorization

Scopes: global

Response

Response

Response Body

Response 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

Errors

GenericErrorResponseDTO
400

Bad Request


401

Unauthorized


403

Forbidden


GenericErrorResponseDTO
404

Not Found


GenericErrorResponseDTO
500

Internal Server Error

Code Samples

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
Feedback

Was this page helpful?