feat: 网络概况 折线图接口调试

This commit is contained in:
@changcode
2022-08-02 20:17:47 +08:00
parent 407b847eb4
commit 85f5bc6a68
4 changed files with 332 additions and 6996 deletions

View File

@@ -133,6 +133,14 @@ export const api = {
DnsServiceInsights: {
alarmInfoCount: '/interface/dns/alarmInfoCount'
}
},
// networkOverview
netWorkOverview: {
totalTrafficAnalysis: 'interface/overview/totalTrafficAnalysis',
eventSeverity: '/interface/overview/eventSeverity',
eventType: '/interface/overview/eventType',
ddosEventAnalysis: '/interface/overview/ddosEventAnalysis',
}
}