aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vlm/vlm-aggreement-create-schema-dublin-moco.json
blob: 9c250c4fe6374e8e3ec0070357d5ec9701c6d891 (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
25
26
27
28
[ {
  "request" : {
    "method" : "post",
    "uri" : "/onboarding-api/v1.0/vendor-license-models/d572f583bf224b4c93b99105cd35b0a9/versions/496cc167b6cf44c3b7818c95a1d9e036/license-agreements",
    "headers" : {
      "Authorization" : "Basic Y3MwMDA4OmRlbW8xMjM0NTYh",
      "X-FromAppId" : "ONAP CLI",
      "Accept" : "application/json",
      "USER_ID" : "cs0008",
      "X-TransactionId" : "req-ea614e07-bd30-414b-aeaa-d0d517c0010d",
      "Content-Type" : "application/json"
    },
    "json" : {
      "addedFeatureGroupsIds" : [ "880c355b9b374ec08db60906f86a7c15" ],
      "licenseTerm" : {
        "choice" : "Fixed_Term",
        "other" : ""
      },
      "name" : "ocompvtpvendor Agreement"
    }
  },
  "response" : {
    "status" : 200,
    "json" : {
      "value" : "d53857e1d3df472cadd3ac72dfd83a6f"
    }
  }
} ]