requeueFailedMessages

post

/ccadmin/v1/webhookFailedMessages/requeue

Requeue Failed Messages. Updates a set of existing failed messages with specific service name, server type and date range by marking them for resend.

Request

Supported Media Types
Body ()
Root Schema : requeueFailedMessages_request
Type: object
Show Source
Example:
{
    "dateRange":{
        "fromDate":"2018-11-09 11:53:06",
        "toDate":"2018-11-16 11:53:06"
    },
    "serverType":"production",
    "serviceName":"createAccount"
}
Nested Schema : dateRange
Type: object
The date range in which messages should be requeued (values in GMT).
Show Source
Back to Top

Response

Supported Media Types

200 Response

Following model is returned when operation succeeds.
Body ()
Root Schema : requeueFailedMessage_response
Type: object
Show Source
Example Response (application/json)
{
    "message":"10 messages have been requeued successfully"
}

Default Response

The error response. 34023 : If the service name is invalid 34024 : If the server type is invalid 34025 :If start date or end date is invalid 34017 : If operation fails due to some internal error
Body ()
Root Schema : errorModel
Type: object
Show Source
Nested Schema : errors
Type: array
An optional list of errors if multiple errors were encountered
Show Source
Nested Schema : items
Type: object
Show Source
Back to Top