aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-dublin/features/vfc/src/main/resources/open-cli-sample/nslcm/vfc-nslcm-terminate-schema-moco.json
blob: f7d4363519f5d5b2b54466714fa57e9f5aa3e880 (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/terminate"
  },
  "response" : {
    "status" : 202,
    "json" : {
      "jobId" : "f479d5eb-82a1-4a1f-9174-e071ee46c841"
    }
  }
} ]