Files
nomad/website/source/docs/http/sys-unseal.html.md
2015-09-17 16:33:37 -07:00

823 B

layout, page_title, sidebar_current, description
layout page_title sidebar_current description
http HTTP API: /sys/seal-unseal docs-http-seal-unseal The '/sys/seal-unseal' endpoint is used to unseal the Nomad.

/sys/unseal

Description
Enter a single master key share to progress the unsealing of the Nomad. If the threshold number of master key shares is reached, Nomad will attempt to unseal the Nomad. Otherwise, this API must be called multiple times until that threshold is met.
Method
PUT
Parameters
  • key required A single master share key.
Returns
The same result as `/sys/seal-status`.