summaryrefslogtreecommitdiffstats
path: root/products/onap-elalto/features/sdc/src/main/resources/open-cli-sample/vsp/vsp-add-artifact-schema-elalto-moco.json
blob: 0a7bfa3183780f701a5943af64e803672fbca9f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[ {
  "request" : {
    "method" : "post",
    "uri" : "/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/b6c23299280842eca622e9f1a4166d4f/versions/ab2c5855856240aa8cf6ad41ee447d51/orchestration-template-candidate",
    "headers" : {
      "Content-type" : "multipart/form-data",
      "Accept" : "*/*",
      "USER_ID" : "cs0008"
    },
    "json" : { }
  },
  "response" : {
    "status" : 200,
    "json" : {
      "errors" : { },
      "status" : "Success",
      "onboardingOrigin" : "zip",
      "networkPackageName" : "vfw_hpa"
    }
  }
} ]