From: yangyan Date: Tue, 5 Nov 2019 09:25:16 +0000 (+0800) Subject: Update json file about vfc-nslcm-subscription X-Git-Tag: 5.0.2~29^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=3ce11d10337e7928d9783e73bc104e7c13aba93e;p=cli.git Update json file about vfc-nslcm-subscription Change-Id: Ieca535ad346071aa8fc711dff7eb890141297e09 Issue-ID: CLI-171 Signed-off-by: yangyan --- 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":[ + + ] + }