28 lines
517 B
JavaScript
28 lines
517 B
JavaScript
export const typeMapping = {
|
|
networkOverview: {
|
|
line: 102,
|
|
appList: 103,
|
|
performanceEvent: 302,
|
|
table: 601,
|
|
ddosDetection: 701
|
|
},
|
|
npm: {
|
|
npmMap: 1,
|
|
npmIpMap: 2,
|
|
npmLine: 101,
|
|
npmTrafficLine: 104,
|
|
npmEventsByType: 301,
|
|
npmAppCategoryScore: 702,
|
|
npmTabs: 704,
|
|
npmEventsHeader: 705,
|
|
relatedSessions: 706,
|
|
npmNetworkQuantity: 703,
|
|
npmRecentEvents: 602,
|
|
appEventTable: 603
|
|
},
|
|
linkMonitor: {
|
|
linkBlock: 707,
|
|
linkTrafficSankey: 708
|
|
}
|
|
}
|