summaryrefslogtreecommitdiffstats
path: root/products/onap-elalto/features/sdc/src/main/resources/open-cli-sample/vlm/vlm-aggreement-create-schema-elalto-moco.json
blob: 6578b83d342295706c5905929564e199ed0362f7 (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" : "/sdc1/feProxy/onboarding-api/v1.0/vendor-license-models/8e1cffcf802941b1a88861ea71857fe2/versions/f6b115c0f4d8459f9422a21559025a7e/license-agreements",
    "headers" : {
      "Authorization" : "Basic Y3MwMDA4OmRlbW8xMjM0NTYh",
      "X-FromAppId" : "ONAP CLI",
      "Accept" : "application/json",
      "USER_ID" : "cs0008",
      "X-TransactionId" : "req-2495b81a-aa28-4c87-805f-a7bc98cf5666",
      "Content-Type" : "application/json"
    },
    "json" : {
      "addedFeatureGroupsIds" : [ "0c81a6a0272546f49403d241bb4ce3b3" ],
      "licenseTerm" : {
        "choice" : "Fixed_Term",
        "other" : ""
      },
      "name" : "hpa-agreement-1"
    }
  },
  "response" : {
    "status" : 200,
    "json" : {
      "value" : "8cadce750de14b72b37c4c94d41e2cfd"
    }
  }
} ]