aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-dublin/features/vfc
diff options
context:
space:
mode:
authoryangyan <yangyanyj@chinamobile.com>2019-11-05 17:25:16 +0800
committerKanagaraj Manickam <kanagaraj.manickam@huawei.com>2019-11-11 10:43:18 +0000
commit3ce11d10337e7928d9783e73bc104e7c13aba93e (patch)
tree072b3493ac623a20b874861a87953f2e2e5f1789 /products/onap-dublin/features/vfc
parent8a4cee1a4fa40433d343c10dce507e5c03eabfbd (diff)
Update json file about vfc-nslcm-subscription
Change-Id: Ieca535ad346071aa8fc711dff7eb890141297e09 Issue-ID: CLI-171 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Diffstat (limited to 'products/onap-dublin/features/vfc')
-rw-r--r--products/onap-dublin/features/vfc/src/main/resources/open-cli-sample/nslcm/vfc-nslcm-subscription-schema-moco.json42
1 files changed, 42 insertions, 0 deletions
diff --git a/products/onap-dublin/features/vfc/src/main/resources/open-cli-sample/nslcm/vfc-nslcm-subscription-schema-moco.json b/products/onap-dublin/features/vfc/src/main/resources/open-cli-sample/nslcm/vfc-nslcm-subscription-schema-moco.json
new file mode 100644
index 00000000..4638fe5e
--- /dev/null
+++ b/products/onap-dublin/features/vfc/src/main/resources/open-cli-sample/nslcm/vfc-nslcm-subscription-schema-moco.json
@@ -0,0 +1,42 @@
+{
+ "post":{
+ "operationId":"api_nslcm_v1_subscriptions_create",
+ "description":"",
+ "parameters":[
+ {
+ "name":"data",
+ "in":"body",
+ "required":true,
+ "schema":{
+ "$ref":"#/definitions/LccnSubscriptionRequest"
+ }
+ }
+ ],
+ "responses":{
+ "201":{
+ "description":"",
+ "schema":{
+ "$ref":"#/definitions/LccnSubscription"
+ }
+ },
+ "303":{
+ "description":"",
+ "schema":{
+ "$ref":"#/definitions/ProblemDetails"
+ }
+ },
+ "500":{
+ "description":"",
+ "schema":{
+ "$ref":"#/definitions/ProblemDetails"
+ }
+ }
+ },
+ "tags":[
+ "api"
+ ]
+ },
+ "parameters":[
+
+ ]
+ }