summaryrefslogtreecommitdiffstats
path: root/products/onap-dublin/features/vfc/src/main/resources/open-cli-sample/catalog/vfc-catalog-create-vnf-schema-moco.json
diff options
context:
space:
mode:
Diffstat (limited to 'products/onap-dublin/features/vfc/src/main/resources/open-cli-sample/catalog/vfc-catalog-create-vnf-schema-moco.json')
-rw-r--r--products/onap-dublin/features/vfc/src/main/resources/open-cli-sample/catalog/vfc-catalog-create-vnf-schema-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-create-vnf-schema-moco.json b/products/onap-dublin/features/vfc/src/main/resources/open-cli-sample/catalog/vfc-catalog-create-vnf-schema-moco.json
new file mode 100644
index 00000000..9c4f4c55
--- /dev/null
+++ b/products/onap-dublin/features/vfc/src/main/resources/open-cli-sample/catalog/vfc-catalog-create-vnf-schema-moco.json
@@ -0,0 +1,28 @@
+[ {
+ "request" : {
+ "method" : "post",
+ "uri" : "/api/vnfpkgm/v1/vnf_packages",
+ "headers" : {
+ "Accept" : "application/json",
+ "Content-Type" : "application/json"
+ },
+ "json" : {
+ "userDefinedData" : {
+ "key2" : "value2"
+ }
+ }
+ },
+ "response" : {
+ "status" : 201,
+ "json" : {
+ "id" : "763fc4d2-cc90-4534-9c27-460ca30754ff",
+ "onboardingState" : "CREATED",
+ "operationalState" : "DISABLED",
+ "usageState" : "NOT_IN_USE",
+ "userDefinedData" : {
+ "key2" : "value2"
+ },
+ "_links" : null
+ }
+ }
+} ] \ No newline at end of file