[{"label":"Latest (1.3.0)","version":"latest"}]
vrealize-suite-lifecycle-manager
Patch Retry Request V2
DescriptionThis 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
URLURL
https://localhost:8080/lcm/request/api/v2/requests/{requestId}/retry
Path Parameters
Path Parameters
string
requestId
Required
requestId
Request Body
Request Body
{
"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
This operation uses the following authentication methods.
Authorization
Scopes:
global
Errors
401
Unauthorized
403
Forbidden
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
On This Page
Request Controller Operations
patch