Seal System
This API seals the system, locking it so that system operations become unavailable until it is unsealed.
Endpoint Details
| URL | /v1/sys/seal |
| Method | POST |
| Authorization | Bearer Token |
Request Headers
| Header | Type | Description |
|---|---|---|
| Content-Type | String | Must be application/json |
Response
Here is an example response after the request has been successfully processed:
Response
{
"sealed": true
}
Field Descriptions
| Field | Type | Description |
|---|---|---|
| sealed | Boolean | Indicates whether the system is sealed after the request |
info
- A valid Bearer Token is required to access this endpoint.
- After sealing, the system is locked and system operations are unavailable until it is unsealed.
- To unseal the system again, submit the required number of key shares to the unseal endpoint.