aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vsp/vsp-package-schema-dublin-moco.json
blob: eb1c488b7c1fa88b8bb91d2687cca847530f6beb (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
[ {
  "request" : {
    "method" : "put",
    "uri" : "/onboarding-api/v1.0/vendor-software-products/55ca1625888743a1b791790b126b79f9/versions/f13d686db7bf4fb0ba34354faf8a9d30/actions",
    "headers" : {
      "Authorization" : "Basic Y3MwMDA4OmRlbW8xMjM0NTYh",
      "X-FromAppId" : "ONAP CLI",
      "Accept" : "application/json",
      "USER_ID" : "cs0008",
      "X-TransactionId" : "req-010bd952-bd66-4d7a-b185-437ab0b696e8",
      "Content-Type" : "application/json"
    },
    "json" : {
      "action" : "Create_Package"
    }
  },
  "response" : {
    "status" : 200,
    "json" : {
      "description" : "Created by Open Command Platform - OCOMP",
      "vspName" : "vgwocompvtp",
      "version" : "1.0",
      "packageId" : "55ca1625888743a1b791790b126b79f9",
      "category" : "resourceNewCategory.generic",
      "subCategory" : "resourceNewCategory.generic.abstract",
      "vendorName" : "ocompvtpvendor",
      "vendorRelease" : "1.0",
      "packageType" : "CSAR",
      "resourceType" : "VF"
    }
  }
} ]