拓扑图

拓扑图:

    请求路径:http://172.16.7.14:8082/passive/operation/monitor/monitorData

实时告警:

    请求路径:http://172.16.7.14:8080/nm/snmpAlarm/selectActualList


Access switch                               交换机
Defense equipment                      入侵防御设备
Secret key                                    秘钥管理系统
server                                           服务器
Core switch                                  核心交换机
Passive equipment                      被动检测设备
firewall                                         防火墙
Convergence and Diversion        汇聚分流设备
router                                           接入路由器
Certification                                 统一认证

{
"arc": [{
"id": 1,
"tool_tip": "核心接入交换区接入路由器组-->核心接入交换区防火墙组",
"style_info": null,
"source": "10000",
"destination": "20000"
}],
"group": [{
"node_type": null,
"name": "核心接入交换区接入路由器组",
"style_info": null,
"id": 10000,
"child": [{
"id": 10001,
"name": "核心接入交换区_接入路由器1",
"style_info": null,
"node_type": "router"
},
{
"id": 10002,
"name": "核心接入交换区_接入路由器2",
"style_info": null,
"node_type": "router"
}
]
},
{
"node_type": null,
"name": "核心接入交换区防火墙组",
"style_info": null,
"id": 20000,
"child": [{
"id": 20002,
"name": "核心接入交换区_防火墙1",
"style_info": null,
"node_type": "firewall"
},
{
"id": 20001,
"name": "核心接入交换区_防火墙2",
"style_info": null,
"node_type": "firewall"
}
]
}
]
}






arc内数据为连接线,用来记录模块与模块之间的连线 source表示源端,destination表示目的端
group内数据为每一个模块, 每一个模块内有不通数量的设备,arc通过模块ID把这些设备链接起来组成图

每一个组如果有数据出现警告,需要有特定标识表示出出现警告