From 5fde98c7b2cf8242156ff2f7ef98fe11f88baf6d Mon Sep 17 00:00:00 2001 From: maopengzhang Date: Wed, 11 Oct 2017 18:41:33 +0800 Subject: 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 --- docs/APIs/NSLCM_API/NSLCM_API_Specification_v0.1.rst | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (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 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", -- cgit 1.2.3-korg