diff options
author | qin.liang(10184303) <qin.liang13@zte.com.cn> | 2017-08-17 19:26:34 +0800 |
---|---|---|
committer | qin.liang(10184303) <qin.liang13@zte.com.cn> | 2017-08-17 19:27:02 +0800 |
commit | d99cfa04b304311fea4cfeabf71811a5359cd9ae (patch) | |
tree | 0e2d13047866964e91fcba53c9cb498b178ddab5 /esr/src/main/webapp/extsys/sdncontroller/mock-data | |
parent | 88c9e674d224e7f3ab4a01ab3d812e9e0137b074 (diff) |
AAI-153 SDNC registration portal realization
Change-Id: Ifde1ed2bf6470350a58e7146588837a323ed9bbb
Issue-ID: AAI-153
Signed-off-by: qin.liang(10184303) <qin.liang13@zte.com.cn>
Diffstat (limited to 'esr/src/main/webapp/extsys/sdncontroller/mock-data')
-rw-r--r-- | esr/src/main/webapp/extsys/sdncontroller/mock-data/sdnc.json | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/esr/src/main/webapp/extsys/sdncontroller/mock-data/sdnc.json b/esr/src/main/webapp/extsys/sdncontroller/mock-data/sdnc.json new file mode 100644 index 0000000..d432191 --- /dev/null +++ b/esr/src/main/webapp/extsys/sdncontroller/mock-data/sdnc.json @@ -0,0 +1,30 @@ +[
+ {
+ "sdnControllerId":"a6c42529-cd6b-4c01-b149-03eb54b20a03",
+ "name":"sdnc1",
+ "status": "active",
+ "url":"http://10.74.151.13:8181",
+ "userName":"admin",
+ "password":"admin",
+ "version":"v1.0",
+ "vendor":"ZTE",
+ "description":"",
+ "protocol":"netconf",
+ "productName":"",
+ "type":"WAN"
+ },
+ {
+ "sdnControllerId":"a6c42529-cd6b-4c01-b149-03eb54b20a04",
+ "name":"sdnc2",
+ "status": "inactive",
+ "url":"http://10.74.151.13:8181",
+ "userName":"admin",
+ "password":"admin",
+ "version":"v1.0",
+ "vendor":"ZTE",
+ "description":"",
+ "protocol":"netconf",
+ "productName":"",
+ "type":"WAN"
+ }
+]
\ No newline at end of file |