aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authormaopengzhang <zhang.maopeng1@zte.com.cn>2017-10-11 18:41:33 +0800
committermaopengzhang <zhang.maopeng1@zte.com.cn>2017-10-11 18:41:33 +0800
commit5fde98c7b2cf8242156ff2f7ef98fe11f88baf6d (patch)
tree8a0ed87b85bb04eb46e12c81111fbd3a12a38e18 /docs
parentfdc6ffecf2dde4ab54b43ccf5c8e82f1f0122d96 (diff)
Add global-customer-id and service-type parameter
Add global-customer-id and service-type parameter in the NSLCM Change-Id: I2b12e9c9bc0f94b7d09d62afcc1e71f243dad327 Issue-ID: VFC-35 Signed-off-by: maopengzhang <zhang.maopeng1@zte.com.cn>
Diffstat (limited to 'docs')
-rw-r--r--docs/APIs/NSLCM_API/NSLCM_API_Specification_v0.1.rst14
1 files changed, 13 insertions, 1 deletions
diff --git a/docs/APIs/NSLCM_API/NSLCM_API_Specification_v0.1.rst b/docs/APIs/NSLCM_API/NSLCM_API_Specification_v0.1.rst
index 16b52b9c..66df2f41 100644
--- a/docs/APIs/NSLCM_API/NSLCM_API_Specification_v0.1.rst
+++ b/docs/APIs/NSLCM_API/NSLCM_API_Specification_v0.1.rst
@@ -566,7 +566,19 @@ NS LCM API
"type": "object",
"properties": {
-
+ "context":{
+ "type": "object",
+ "properties": {
+ "global-customer-id":{
+ "type": "string",
+ "description": "the global customer id"
+ },
+ "service-type":{
+ "type": "string",
+ "description": "service type"
+ }
+ }
+ },
"csarId": {
"type": "string",