summaryrefslogtreecommitdiffstats
path: root/products/onap-elalto/features/sdc/src/main/resources/open-cli-sample/vlm/vlm-key-group-create-schema-elalto-moco.json
diff options
context:
space:
mode:
Diffstat (limited to 'products/onap-elalto/features/sdc/src/main/resources/open-cli-sample/vlm/vlm-key-group-create-schema-elalto-moco.json')
-rw-r--r--products/onap-elalto/features/sdc/src/main/resources/open-cli-sample/vlm/vlm-key-group-create-schema-elalto-moco.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/products/onap-elalto/features/sdc/src/main/resources/open-cli-sample/vlm/vlm-key-group-create-schema-elalto-moco.json b/products/onap-elalto/features/sdc/src/main/resources/open-cli-sample/vlm/vlm-key-group-create-schema-elalto-moco.json
new file mode 100644
index 00000000..fc7bf6d9
--- /dev/null
+++ b/products/onap-elalto/features/sdc/src/main/resources/open-cli-sample/vlm/vlm-key-group-create-schema-elalto-moco.json
@@ -0,0 +1,24 @@
+[ {
+ "request" : {
+ "method" : "post",
+ "uri" : "/sdc1/feProxy/onboarding-api/v1.0/vendor-license-models/8e1cffcf802941b1a88861ea71857fe2/versions/f6b115c0f4d8459f9422a21559025a7e/license-key-groups",
+ "headers" : {
+ "Authorization" : "Basic Y3MwMDA4OmRlbW8xMjM0NTYh",
+ "X-FromAppId" : "ONAP CLI",
+ "Accept" : "application/json",
+ "USER_ID" : "cs0008",
+ "X-TransactionId" : "req-9b2d80ae-1b4b-452c-9a5f-cba77df67500",
+ "Content-Type" : "application/json"
+ },
+ "json" : {
+ "name" : "hpa-key-1",
+ "type" : "Universal"
+ }
+ },
+ "response" : {
+ "status" : 200,
+ "json" : {
+ "value" : "8a6fe24684294c468c7e88c42d2c898e"
+ }
+ }
+} ] \ No newline at end of file