HADOOP-17617. Incorrect representation of RESPONSE for Get Key Version in KMS index.md.vm file. Contributed by Ravuri Sushma sree

(cherry picked from commit ae88174c29)
This commit is contained in:
Brahma Reddy Battula 2021-04-07 23:49:17 +05:30
parent b59bde61f6
commit 236a9a7713
1 changed files with 6 additions and 3 deletions

View File

@ -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
},
...