Update json file about vfc-nslcm-subscription 41/97941/3
authoryangyan <yangyanyj@chinamobile.com>
Tue, 5 Nov 2019 09:25:16 +0000 (17:25 +0800)
committerKanagaraj Manickam <kanagaraj.manickam@huawei.com>
Mon, 11 Nov 2019 10:43:18 +0000 (10:43 +0000)
Change-Id: Ieca535ad346071aa8fc711dff7eb890141297e09
Issue-ID: CLI-171
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
products/onap-dublin/features/vfc/src/main/resources/open-cli-sample/nslcm/vfc-nslcm-subscription-schema-moco.json [new file with mode: 0644]

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 (file)
index 0000000..4638fe5
--- /dev/null
@@ -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":[
+
+            ]
+        }