Patch Retry Request V2 Using PATCH

Patch Retry Request V2 Using PATCH

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
URI
PATCH
https://{api_host}/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",
        "localizedMessageId": "string",
        "message": "string",
        "messageId": "string",
        "parameters": [
            "string"
        ],
        "properties": {
            "properties": "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