From 3ce11d10337e7928d9783e73bc104e7c13aba93e Mon Sep 17 00:00:00 2001 From: yangyan Date: Tue, 5 Nov 2019 17:25:16 +0800 Subject: Update json file about vfc-nslcm-subscription Change-Id: Ieca535ad346071aa8fc711dff7eb890141297e09 Issue-ID: CLI-171 Signed-off-by: yangyan --- .../nslcm/vfc-nslcm-subscription-schema-moco.json | 42 ++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 products/onap-dublin/features/vfc/src/main/resources/open-cli-sample/nslcm/vfc-nslcm-subscription-schema-moco.json (limited to 'products/onap-dublin/features/vfc/src') 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":[ + + ] + } -- cgit 1.2.3-korg