Skip to main content
POST
Reintentar una operación rechazada

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Parámetros de ruta

operationId
string
requerido

Operation id (UUID).

Ejemplo:

"018f8a3e-4b2c-7c1a-9e5d-2f6a1b3c4d5e"

Respuesta

Created

operationId
string
requerido

New chained operation id (UUID).

Ejemplo:

"018f8a3e-4b2c-7c1a-9e5d-2f6a1b3c4d5e"

originalOperationId
string
requerido

Chain root operation id (UUID) the retry descends from.

Ejemplo:

"018f8a2c-1a2b-7c3d-8e4f-5a6b7c8d9e0f"

retryCount
integer<int32>
requerido

Chain depth of the new operation.

Ejemplo:

1

state
string
requerido

Initial lifecycle state of the new operation.

Ejemplo:

"CREATED"