aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-dublin/features/vfc/src/main/resources/open-cli-sample/catalog/vfc-catalog-onboard-ns-schema-moco.json
blob: 41accfa78914c1497daf3f222e18a1622ad58707 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[ {
  "request" : {
    "method" : "post",
    "uri" : "/api/catalog/v1/nspackages"
  },
  "response" : {
    "status" : 202,
    "json" : {
      "status" : "success",
      "errorCode" : "",
      "statusDescription" : "CSAR(a3394090-c5b4-49b4-974c-00a6eac755ab) distributed successfully."
    }
  }
} ]