Activate a verified Lookup HMAC candidate generation.
POST
/api/admin/platform/control-plane/lookup-hmac/rotations/{operationId}/activate
Code sample: Shell / cURL
curl --request POST \ --url https://auth.example.com/api/admin/platform/control-plane/lookup-hmac/rotations/example/activate \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'Idempotency-Key: example' \ --data '{ "fencingToken": 1 }'Advances to signed dual-write only after Control has exact successful distribution evidence for every runtime target. The request is fenced and audited before mutation.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” operationId
required
string
Header Parameters
Section titled “Header Parameters ” Idempotency-Key
required
string
Request Body required
Section titled “Request Body required ” Media type application/json
object
fencingToken
required
integer
key
additional properties
Example generated
{ "fencingToken": 1}Responses
Section titled “ Responses ”Lookup HMAC rotation state after the audited fenced transition.
Media type application/json
object
rotation
required
object
operationId
required
string
state
required
string
source
required
object
generation
required
integer
keyId
required
string
slot
required
string
fingerprint
required
SHA-256 fingerprint of the key material; never the key itself.
string
key
additional properties
candidate
required
object
generation
required
integer
keyId
required
string
slot
required
string
fingerprint
required
SHA-256 fingerprint of the key material; never the key itself.
string
key
additional properties
checkpoint
required
object
key
additional properties
sourceRowCount
required
integer | null
currentRowCount
required
integer | null
verificationAttemptCount
required
integer
graceExpiresAt
required
integer | null format: int64
ownerId
required
string | null
fencingToken
required
integer
leaseExpiresAt
required
integer | null format: int64
mutationStarted
required
boolean
updatedAt
required
integer format: int64
key
additional properties
auditId
required
string
key
additional properties
Example
{ "rotation": { "state": "planned", "source": { "slot": "A" }, "candidate": { "slot": "A" } }}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}