diff options
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, 0 insertions, 24 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 deleted file mode 100644 index 7b7a56be..00000000 --- a/plugins/sdc/src/test/resources/onap-cli-sample/license-key-group-show-schema-moco.json +++ /dev/null @@ -1,24 +0,0 @@ -[{ - "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": [] - }} -}] |