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/cf2d907d998e44698ce3b4cded5f66a7/versions/0.1/feature-groups",
"headers" : {
"Authorization" : "Basic Y3MwMDA4OmRlbW8xMjM0NTYh",
"X-FromAppId" : "onap-cli",
"Accept" : "application/json",
"USER_ID" : "cs0008",
"X-TransactionId" : "req-cd4bdcc4-2d36-4131-a863-8d56f96e9278",
"Content-Type" : "application/json"
},
"json" : {
"name" : "kanag-cli-fg",
"addedLicenseKeyGroupsIds" : [ "c37a1f205f444161a573f55dfec5f170" ],
"addedEntitlementPoolsIds" : [ "aa61080fd965455ba5edbf60f4e375ef" ],
"partNumber" : "123455",
"manufacturerReferenceNumber" : "mkr123456",
"description" : "Kanag cli feature group"
}
},
"response" : {
"status" : 200,
"json" : {
"value" : "3a2fb75b52a54e9c8093e7c154210f9e"
}
}
} ]
|