diff options
Diffstat (limited to 'docs/APIs/NSLCM_API')
-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",
|