aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-dublin/features/vfc/src/main/resources/open-cli-sample/nslcm/vfc-nslcm-instantiate-schema-moco.json
blob: 94a357b32fb3a43114a0927b30c37578503c5d6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[ {
  "request" : {
    "method" : "post",
    "uri" : "/api/nslcm/v1/ns/25f3159c-ff2d-4ad0-ac66-3270941bfa52/instantiate"
  },
  "response" : {
    "status" : 200,
    "json" : {
      "jobId" : "7b06898d-e67a-4c9f-b1ce-90346ed6e520"
    }
  }
} ]