aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-dublin/features/vfc/src/main/resources/open-cli-sample/nslcm/vfc-nslcm-get-schema-moco.json
diff options
context:
space:
mode:
authorHaibin Huang <haibin.huang@intel.com>2019-03-21 11:01:00 +0800
committerHaibin Huang <haibin.huang@intel.com>2019-03-21 11:01:50 +0800
commit0036212a81245ca1e55014ab3196557734adda00 (patch)
tree2ed838a6e57bf96e4a77d1f26613cdeb6118f59c /products/onap-dublin/features/vfc/src/main/resources/open-cli-sample/nslcm/vfc-nslcm-get-schema-moco.json
parentdfed2843d00ad6ee5014393745f21282baec9a8b (diff)
Add vfc nslcm operation in onap dublin
Change-Id: I5f332ce6922cc2cf88c3761333f5d45ef5d60f11 Issue-ID: CLI-149 Signed-off-by: Haibin Huang <haibin.huang@intel.com>
Diffstat (limited to 'products/onap-dublin/features/vfc/src/main/resources/open-cli-sample/nslcm/vfc-nslcm-get-schema-moco.json')
-rw-r--r--products/onap-dublin/features/vfc/src/main/resources/open-cli-sample/nslcm/vfc-nslcm-get-schema-moco.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/products/onap-dublin/features/vfc/src/main/resources/open-cli-sample/nslcm/vfc-nslcm-get-schema-moco.json b/products/onap-dublin/features/vfc/src/main/resources/open-cli-sample/nslcm/vfc-nslcm-get-schema-moco.json
new file mode 100644
index 00000000..a1f933e1
--- /dev/null
+++ b/products/onap-dublin/features/vfc/src/main/resources/open-cli-sample/nslcm/vfc-nslcm-get-schema-moco.json
@@ -0,0 +1,25 @@
+[ {
+ "request" : {
+ "method" : "get",
+ "uri" : "/api/nslcm/v1/ns/25f3159c-ff2d-4ad0-ac66-3270941bfa52",
+ "headers" : {
+ "Accept" : "application/json",
+ "Content-Type" : "application/json"
+ },
+ "json" : { }
+ },
+ "response" : {
+ "status" : 200,
+ "json" : {
+ "nsInstanceId" : "25f3159c-ff2d-4ad0-ac66-3270941bfa52",
+ "nsName" : "vcpe1",
+ "description" : "",
+ "nsdId" : "ffdddc5d-a44b-45ae-8fc3-e6551cce350f",
+ "vnfInfo" : [ ],
+ "pnfInfo" : [ ],
+ "vlInfo" : [ ],
+ "vnffgInfo" : [ ],
+ "nsState" : "empty"
+ }
+ }
+} ] \ No newline at end of file