summaryrefslogtreecommitdiffstats
path: root/plugins/sdc/src/test/resources/onap-cli-sample/vsp/vsp-create-schema-1.1-moco.json
blob: 6e7253f998826998048759cabab03ad8d7b75db1 (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
30
31
32
33
34
35
36
37
38
[ {
  "request" : {
    "method" : "post",
    "uri" : "/onboarding-api/v1.0/vendor-software-products",
    "headers" : {
      "Authorization" : "Basic Y3MwMDA4OmRlbW8xMjM0NTYh",
      "X-FromAppId" : "onap-cli",
      "Accept" : "application/json",
      "USER_ID" : "cs0008",
      "X-TransactionId" : "req-aa703f95-a8ab-4c5c-8971-40e73df98a28",
      "Content-Type" : "application/json"
    },
    "json" : {
      "category" : "resourceNewCategory.generic",
      "vendorId" : "b1caa2ec31ba4b738cbe5aab362b35aa",
      "subCategory" : "resourceNewCategory.generic.abstract",
      "description" : "VSP created from CLI for vFW",
      "licensingVersion" : {
        "id" : "4.0",
        "label" : "4.0"
      },
      "licensingData" : {
        "featureGroups" : [ "efea8b9817b344c4b93c45dc141f6703" ],
        "licenseAgreement" : "b373c16f28854c6db9e027929ae5e5ed"
      },
      "icon" : "icon",
      "onboardingMethod" : "NetworkPackage",
      "vendorName" : "Kanag",
      "name" : "kanag-cli-vfw"
    }
  },
  "response" : {
    "status" : 200,
    "json" : {
      "vspId" : "5ca119e2326045d1857ae3f04a816434"
    }
  }
} ]