From 5544dbc5d4e49f55fa41bc008a02e1bff2f7ed1b Mon Sep 17 00:00:00 2001 From: yangyan Date: Tue, 17 Oct 2017 10:18:26 +0800 Subject: Update vfc doc Issue-ID: VFC-526 Change-Id: I9c89c12cfc874082072849d828faf13b5fd01aa3 Signed-off-by: yangyan --- docs/APIs/NSLCM_API/NSLCM_API_Specification_v0.1.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'docs/APIs') 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", -- cgit 1.2.3-korg