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