Patch Retry Request V2 Using PATCH

Patch Retry Request V2 Using PATCH

Retry Request by ID

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

requestId


Request Body

errorCauseList

Array of ErrorCause of type(s) application/json
Optional
[
    {
        "eventId": "string",
        "exceptionMessage": "string",
        "exceptionStackTrace": "string",
        "message": "string",
        "messageId": "string",
        "retry": false
    }
]
Authentication
This operation uses the following authentication methods.
Responses
200

OK

Operation doesn't return any data structure

204

No Content

Operation doesn't return any data structure

401

Unauthorized

Operation doesn't return any data structure

403

Forbidden

Operation doesn't return any data structure