From 6f5b8c0e6f114b81a5e3dd7a5ed85a2a54041d38 Mon Sep 17 00:00:00 2001 From: Chris Hoffman Date: Fri, 29 Jun 2018 09:17:51 -0400 Subject: [PATCH] adding sample request to key status api docs (#4853) --- website/source/api/system/key-status.html.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/website/source/api/system/key-status.html.md b/website/source/api/system/key-status.html.md index d76cd9ec2..ac6fea277 100644 --- a/website/source/api/system/key-status.html.md +++ b/website/source/api/system/key-status.html.md @@ -24,6 +24,14 @@ Vault. ### Sample Request +``` +$ curl \ + --header "X-Vault-Token: ..." \ + --request GET \ + http://127.0.0.1:8200/v1/sys/key-status + +``` + ### Sample Response ```json