From 3657ff330adc9580e1e01470d02a7d660d43701e Mon Sep 17 00:00:00 2001 From: Haibin Huang Date: Tue, 4 Jun 2019 14:36:28 +0800 Subject: Add ns termination Issue-ID: CLI-149 Change-Id: Ie82c7392570754ef30d4a234d63ffb2faf90a037 Signed-off-by: Haibin Huang --- .../catalog/vfc-catalog-delete-vnf-schema-moco.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 products/onap-dublin/features/vfc/src/main/resources/open-cli-sample/catalog/vfc-catalog-delete-vnf-schema-moco.json (limited to 'products/onap-dublin/features/vfc/src/main/resources/open-cli-sample/catalog/vfc-catalog-delete-vnf-schema-moco.json') diff --git a/products/onap-dublin/features/vfc/src/main/resources/open-cli-sample/catalog/vfc-catalog-delete-vnf-schema-moco.json b/products/onap-dublin/features/vfc/src/main/resources/open-cli-sample/catalog/vfc-catalog-delete-vnf-schema-moco.json new file mode 100644 index 00000000..febc5791 --- /dev/null +++ b/products/onap-dublin/features/vfc/src/main/resources/open-cli-sample/catalog/vfc-catalog-delete-vnf-schema-moco.json @@ -0,0 +1,17 @@ +[ { + "request" : { + "method" : "delete", + "uri" : "/api/catalog/v1/vnfpackages/a8571488-d72d-4d9f-b534-4e7380390175", + "headers" : { + "Accept" : "application/json", + "Content-Type" : "application/json" + }, + "json" : { } + }, + "response" : { + "status" : 202, + "json" : { + "jobId" : "97eef170-174d-406d-b3c6-0516e21fbaf7" + } + } +} ] \ No newline at end of file -- cgit 1.2.3-korg