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

Patch Retry Request V2

Description

This API is used to retry a failed request. Before triggering this API, please trigger get error causes for a request by ID API to get a list of error causes.

Request

Request

URL

URL


patch
https://localhost:8080/lcm/request/api/v2/requests/{requestId}/retry
Copy

Path Parameters

Path Parameters

string
requestId Required

requestId


Request Body

Request Body

array of ErrorCause of type(s) application/json Required

errorCauseList

{
	"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
Authentication

Authentication

This operation uses the following authentication methods.

Authorization

Scopes: global

Response

Response

200 OK

OK


204 No Content

No Content

Errors

Errors

401

Unauthorized


403

Forbidden

Code Samples

Code Samples

cURL Command

curl -X PATCH -H "Content-Type: application/json" -d '[{"eventId":"string","exceptionMessage":"string","exceptionStackTrace":"string","localizedMessageId":"string","message":"string","messageId":"string","parameters":["string"],"properties":{"key":"string"},"retry":false}]' https://localhost:8080/lcm/request/api/v2/requests/{requestId}/retry


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

Was this page helpful?