CN-1384 IP实体详情页behavior pattern tab功能开发

This commit is contained in:
hyx
2023-10-20 17:41:01 +08:00
parent d2feedb319
commit 7d34b8388c
11 changed files with 591 additions and 254 deletions

View File

@@ -261,6 +261,7 @@ export const api = {
throughput: apiVersion + '/entity/detail/traffic/throughput',
security: apiVersion + '/entity/detail/event/security',
performance: apiVersion + '/entity/detail/event/performance',
behaviorPattern: apiVersion + '/entity/detail/behavior/ip',
// 域名解析ip相关app、domain
domainNameResolutionAboutAppsOfIp: apiVersion + '/entity/detail/ip/relate/apps',
domainNameResolutionAboutDomainsOfIp: apiVersion + '/entity/detail/ip/relate/domains',