aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-casablanca/features/sdc/src/main/resources/open-cli-sample/vlm/vlm-aggreement-create-schema-casablanca-moco.json
blob: 1acb32e602eb0d53963e17fe02549061f1816dfc (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
29
[ {
  "request" : {
    "method" : "post",
    "uri" : "/onboarding-api/v1.0/vendor-license-models/d8c1362526414b9bbe25cdd972eebf0e/versions/7afd0daa8271470db3b556fdedf074f4/license-agreements",
    "headers" : {
      "Authorization" : "Basic Y3MwMDA4OmRlbW8xMjM0NTYh",
      "X-FromAppId" : "ONAP CLI",
      "Accept" : "application/json",
      "USER_ID" : "cs0008",
      "X-TransactionId" : "req-84977a57-d8dd-47a9-87fb-6171b3a02db8",
      "Content-Type" : "application/json"
    },
    "json" : {
      "addedFeatureGroupsIds" : [ "e4ba1e16f22f44c59051dead1fa7d1cf" ],
      "description" : "Huawei Test license",
      "licenseTerm" : {
        "choice" : "Fixed_Term",
        "other" : ""
      },
      "name" : "Test aggrement"
    }
  },
  "response" : {
    "status" : 200,
    "json" : {
      "value" : "ddfcedccb72241a1b87c63be74896322"
    }
  }
} ]