diff options
author | Kanagaraj Manickam <kanagaraj.manickam@huawei.com> | 2017-10-24 08:46:07 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-10-24 08:46:07 +0000 |
commit | f3d888a58d5775f015b8c2b1864cde2856dd0376 (patch) | |
tree | 4bf7814089923b851c4d1ce092783ce6dd07e58d /plugins/sdc/src/test/resources/onap-cli-sample/license-entitlement-pool-show-schema-moco.json | |
parent | c3f7318f68c41213e669016810e63fd9dfe951a3 (diff) | |
parent | b41bd894df391281b637e00f2909940200e734d5 (diff) |
Merge "Add support for license-model commands"
Diffstat (limited to 'plugins/sdc/src/test/resources/onap-cli-sample/license-entitlement-pool-show-schema-moco.json')
-rw-r--r-- | plugins/sdc/src/test/resources/onap-cli-sample/license-entitlement-pool-show-schema-moco.json | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/plugins/sdc/src/test/resources/onap-cli-sample/license-entitlement-pool-show-schema-moco.json b/plugins/sdc/src/test/resources/onap-cli-sample/license-entitlement-pool-show-schema-moco.json new file mode 100644 index 00000000..02b06875 --- /dev/null +++ b/plugins/sdc/src/test/resources/onap-cli-sample/license-entitlement-pool-show-schema-moco.json @@ -0,0 +1,36 @@ +[{ + "requesN" : + { + "method" : "get", + "uri" : "onboarding-api/v1.0/vendor-license-models/4904E77EC4EF4CB18083E8ED7D283585/entitlement-pools/840FFB495CAA46A6B720E3D734D52C66", + "headers" : { + "USER_ID": "cs0008", + "content-type" : "application/json" + } + }, + "response" :{ + "json" : { + "name": "demo-ep", + "description": "demo ep desc", + "thresholdValue": 99, + "thresholdUnits": "Absolute", + "entitlementMetric": { + "choice": "CPU" + }, + "increments": "robot", + "aggregationFunction": { + "choice": "Peak" + }, + "operationalScope": { + "choices": [ + "Availability_Zone" + ] + }, + "time": { + "choice": "Hour" + }, + "manufacturerReferenceNumber": "robot12345", + "id": "840FFB495CAA46A6B720E3D734D52C66", + "referencingFeatureGroups": [] + }} +}] |