CN-1060: 实体详情--安全事件和性能事件tab接口对接

This commit is contained in:
刘洪洪
2023-06-02 14:26:22 +08:00
parent 1d12060e0e
commit c5104b3697
5 changed files with 24 additions and 57 deletions

View File

@@ -232,8 +232,8 @@ export const api = {
},
entity: {
throughput: BASE_CONFIG.apiVersion + '/entity/detail/traffic/throughput',
securityEvent: 'interface/entityDetail/securityEvent',
performanceEvent: 'interface/entityDetail/performanceEvent',
security: BASE_CONFIG.apiVersion + '/entity/detail/event/security',
performance: BASE_CONFIG.apiVersion + '/entity/detail/event/performance',
domainNameResolutionRelatedApp: 'interface/entity/detail/overview/ip/relatedApp',
domainNameResolutionRelatedIP: 'interface/entity/detail/overview/ip/relatedIp',
domainNameResolutionRelatedDomain: 'interface/entity/detail/overview/ip/relatedDomain',