CN-257 Entity Explorer--接口对接

This commit is contained in:
hanyuxia
2021-12-31 10:40:37 +08:00
parent da27149185
commit 21018274d5
7 changed files with 288 additions and 19 deletions

View File

@@ -27,7 +27,17 @@ export const api = {
ipThroughput: '/interface/entity/ip/detail/throughput',
domainThroughput: '/interface/entity/domain/detail/throughput',
appThroughput: '/interface/entity/app/detail/throughput',
filterTop: '/interface/entity/filter/top'
filterTop: '/interface/entity/filter/top',
entityTotal: '/interface/entity/index/total',
entityNew: '/interface/entity/index/new',
entityActive: '/interface/entity/index/active',
entityTraffic: '/interface/entity/list/traffic',
entityAlertNum: '/interface/entity/list/alertNum',
entitySecurityNum: '/interface/entity/list/detectionNum',
ipBytes: '/interface/entity/detail/ip/bytes',
domainBytes: '/interface/entity/detail/domain/bytes',
appBytes: '/interface/entity/detail/app/bytes'
}
/* panel */