75a9207bee4c2faae652e2fa830f09807d198e22
[cli.git] / products / onap-dublin / features / sdc / src / main / resources / open-cli-sample / vsp / vsp-create-schema-dublin-moco.json
1 [ {
2   "request" : {
3     "method" : "post",
4     "uri" : "/onboarding-api/v1.0/vendor-software-products",
5     "headers" : {
6       "Authorization" : "Basic Y3MwMDA4OmRlbW8xMjM0NTYh",
7       "X-FromAppId" : "ONAP CLI",
8       "Accept" : "application/json",
9       "USER_ID" : "cs0008",
10       "X-TransactionId" : "req-86df50dc-3478-46c9-bba5-85acb0ac33db",
11       "Content-Type" : "application/json"
12     },
13     "json" : {
14       "category" : "resourceNewCategory.generic",
15       "vendorId" : "d572f583bf224b4c93b99105cd35b0a9",
16       "subCategory" : "resourceNewCategory.generic.abstract",
17       "description" : "Created by Open Command Platform - OCOMP",
18       "licensingVersion" : "496cc167b6cf44c3b7818c95a1d9e036",
19       "licensingData" : {
20         "featureGroups" : [ "880c355b9b374ec08db60906f86a7c15" ],
21         "licenseAgreement" : "d53857e1d3df472cadd3ac72dfd83a6f"
22       },
23       "icon" : "icon",
24       "onboardingMethod" : "NetworkPackage",
25       "vendorName" : "ocompvtpvendor",
26       "name" : "vgwocompvtp"
27     }
28   },
29   "response" : {
30     "status" : 200,
31     "json" : {
32       "itemId" : "55ca1625888743a1b791790b126b79f9",
33       "version" : {
34         "id" : "f13d686db7bf4fb0ba34354faf8a9d30",
35         "name" : "1.0",
36         "description" : "Initial version",
37         "status" : "Draft"
38       }
39     }
40   }
41 } ]