diff options
author | maopengzhang <zhang.maopeng1@zte.com.cn> | 2017-10-11 18:41:33 +0800 |
---|---|---|
committer | maopengzhang <zhang.maopeng1@zte.com.cn> | 2017-10-11 18:41:33 +0800 |
commit | 5fde98c7b2cf8242156ff2f7ef98fe11f88baf6d (patch) | |
tree | 8a0ed87b85bb04eb46e12c81111fbd3a12a38e18 /docs | |
parent | fdc6ffecf2dde4ab54b43ccf5c8e82f1f0122d96 (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.rst | 14 |
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",
|