Skip to main content
POST
Replay one quarantined inbound frame

Autorizações

Authorization
string
header
obrigatório

JWT bearer token issued by the identity provider.

Cabeçalhos

X-Idempotency
string
obrigatório

Idempotency key. Required on every mutation.

X-TTL
string

Idempotency key TTL in seconds (overrides the service default).

Parâmetros de caminho

parkKey
string
obrigatório

The frame's identity: the 64-character lowercase sha256 hex of the raw parked bytes, as published on the triage listing.

Resposta

OK

correlationId
string
obrigatório

Request-scoped correlation identifier echoing X-Request-ID, for pivoting from response to trace.

parkKey
string
obrigatório

The frame's identity, echoed back.

Exemplo:

"0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef"

processed
boolean
obrigatório

True when this command both put the frame back through the inbound path and claimed the row. A concurrent command that lost the claim is refused with 409 instead.

quarantineId
string
obrigatório

Evidence row UUID of the frame that was replayed.

Exemplo:

"2f8d1c40-0a1b-4c2d-8e3f-000000000001"

stage
string
obrigatório

The stage the frame had originally been parked at.

Exemplo:

"envelope_decode"