You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by br...@apache.org on 2021/04/07 18:21:01 UTC

[hadoop] branch trunk updated: HADOOP-17617. Incorrect representation of RESPONSE for Get Key Version in KMS index.md.vm file. Contributed by Ravuri Sushma sree

This is an automated email from the ASF dual-hosted git repository.

brahma pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new ae88174  HADOOP-17617. Incorrect representation of RESPONSE for Get Key Version in KMS index.md.vm file. Contributed by  Ravuri Sushma sree
ae88174 is described below

commit ae88174c29ae02b6cf48785ecb3432a2698944bb
Author: Brahma Reddy Battula <br...@apache.org>
AuthorDate: Wed Apr 7 23:49:17 2021 +0530

    HADOOP-17617. Incorrect representation of RESPONSE for Get Key Version in KMS index.md.vm file. Contributed by  Ravuri Sushma sree
---
 hadoop-common-project/hadoop-kms/src/site/markdown/index.md.vm | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/hadoop-common-project/hadoop-kms/src/site/markdown/index.md.vm b/hadoop-common-project/hadoop-kms/src/site/markdown/index.md.vm
index 95e926b..d7599de 100644
--- a/hadoop-common-project/hadoop-kms/src/site/markdown/index.md.vm
+++ b/hadoop-common-project/hadoop-kms/src/site/markdown/index.md.vm
@@ -1055,7 +1055,8 @@ $H4 Get Key Version
     Content-Type: application/json
 
     {
-      "name"        : "versionName",
+      "name"        : "<name>",
+      "versionName" : "<version>",
       "material"    : "<material>",    //base64
     }
 
@@ -1072,11 +1073,13 @@ $H4 Get Key Versions
 
     [
       {
-        "name"        : "versionName",
+        "name"        : "<name>",
+        "versionName" : "<version>",
         "material"    : "<material>",    //base64
       },
       {
-        "name"        : "versionName",
+        "name"        : "<name>",
+        "versionName" : "<version>",
         "material"    : "<material>",    //base64
       },
       ...

---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org