Add global-customer-id and service-type parameter 27/17927/1
authormaopengzhang <zhang.maopeng1@zte.com.cn>
Tue, 10 Oct 2017 11:00:44 +0000 (19:00 +0800)
committermaopengzhang <zhang.maopeng1@zte.com.cn>
Tue, 10 Oct 2017 11:00:44 +0000 (19:00 +0800)
Add global-customer-id and service-type parameter in the swagger

Change-Id: I3f92b3f47efe854dffc4627e256bb7bc4ea8b50e
Issue-ID: VFC-33
Signed-off-by: maopengzhang <zhang.maopeng1@zte.com.cn>
lcm/swagger/vfc.nslcm.swagger.json

index 7d15e10..4b28cec 100644 (file)
     "NsCreateRequest": {\r
       "type": "object",\r
       "properties": {\r
+        "context":{\r
+          "type": "object",\r
+           "properties": {          \r
+              "global-customer-id":{\r
+                 "type": "string",\r
+                 "description": "the global customer id"\r
+              },\r
+              "service-type":{\r
+                 "type": "string",\r
+                 "description": "service type"\r
+              }\r
+            }\r
+        },\r
         "csarId": {\r
           "type": "string",\r
           "description": "the NS package ID"\r