X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=sms-service%2Fdoc%2Fapi_swagger.html;h=7f987a3410bebb80160f96312d5b89b46bd725e8;hb=9b16de820c0bef5643746bdeb3186714a85281f1;hp=94a72aac8eb72bcc82c370f4d088bb0c13c32044;hpb=75dd5474ec6a2a1c4fbf513e82ba6f4ae08f85f6;p=aaf%2Fsms.git diff --git a/sms-service/doc/api_swagger.html b/sms-service/doc/api_swagger.html index 94a72aa..7f987a3 100644 --- a/sms-service/doc/api_swagger.html +++ b/sms-service/doc/api_swagger.html @@ -181,7 +181,7 @@ font-style: italic;

Secret Management Service

This is a service that provides secret management facilities
-
More information:
+
More information: https://helloreverb.com
Contact Info: kiran.k.kamineni@intel.com
Version: 1.0.0
BasePath:/v1/sms/
@@ -295,8 +295,8 @@ font-style: italic;

Example data

Content-Type: application/json
{
-  "name" : "aeiou",
-  "uuid" : "aeiou"
+  "name" : "name",
+  "uuid" : "uuid"
 }

Produces

@@ -356,7 +356,7 @@ font-style: italic;
Content-Type: application/json
{
   "ttl" : 0,
-  "token" : "aeiou"
+  "token" : "token"
 }

Produces

@@ -397,15 +397,15 @@ font-style: italic;

Return type

+ inline_response_200_2 - array[String]

Example data

Content-Type: application/json
-
[ "secret1", "secret2", "secret3" ]
+
"{\"secretnames\":[\"secretname1\",\"secretname2\",\"secretname3\"]}"

Produces

This API call produces the following media types according to the Accept request header; @@ -417,7 +417,7 @@ font-style: italic;

Responses

200

Successful operation - + inline_response_200_2

404

Invalid Path or Path not found @@ -552,7 +552,7 @@ font-style: italic; "Age" : 40, "admin" : true }, - "name" : "aeiou" + "name" : "name" }

Produces

@@ -596,7 +596,7 @@ font-style: italic;

Example data

Content-Type: application/json
{
-  "sealstatus" : "aeiou"
+  "sealstatus" : "sealstatus"
 }

Produces

@@ -672,6 +672,7 @@ font-style: italic;
  • body -
  • inline_response_200 -
  • inline_response_200_1 -
  • +
  • inline_response_200_2 -
  • @@ -720,5 +721,12 @@ font-style: italic;
    sealstatus (optional)
    String seal status of backend
    +
    +

    inline_response_200_2 - Up

    + +
    +
    secretnames (optional)
    array[String] Array of strings referencing the secret names
    +
    +