aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-dublin/features/vfc/src/main/resources/open-cli-sample/catalog/vfc-catalog-delete-ns-descriptors-moco.json
diff options
context:
space:
mode:
Diffstat (limited to 'products/onap-dublin/features/vfc/src/main/resources/open-cli-sample/catalog/vfc-catalog-delete-ns-descriptors-moco.json')
-rw-r--r--products/onap-dublin/features/vfc/src/main/resources/open-cli-sample/catalog/vfc-catalog-delete-ns-descriptors-moco.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/products/onap-dublin/features/vfc/src/main/resources/open-cli-sample/catalog/vfc-catalog-delete-ns-descriptors-moco.json b/products/onap-dublin/features/vfc/src/main/resources/open-cli-sample/catalog/vfc-catalog-delete-ns-descriptors-moco.json
new file mode 100644
index 00000000..acb6136b
--- /dev/null
+++ b/products/onap-dublin/features/vfc/src/main/resources/open-cli-sample/catalog/vfc-catalog-delete-ns-descriptors-moco.json
@@ -0,0 +1,28 @@
+{
+ "delete":{
+ "operationId":"api_nsd_v1_ns_descriptors_delete",
+ "description":"Delete a NSD",
+ "parameters":[
+
+ ],
+ "responses":{
+ "204":{
+ "description":"No content"
+ },
+ "500":{
+ "description":"Internal error"
+ }
+ },
+ "tags":[
+ "api"
+ ]
+ },
+ "parameters":[
+ {
+ "name":"nsdInfoId",
+ "in":"path",
+ "required":true,
+ "type":"string"
+ }
+ ]
+}