diff options
author | yangyan <yangyanyj@chinamobile.com> | 2017-10-17 10:18:26 +0800 |
---|---|---|
committer | yangyan <yangyanyj@chinamobile.com> | 2017-10-17 10:18:33 +0800 |
commit | 5544dbc5d4e49f55fa41bc008a02e1bff2f7ed1b (patch) | |
tree | 7465718697774e536b0489dca051d2be628f6f5c /docs/APIs | |
parent | d695cdf0bae15732beefc78e641924134fcfc898 (diff) |
Update vfc doc
Issue-ID: VFC-526
Change-Id: I9c89c12cfc874082072849d828faf13b5fd01aa3
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Diffstat (limited to 'docs/APIs')
-rw-r--r-- | docs/APIs/NSLCM_API/NSLCM_API_Specification_v0.1.rst | 12 |
1 files changed, 12 insertions, 0 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 ff9e621a..bada11e7 100644 --- a/docs/APIs/NSLCM_API/NSLCM_API_Specification_v0.1.rst +++ b/docs/APIs/NSLCM_API/NSLCM_API_Specification_v0.1.rst @@ -566,19 +566,31 @@ NS LCM API "type": "object",
"properties": {
+
"context":{
+
"type": "object",
+
"properties": {
+
"globalCustomerId":{
+
"type": "string",
"description": "the global customer id"
+
},
+
"serviceType":{
"type": "string",
+
"description": "service type"
+
}
+
}
+
},
+
"csarId": {
"type": "string",
|