aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKanagaraj Manickam <kanagaraj.manickam@huawei.com>2019-11-14 05:32:24 +0000
committerGerrit Code Review <gerrit@onap.org>2019-11-14 05:32:24 +0000
commit55fce92ca633352b745276c23467770838e687c7 (patch)
tree390d61a90de330449bded1804a11166557374114
parent8eff7a0eb4659e69e6bc2c16cf802ee52ab1e3f2 (diff)
parent3ce11d10337e7928d9783e73bc104e7c13aba93e (diff)
Merge "Update json file about vfc-nslcm-subscription"
-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":[
+
+ ]
+ }