Control bsl dead man switch
POST/api/v1/bsl/dms
Uses the registered BSL session-key Ed25519 signature over session_key_dms_control_hash. The key must authorize the account, gateway and cancellation. Arms, heartbeats, reads status or disarms an authenticated session. DMS must be enabled and recovered. An idempotent arm does not extend the deadline. Authentication is carried in the signed request body.
Request
Responses
- 200
- 400
- 401
- 403
- 409
- 429
- 503
- default
Heartbeat acknowledgement or session status.
Expired or invalid control request.
Missing or invalid agent authentication.
Credential or cancellation policy rejected.
Control operation rejected for the current session state.
Control capacity exhausted.
DMS disabled or recovery unavailable.
Error response. Prefer the nested ApiErrorResponse via X-SC-Error-Format: envelope-v1; existing unnegotiated handler responses can retain a documented legacy flat shape through the compatibility period.
Response Headers
Stable request correlation id generated or echoed by the server.