aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sdc/src/test/resources/onap-cli-sample/license-key-group-show-schema-moco.json
blob: 7b7a56be78b8e268e84fda9caa88616229a94f72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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": []
    }}
}]