diff options
author | Bharath Thiruveedula <bharath_ves@hotmail.com> | 2017-10-14 01:00:18 +0530 |
---|---|---|
committer | Bharath Thiruveedula <bharath_ves@hotmail.com> | 2017-10-19 15:50:39 +0530 |
commit | b41bd894df391281b637e00f2909940200e734d5 (patch) | |
tree | 8c843f30eae28f714af99017f358e5e0909e3696 /plugins/sdc/src/test/resources/onap-cli-sample/license-key-group-show-schema-moco.json | |
parent | 83673ac6ee94bc7f554132893932715d009f0cdd (diff) |
Add support for license-model commands
Change-Id: Ifc0fadcec234f23f0e46f8990e4ca7c5d1d2800a
Issue-ID: CLI-16
Signed-Off-By: Bharath Thiruveedula<bharath.thiruveedula@verizon.com>
Diffstat (limited to 'plugins/sdc/src/test/resources/onap-cli-sample/license-key-group-show-schema-moco.json')
-rw-r--r-- | plugins/sdc/src/test/resources/onap-cli-sample/license-key-group-show-schema-moco.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/plugins/sdc/src/test/resources/onap-cli-sample/license-key-group-show-schema-moco.json b/plugins/sdc/src/test/resources/onap-cli-sample/license-key-group-show-schema-moco.json new file mode 100644 index 00000000..7b7a56be --- /dev/null +++ b/plugins/sdc/src/test/resources/onap-cli-sample/license-key-group-show-schema-moco.json @@ -0,0 +1,24 @@ +[{ + "requesN" : + { + "method" : "get", + "uri" : "onboarding-api/v1.0/vendor-license-models/4904E77EC4EF4CB18083E8ED7D283585/license-key-groups/3F57DDC6AF55420680D499CDAC047253", + "headers" : { + "USER_ID": "cs0008", + "content-type" : "application/json" + } + }, + "response" :{ + "json" : { + "name": "demo-key-group", + "description": "", + "type": "Universal", + "operationalScope": { + "choices": [ + "Tenant" + ] + }, + "id": "3F57DDC6AF55420680D499CDAC047253", + "referencingFeatureGroups": [] + }} +}] |