Skip to main content

Node

지원하는 노드 타입

  • CCTV
  • Controller
  • DatabaseServer
  • Desktop
  • FAX
  • FileServer
  • Firewall
  • IDS
  • IPS
  • Laptop
  • MailServer
  • Panel
  • Phone
  • Printer
  • Router
  • SatelliteBase
  • Scanner
  • Server
  • Switch
  • WirelessAP

노드 속성

  • Security Zone*
  • System Name*
  • Component Name*
  • Type*
  • Other System Connection*
  • IP Address
  • Port Information (USB, LAN, Serial, CAN)

데이터 구조

interface Node {
id: string;
aid: number;
asset_type: string;
data: {
label: string;
type: string;
zone: string;
addInfo: {
component_name: string;
system_name: string;
security_zone: string;
other_system_connection: string;
...
},
};
position: {
x: number;
y: number;
};
parentNode?: string;
style: {
width: number;
height: number;
};
type: string;
}