aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-dublin/features/vfc/src/main/resources/open-cli-sample/catalog/vfc-catalog-onboard-ns-schema-moco.json
blob: 5218f7fd248e7eaa95b31c9902c208aca03fce07 (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" : "/api/catalog/v1/nspackages",
    "headers" : {
      "Accept" : "application/json",
      "Content-Type" : "application/json"
    },
    "json" : {
      "csarId" : "a3394090-c5b4-49b4-974c-00a6eac755ab"
    }
  },
  "response" : {
    "status" : 202,
    "json" : {
      "status" : "success",
      "errorCode" : "",
      "statusDescription" : "CSAR(a3394090-c5b4-49b4-974c-00a6eac755ab) distributed successfully."
    }
  }
} ]