aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sdc/src/test/resources/onap-cli-sample/license-entitlement-pool-create-schema-moco.json
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/sdc/src/test/resources/onap-cli-sample/license-entitlement-pool-create-schema-moco.json')
-rw-r--r--plugins/sdc/src/test/resources/onap-cli-sample/license-entitlement-pool-create-schema-moco.json16
1 files changed, 0 insertions, 16 deletions
diff --git a/plugins/sdc/src/test/resources/onap-cli-sample/license-entitlement-pool-create-schema-moco.json b/plugins/sdc/src/test/resources/onap-cli-sample/license-entitlement-pool-create-schema-moco.json
deleted file mode 100644
index 9baef0ef..00000000
--- a/plugins/sdc/src/test/resources/onap-cli-sample/license-entitlement-pool-create-schema-moco.json
+++ /dev/null
@@ -1,16 +0,0 @@
-[{
- "request" :
- {
- "method" : "post",
- "uri" : "onboarding-api/v1.0/vendor-license-models/4904E77EC4EF4CB18083E8ED7D283585/entitlement-pools",
- "headers" : {
- "USER_ID": "cs0008",
- "content-type" : "application/json"
- },
- "json" : {"name": "demo-ep", "description": "demo ep desc", "thresholdValue": "99", "thresholdUnits": "Absolute", "entitlementMetric": {"choice": "CPU","other": ""}, "increments": "robot", "aggregationFunction": { "choice": "Peak", "other": ""}, "operationalScope": { "choices":["Availability_Zone"],"other":""},"time": {"choice": "Hour","other":""},"manufacturerReferenceNumber": "robot12345"}
- },
- "response" :
- {
- "json" : {"value":"840FFB495CAA46A6B720E3D734D52C66"}
- }
-}]