aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sdc/src/test/resources/onap-cli-sample/license-model-create-schema-1.1-moco.json
blob: 2970e34e9581c627e01169b4a473ec26f3afb3bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[{
  "request" :
    {
      "method" : "post",
      "uri" : "/onboarding-api/v1.0/vendor-license-models",
      "headers" : {
          "USER_ID": "cs0008",
          "content-type" : "application/json"
      },
      "json" : {"vendorName": "htipl-sample", "description": "sample model",  "iconRef": "icon"}
    },
  "response" : {
    "json" : {"value":"2366699475c943bdb283fc0b9106579c"}
  }
}]