aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sdc/src/test/resources/onap-cli-sample/license-model-show-schema-moco.json
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/sdc/src/test/resources/onap-cli-sample/license-model-show-schema-moco.json')
-rw-r--r--plugins/sdc/src/test/resources/onap-cli-sample/license-model-show-schema-moco.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/plugins/sdc/src/test/resources/onap-cli-sample/license-model-show-schema-moco.json b/plugins/sdc/src/test/resources/onap-cli-sample/license-model-show-schema-moco.json
new file mode 100644
index 00000000..85f840e9
--- /dev/null
+++ b/plugins/sdc/src/test/resources/onap-cli-sample/license-model-show-schema-moco.json
@@ -0,0 +1,24 @@
+[{
+ "requesN" :
+ {
+ "method" : "get",
+ "uri" : "onboarding-api/v1.0/vendor-license-models/4904E77EC4EF4CB18083E8ED7D283585",
+ "headers" : {
+ "USER_ID": "cs0008",
+ "content-type" : "application/json"
+ }
+ },
+ "response" :{
+ "json" : {
+ "vendorName": "5aa8a88c",
+ "description": "vendor license model",
+ "iconRef": "icon",
+ "id": "4904E77EC4EF4CB18083E8ED7D283585",
+ "version": "0.1",
+ "status": "Locked",
+ "lockingUser": "cs0008",
+ "viewableVersions": [
+ "0.1"
+ ]
+ }}
+}]