aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sdc/src/test/resources/onap-cli-sample/license-key-group-create-1.1-moco.json
blob: ee1c073d90f71d77824ae0711f65b784a45d47fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[{
  "request" :
    {
      "method" : "post",
      "uri" : "onboarding-api/v1.0/vendor-license-models",
      "headers" : {
          "USER_ID": "cs0008",
          "content-type" : "application/json"
      },
      "json" : {"description": "test","name": "htipl-key-grp","operationalScope": {"choices": ["Tenant"],"other": ""},"type": "Universal"}
    },
  "response" :
    {
      "json" : {"value":"81997d7d4795485daea7418fae26c5d0"}
    }
}]