setProject()
This hook updates the current Project with the specified data.
Example
import { useRef } from "react";
import { Palito } from "../palito/Palito.jsx";
import example from "./example.json";
const ExamplePage = () => {
const palitoRef = useRef(null);
const LICENSE_KEY = "key-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX";
const handleInjectData = () => {
if (palitoRef.current) {
palitoRef.current.setProject(example);
}
};
return (
<div>
<div>
<Palito
ref={palitoRef}
licenseKey={LICENSE_KEY}
/>
</div>
{/* Add a button to test the API call */}
<div style={{ position: 'absolute', bottom: '40px', right: '20px', zIndex: 1000 }}>
<button onClick={handleInjectData} style={{ padding: '10px 20px', fontSize: '16px' }}>
Set Data
</button>
</div>
</div>
);
};
export default ExamplePage;
example.json
{
"projectName": "Sample Project",
"shipName": "Sample Ship",
"compName": "Sample Company",
"optionalFields": [
{
"key": "Sample1",
"label": "Sample Property1"
},
{
"key": "Sample2",
"label": "Sample Property2"
}
],
"versions": [
{
"version": 1,
"versionMemo": "Insert Version Memo",
"editTime": "2025-07-22 15:38:45",
"zones": [
{
"id": "zone-1",
"name": "Zone 1",
"nodes": [
{
"id": "1",
"type": "custom",
"position": {
"x": 320,
"y": 20
},
"data": {
"component_name": "Switch",
"type": "Switch",
"security_zone": "zone-1",
"system_category": "Network",
"other_system_connection": []
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": false
},
{
"id": "2",
"type": "custom",
"position": {
"x": 120,
"y": 270
},
"data": {
"component_name": "Router",
"type": "Router",
"security_zone": "zone-1",
"system_category": "Network",
"other_system_connection": [
{
"id": "1",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": false
},
{
"id": "3",
"type": "custom",
"position": {
"x": 520,
"y": 270
},
"data": {
"component_name": "Router",
"type": "Router",
"security_zone": "zone-1",
"system_category": "Network",
"other_system_connection": [
{
"id": "1",
"type": "Default"
}
],
"Sample1": "Sample..."
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"dragging": false,
"selected": false
},
{
"id": "4",
"type": "custom",
"position": {
"x": 20,
"y": 520
},
"data": {
"component_name": "CCTV",
"type": "CCTV",
"security_zone": "zone-1",
"system_category": "Other",
"other_system_connection": [
{
"id": "2",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": false
},
{
"id": "5",
"type": "custom",
"position": {
"x": 220,
"y": 520
},
"data": {
"component_name": "CCTV",
"type": "CCTV",
"security_zone": "zone-1",
"system_category": "Other",
"other_system_connection": [
{
"id": "2",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": false
},
{
"id": "6",
"type": "custom",
"position": {
"x": 420,
"y": 520
},
"data": {
"component_name": "CCTV",
"type": "CCTV",
"security_zone": "zone-1",
"system_category": "Other",
"other_system_connection": [
{
"id": "3",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": false
},
{
"id": "7",
"type": "custom",
"position": {
"x": 620,
"y": 520
},
"data": {
"component_name": "CCTV",
"type": "CCTV",
"security_zone": "zone-1",
"system_category": "Other",
"other_system_connection": [
{
"id": "3",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": false
}
],
"viewport": {
"x": 278,
"y": 187,
"zoom": 1
}
},
{
"id": "zone-2",
"name": "Zone 2",
"nodes": [
{
"id": "8",
"type": "cbs",
"position": {
"x": 425,
"y": 225
},
"data": {
"system_name": "CBS",
"security_zone": "zone-2"
},
"style": {
"width": 700,
"height": 650
},
"measured": {
"width": 700,
"height": 650
},
"selected": false
},
{
"id": "9",
"type": "custom",
"position": {
"x": 305,
"y": 80
},
"data": {
"component_name": "Firewall",
"type": "Firewall",
"security_zone": "zone-2",
"system_category": "Network",
"other_system_connection": []
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": false,
"parentId": "8",
"extent": "parent"
},
{
"id": "10",
"type": "custom",
"position": {
"x": 155,
"y": 280
},
"data": {
"component_name": "Switch",
"type": "Switch",
"security_zone": "zone-2",
"system_category": "Network",
"other_system_connection": [
{
"id": "9",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": false,
"dragging": false,
"parentId": "8",
"extent": "parent"
},
{
"id": "11",
"type": "custom",
"position": {
"x": 455,
"y": 280
},
"data": {
"component_name": "Switch",
"type": "Switch",
"security_zone": "zone-2",
"system_category": "Network",
"other_system_connection": [
{
"id": "9",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": false,
"parentId": "8",
"extent": "parent"
},
{
"id": "12",
"type": "custom",
"position": {
"x": 80,
"y": 480
},
"data": {
"component_name": "Router",
"type": "Router",
"security_zone": "zone-2",
"system_category": "Network",
"other_system_connection": [
{
"id": "10",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": false,
"parentId": "8",
"extent": "parent"
},
{
"id": "13",
"type": "custom",
"position": {
"x": 230,
"y": 480
},
"data": {
"component_name": "Router",
"type": "Router",
"security_zone": "zone-2",
"system_category": "Network",
"other_system_connection": [
{
"id": "10",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": false,
"parentId": "8",
"extent": "parent"
},
{
"id": "14",
"type": "custom",
"position": {
"x": 380,
"y": 480
},
"data": {
"component_name": "Router",
"type": "Router",
"security_zone": "zone-2",
"system_category": "Network",
"other_system_connection": [
{
"id": "11",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": false,
"parentId": "8",
"extent": "parent"
},
{
"id": "15",
"type": "custom",
"position": {
"x": 530,
"y": 480
},
"data": {
"component_name": "Router",
"type": "Router",
"security_zone": "zone-2",
"system_category": "Network",
"other_system_connection": [
{
"id": "11",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": false,
"parentId": "8",
"extent": "parent"
},
{
"id": "16",
"type": "custom",
"position": {
"x": 325,
"y": 325
},
"data": {
"component_name": "Router",
"type": "Router",
"security_zone": "zone-2",
"system_category": "Network",
"other_system_connection": []
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": false,
"dragging": false
},
{
"id": "17",
"type": "custom",
"position": {
"x": 325,
"y": 575
},
"data": {
"component_name": "Router",
"type": "Router",
"security_zone": "zone-2",
"system_category": "Network",
"other_system_connection": [
{
"id": "16",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {}
}
],
"viewport": {
"x": 350.7117668589808,
"y": 308.75703829088684,
"zoom": 0.7438277117503215
},
"security_zone": "zone-1"
},
{
"id": "zone-3",
"name": "Zone 3",
"nodes": [
{
"id": "18",
"type": "cbs",
"position": {
"x": -80,
"y": -80
},
"data": {
"system_name": "CBS",
"security_zone": "zone-3",
"other_system_connection": []
},
"style": {
"width": 700,
"height": 650
},
"measured": {
"width": 850,
"height": 650
},
"selected": false
},
{
"id": "19",
"type": "custom",
"position": {
"x": 305,
"y": 80
},
"data": {
"component_name": "Firewall",
"type": "Firewall",
"security_zone": "zone-3",
"system_category": "Network",
"other_system_connection": []
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": true,
"parentId": "18",
"extent": "parent"
},
{
"id": "20",
"type": "custom",
"position": {
"x": 155,
"y": 280
},
"data": {
"component_name": "Switch",
"type": "Switch",
"security_zone": "zone-3",
"system_category": "Network",
"other_system_connection": [
{
"id": "19",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": true,
"dragging": false,
"parentId": "18",
"extent": "parent"
},
{
"id": "21",
"type": "custom",
"position": {
"x": 455,
"y": 280
},
"data": {
"component_name": "Switch",
"type": "Switch",
"security_zone": "zone-3",
"system_category": "Network",
"other_system_connection": [
{
"id": "19",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": false,
"parentId": "18",
"extent": "parent",
"dragging": false
},
{
"id": "22",
"type": "custom",
"position": {
"x": 80,
"y": 480
},
"data": {
"component_name": "Router",
"type": "Router",
"security_zone": "zone-3",
"system_category": "Network",
"other_system_connection": [
{
"id": "20",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": true,
"parentId": "18",
"extent": "parent"
},
{
"id": "23",
"type": "custom",
"position": {
"x": 230,
"y": 480
},
"data": {
"component_name": "Router",
"type": "Router",
"security_zone": "zone-3",
"system_category": "Network",
"other_system_connection": [
{
"id": "20",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": true,
"parentId": "18",
"extent": "parent"
},
{
"id": "24",
"type": "custom",
"position": {
"x": 380,
"y": 480
},
"data": {
"component_name": "Router",
"type": "Router",
"security_zone": "zone-3",
"system_category": "Network",
"other_system_connection": [
{
"id": "21",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": true,
"parentId": "18",
"extent": "parent"
},
{
"id": "25",
"type": "custom",
"position": {
"x": 530,
"y": 480
},
"data": {
"component_name": "Router",
"type": "Router",
"security_zone": "zone-3",
"system_category": "Network",
"other_system_connection": [
{
"id": "21",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": true,
"parentId": "18",
"extent": "parent"
}
],
"viewport": {
"x": 326.1632822400476,
"y": 309.1855075913091,
"zoom": 0.6718315911108174
},
"security_zone": "zone-2"
},
{
"id": "zone-4",
"name": "Zone 4",
"nodes": [
{
"id": "26",
"type": "cbs",
"position": {
"x": 225,
"y": 225
},
"data": {
"system_name": "CBS",
"security_zone": "zone-4",
"other_system_connection": []
},
"style": {
"width": 700,
"height": 650
},
"measured": {
"width": 850,
"height": 650
},
"selected": true
},
{
"id": "27",
"type": "custom",
"position": {
"x": 305,
"y": 80
},
"data": {
"component_name": "Firewall",
"type": "Firewall",
"security_zone": "zone-4",
"system_category": "Network",
"other_system_connection": []
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": true,
"parentId": "26",
"extent": "parent"
},
{
"id": "28",
"type": "custom",
"position": {
"x": 155,
"y": 280
},
"data": {
"component_name": "Switch",
"type": "Switch",
"security_zone": "zone-4",
"system_category": "Network",
"other_system_connection": [
{
"id": "27",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": true,
"dragging": false,
"parentId": "26",
"extent": "parent"
},
{
"id": "29",
"type": "custom",
"position": {
"x": 455,
"y": 280
},
"data": {
"component_name": "Switch",
"type": "Switch",
"security_zone": "zone-4",
"system_category": "Network",
"other_system_connection": [
{
"id": "27",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": true,
"parentId": "26",
"extent": "parent",
"dragging": false
},
{
"id": "30",
"type": "custom",
"position": {
"x": 80,
"y": 480
},
"data": {
"component_name": "Router",
"type": "Router",
"security_zone": "zone-4",
"system_category": "Network",
"other_system_connection": [
{
"id": "28",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": true,
"parentId": "26",
"extent": "parent"
},
{
"id": "31",
"type": "custom",
"position": {
"x": 230,
"y": 480
},
"data": {
"component_name": "Router",
"type": "Router",
"security_zone": "zone-4",
"system_category": "Network",
"other_system_connection": [
{
"id": "28",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": true,
"parentId": "26",
"extent": "parent"
},
{
"id": "32",
"type": "custom",
"position": {
"x": 380,
"y": 480
},
"data": {
"component_name": "Router",
"type": "Router",
"security_zone": "zone-4",
"system_category": "Network",
"other_system_connection": [
{
"id": "29",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": true,
"parentId": "26",
"extent": "parent"
},
{
"id": "33",
"type": "custom",
"position": {
"x": 530,
"y": 480
},
"data": {
"component_name": "Router",
"type": "Router",
"security_zone": "zone-4",
"system_category": "Network",
"other_system_connection": [
{
"id": "29",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": true,
"parentId": "26",
"extent": "parent"
},
{
"id": "34",
"type": "cbs",
"position": {
"x": 935,
"y": 225
},
"data": {
"system_name": "CBS",
"security_zone": "zone-4",
"other_system_connection": []
},
"style": {
"width": 700,
"height": 650
},
"measured": {
"width": 850,
"height": 650
},
"selected": true
},
{
"id": "35",
"type": "custom",
"position": {
"x": 305,
"y": 80
},
"data": {
"component_name": "Firewall",
"type": "Firewall",
"security_zone": "zone-4",
"system_category": "Network",
"other_system_connection": []
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": true,
"parentId": "34",
"extent": "parent"
},
{
"id": "36",
"type": "custom",
"position": {
"x": 155,
"y": 280
},
"data": {
"component_name": "Switch",
"type": "Switch",
"security_zone": "zone-4",
"system_category": "Network",
"other_system_connection": [
{
"id": "35",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": true,
"dragging": false,
"parentId": "34",
"extent": "parent"
},
{
"id": "37",
"type": "custom",
"position": {
"x": 455,
"y": 280
},
"data": {
"component_name": "Switch",
"type": "Switch",
"security_zone": "zone-4",
"system_category": "Network",
"other_system_connection": [
{
"id": "35",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": true,
"parentId": "34",
"extent": "parent",
"dragging": false
},
{
"id": "38",
"type": "custom",
"position": {
"x": 80,
"y": 480
},
"data": {
"component_name": "Router",
"type": "Router",
"security_zone": "zone-4",
"system_category": "Network",
"other_system_connection": [
{
"id": "36",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": true,
"parentId": "34",
"extent": "parent"
},
{
"id": "39",
"type": "custom",
"position": {
"x": 230,
"y": 480
},
"data": {
"component_name": "Router",
"type": "Router",
"security_zone": "zone-4",
"system_category": "Network",
"other_system_connection": [
{
"id": "36",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": true,
"parentId": "34",
"extent": "parent"
},
{
"id": "40",
"type": "custom",
"position": {
"x": 380,
"y": 480
},
"data": {
"component_name": "Router",
"type": "Router",
"security_zone": "zone-4",
"system_category": "Network",
"other_system_connection": [
{
"id": "37",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": true,
"parentId": "34",
"extent": "parent"
},
{
"id": "41",
"type": "custom",
"position": {
"x": 530,
"y": 480
},
"data": {
"component_name": "Router",
"type": "Router",
"security_zone": "zone-4",
"system_category": "Network",
"other_system_connection": [
{
"id": "37",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": true,
"parentId": "34",
"extent": "parent"
}
],
"viewport": {
"x": 123.14516129032256,
"y": 283.247311827957,
"zoom": 0.5473118279569893
},
"security_zone": "zone-3"
},
{
"id": "zone-5",
"name": "Zone 5",
"nodes": [
{
"id": "42",
"type": "cbs",
"position": {
"x": 300,
"y": 225
},
"data": {
"system_name": "CBS",
"security_zone": "zone-5",
"other_system_connection": []
},
"style": {
"width": 850,
"height": 650
},
"measured": {
"width": 850,
"height": 650
},
"selected": true,
"dragging": false
},
{
"id": "43",
"type": "custom",
"position": {
"x": 305,
"y": 105
},
"data": {
"component_name": "Firewall",
"type": "Firewall",
"security_zone": "zone-5",
"system_category": "Network",
"other_system_connection": []
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": true,
"parentId": "42",
"extent": "parent"
},
{
"id": "44",
"type": "custom",
"position": {
"x": 155,
"y": 305
},
"data": {
"component_name": "Switch",
"type": "Switch",
"security_zone": "zone-5",
"system_category": "Network",
"other_system_connection": [
{
"id": "43",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": true,
"dragging": false,
"parentId": "42",
"extent": "parent"
},
{
"id": "45",
"type": "custom",
"position": {
"x": 455,
"y": 305
},
"data": {
"component_name": "Switch",
"type": "Switch",
"security_zone": "zone-5",
"system_category": "Network",
"other_system_connection": [
{
"id": "43",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": true,
"parentId": "42",
"extent": "parent",
"dragging": false
},
{
"id": "46",
"type": "custom",
"position": {
"x": 80,
"y": 505
},
"data": {
"component_name": "Router",
"type": "Router",
"security_zone": "zone-5",
"system_category": "Network",
"other_system_connection": [
{
"id": "44",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": true,
"parentId": "42",
"extent": "parent"
},
{
"id": "47",
"type": "custom",
"position": {
"x": 230,
"y": 505
},
"data": {
"component_name": "Router",
"type": "Router",
"security_zone": "zone-5",
"system_category": "Network",
"other_system_connection": [
{
"id": "44",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": true,
"parentId": "42",
"extent": "parent"
},
{
"id": "48",
"type": "custom",
"position": {
"x": 380,
"y": 505
},
"data": {
"component_name": "Router",
"type": "Router",
"security_zone": "zone-5",
"system_category": "Network",
"other_system_connection": [
{
"id": "45",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": true,
"parentId": "42",
"extent": "parent"
},
{
"id": "49",
"type": "custom",
"position": {
"x": 530,
"y": 505
},
"data": {
"component_name": "Router",
"type": "Router",
"security_zone": "zone-5",
"system_category": "Network",
"other_system_connection": [
{
"id": "45",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": true,
"parentId": "42",
"extent": "parent"
},
{
"id": "50",
"type": "custom",
"position": {
"x": 680,
"y": 105
},
"data": {
"component_name": "Router",
"type": "Router",
"security_zone": "zone-5",
"system_category": "Network",
"other_system_connection": []
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": true,
"dragging": false,
"parentId": "42",
"extent": "parent"
},
{
"id": "51",
"type": "custom",
"position": {
"x": 680,
"y": 305
},
"data": {
"component_name": "Panel",
"type": "Panel",
"security_zone": "zone-5",
"system_category": "Other",
"other_system_connection": [
{
"id": "50",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"dragging": false,
"selected": true,
"parentId": "42",
"extent": "parent"
},
{
"id": "52",
"type": "cbs",
"position": {
"x": 1160,
"y": 225
},
"data": {
"system_name": "CBS",
"security_zone": "zone-5",
"other_system_connection": []
},
"style": {
"width": 850,
"height": 650
},
"measured": {
"width": 850,
"height": 650
},
"selected": true,
"dragging": false
},
{
"id": "53",
"type": "custom",
"position": {
"x": 305,
"y": 105
},
"data": {
"component_name": "Firewall",
"type": "Firewall",
"security_zone": "zone-5",
"system_category": "Network",
"other_system_connection": []
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": true,
"parentId": "52",
"extent": "parent"
},
{
"id": "54",
"type": "custom",
"position": {
"x": 155,
"y": 305
},
"data": {
"component_name": "Switch",
"type": "Switch",
"security_zone": "zone-5",
"system_category": "Network",
"other_system_connection": [
{
"id": "53",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": true,
"dragging": false,
"parentId": "52",
"extent": "parent"
},
{
"id": "55",
"type": "custom",
"position": {
"x": 455,
"y": 305
},
"data": {
"component_name": "Switch",
"type": "Switch",
"security_zone": "zone-5",
"system_category": "Network",
"other_system_connection": [
{
"id": "53",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": true,
"parentId": "52",
"extent": "parent",
"dragging": false
},
{
"id": "56",
"type": "custom",
"position": {
"x": 80,
"y": 505
},
"data": {
"component_name": "Router",
"type": "Router",
"security_zone": "zone-5",
"system_category": "Network",
"other_system_connection": [
{
"id": "54",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": true,
"parentId": "52",
"extent": "parent"
},
{
"id": "57",
"type": "custom",
"position": {
"x": 230,
"y": 505
},
"data": {
"component_name": "Router",
"type": "Router",
"security_zone": "zone-5",
"system_category": "Network",
"other_system_connection": [
{
"id": "54",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": true,
"parentId": "52",
"extent": "parent"
},
{
"id": "58",
"type": "custom",
"position": {
"x": 380,
"y": 505
},
"data": {
"component_name": "Router",
"type": "Router",
"security_zone": "zone-5",
"system_category": "Network",
"other_system_connection": [
{
"id": "55",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": true,
"parentId": "52",
"extent": "parent"
},
{
"id": "59",
"type": "custom",
"position": {
"x": 530,
"y": 505
},
"data": {
"component_name": "Router",
"type": "Router",
"security_zone": "zone-5",
"system_category": "Network",
"other_system_connection": [
{
"id": "55",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": true,
"parentId": "52",
"extent": "parent"
},
{
"id": "60",
"type": "custom",
"position": {
"x": 680,
"y": 105
},
"data": {
"component_name": "Router",
"type": "Router",
"security_zone": "zone-5",
"system_category": "Network",
"other_system_connection": []
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": true,
"dragging": false,
"parentId": "52",
"extent": "parent"
},
{
"id": "61",
"type": "custom",
"position": {
"x": 680,
"y": 305
},
"data": {
"component_name": "Panel",
"type": "Panel",
"security_zone": "zone-5",
"system_category": "Other",
"other_system_connection": [
{
"id": "60",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"dragging": false,
"selected": true,
"parentId": "52",
"extent": "parent"
},
{
"id": "62",
"type": "cbs",
"position": {
"x": 300,
"y": 935
},
"data": {
"system_name": "CBS",
"security_zone": "zone-5",
"other_system_connection": []
},
"style": {
"width": 850,
"height": 650
},
"measured": {
"width": 850,
"height": 650
},
"selected": true,
"dragging": false
},
{
"id": "63",
"type": "custom",
"position": {
"x": 305,
"y": 105
},
"data": {
"component_name": "Firewall",
"type": "Firewall",
"security_zone": "zone-5",
"system_category": "Network",
"other_system_connection": []
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": true,
"parentId": "62",
"extent": "parent"
},
{
"id": "64",
"type": "custom",
"position": {
"x": 155,
"y": 305
},
"data": {
"component_name": "Switch",
"type": "Switch",
"security_zone": "zone-5",
"system_category": "Network",
"other_system_connection": [
{
"id": "63",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": true,
"dragging": false,
"parentId": "62",
"extent": "parent"
},
{
"id": "65",
"type": "custom",
"position": {
"x": 455,
"y": 305
},
"data": {
"component_name": "Switch",
"type": "Switch",
"security_zone": "zone-5",
"system_category": "Network",
"other_system_connection": [
{
"id": "63",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": true,
"parentId": "62",
"extent": "parent",
"dragging": false
},
{
"id": "66",
"type": "custom",
"position": {
"x": 80,
"y": 505
},
"data": {
"component_name": "Router",
"type": "Router",
"security_zone": "zone-5",
"system_category": "Network",
"other_system_connection": [
{
"id": "64",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": true,
"parentId": "62",
"extent": "parent"
},
{
"id": "67",
"type": "custom",
"position": {
"x": 230,
"y": 505
},
"data": {
"component_name": "Router",
"type": "Router",
"security_zone": "zone-5",
"system_category": "Network",
"other_system_connection": [
{
"id": "64",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": true,
"parentId": "62",
"extent": "parent"
},
{
"id": "68",
"type": "custom",
"position": {
"x": 380,
"y": 505
},
"data": {
"component_name": "Router",
"type": "Router",
"security_zone": "zone-5",
"system_category": "Network",
"other_system_connection": [
{
"id": "65",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": true,
"parentId": "62",
"extent": "parent"
},
{
"id": "69",
"type": "custom",
"position": {
"x": 530,
"y": 505
},
"data": {
"component_name": "Router",
"type": "Router",
"security_zone": "zone-5",
"system_category": "Network",
"other_system_connection": [
{
"id": "65",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": true,
"parentId": "62",
"extent": "parent"
},
{
"id": "70",
"type": "custom",
"position": {
"x": 680,
"y": 105
},
"data": {
"component_name": "Router",
"type": "Router",
"security_zone": "zone-5",
"system_category": "Network",
"other_system_connection": []
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": true,
"dragging": false,
"parentId": "62",
"extent": "parent"
},
{
"id": "71",
"type": "custom",
"position": {
"x": 680,
"y": 305
},
"data": {
"component_name": "Panel",
"type": "Panel",
"security_zone": "zone-5",
"system_category": "Other",
"other_system_connection": [
{
"id": "70",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"dragging": false,
"selected": true,
"parentId": "62",
"extent": "parent"
},
{
"id": "72",
"type": "cbs",
"position": {
"x": 1160,
"y": 935
},
"data": {
"system_name": "CBS",
"security_zone": "zone-5",
"other_system_connection": []
},
"style": {
"width": 850,
"height": 650
},
"measured": {
"width": 850,
"height": 650
},
"selected": true,
"dragging": false
},
{
"id": "73",
"type": "custom",
"position": {
"x": 305,
"y": 105
},
"data": {
"component_name": "Firewall",
"type": "Firewall",
"security_zone": "zone-5",
"system_category": "Network",
"other_system_connection": []
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": true,
"parentId": "72",
"extent": "parent"
},
{
"id": "74",
"type": "custom",
"position": {
"x": 155,
"y": 305
},
"data": {
"component_name": "Switch",
"type": "Switch",
"security_zone": "zone-5",
"system_category": "Network",
"other_system_connection": [
{
"id": "73",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": true,
"dragging": false,
"parentId": "72",
"extent": "parent"
},
{
"id": "75",
"type": "custom",
"position": {
"x": 455,
"y": 305
},
"data": {
"component_name": "Switch",
"type": "Switch",
"security_zone": "zone-5",
"system_category": "Network",
"other_system_connection": [
{
"id": "73",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": true,
"parentId": "72",
"extent": "parent",
"dragging": false
},
{
"id": "76",
"type": "custom",
"position": {
"x": 80,
"y": 505
},
"data": {
"component_name": "Router",
"type": "Router",
"security_zone": "zone-5",
"system_category": "Network",
"other_system_connection": [
{
"id": "74",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": true,
"parentId": "72",
"extent": "parent"
},
{
"id": "77",
"type": "custom",
"position": {
"x": 230,
"y": 505
},
"data": {
"component_name": "Router",
"type": "Router",
"security_zone": "zone-5",
"system_category": "Network",
"other_system_connection": [
{
"id": "74",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": true,
"parentId": "72",
"extent": "parent"
},
{
"id": "78",
"type": "custom",
"position": {
"x": 380,
"y": 505
},
"data": {
"component_name": "Router",
"type": "Router",
"security_zone": "zone-5",
"system_category": "Network",
"other_system_connection": [
{
"id": "75",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": true,
"parentId": "72",
"extent": "parent"
},
{
"id": "79",
"type": "custom",
"position": {
"x": 530,
"y": 505
},
"data": {
"component_name": "Router",
"type": "Router",
"security_zone": "zone-5",
"system_category": "Network",
"other_system_connection": [
{
"id": "75",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": true,
"parentId": "72",
"extent": "parent"
},
{
"id": "80",
"type": "custom",
"position": {
"x": 680,
"y": 105
},
"data": {
"component_name": "Router",
"type": "Router",
"security_zone": "zone-5",
"system_category": "Network",
"other_system_connection": []
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": true,
"dragging": false,
"parentId": "72",
"extent": "parent"
},
{
"id": "81",
"type": "custom",
"position": {
"x": 680,
"y": 305
},
"data": {
"component_name": "Panel",
"type": "Panel",
"security_zone": "zone-5",
"system_category": "Other",
"other_system_connection": [
{
"id": "80",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"dragging": false,
"selected": true,
"parentId": "72",
"extent": "parent"
}
],
"viewport": {
"x": 227.47249508840855,
"y": 186.30451866404712,
"zoom": 0.2
}
},
{
"id": "zone-6",
"name": "Zone 6",
"nodes": [
{
"id": "82",
"type": "cbs",
"position": {
"x": 500,
"y": 225
},
"data": {
"system_name": "CBS",
"security_zone": "zone-6",
"other_system_connection": []
},
"style": {
"width": 850,
"height": 650
},
"measured": {
"width": 850,
"height": 650
},
"selected": false,
"dragging": false
},
{
"id": "92",
"type": "cbs",
"position": {
"x": 1360,
"y": 225
},
"data": {
"system_name": "CBS",
"security_zone": "zone-6",
"other_system_connection": []
},
"style": {
"width": 850,
"height": 650
},
"measured": {
"width": 850,
"height": 650
},
"selected": false,
"dragging": false
},
{
"id": "102",
"type": "cbs",
"position": {
"x": 300,
"y": 935
},
"data": {
"system_name": "CBS",
"security_zone": "zone-6",
"other_system_connection": []
},
"style": {
"width": 850,
"height": 650
},
"measured": {
"width": 850,
"height": 650
},
"selected": false,
"dragging": false
},
{
"id": "112",
"type": "cbs",
"position": {
"x": 1160,
"y": 935
},
"data": {
"system_name": "CBS",
"security_zone": "zone-6",
"other_system_connection": []
},
"style": {
"width": 850,
"height": 650
},
"measured": {
"width": 850,
"height": 650
},
"selected": false,
"dragging": false
},
{
"id": "83",
"type": "custom",
"position": {
"x": 305,
"y": 105
},
"data": {
"component_name": "Firewall",
"type": "Firewall",
"security_zone": "zone-6",
"system_category": "Network",
"other_system_connection": []
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": true,
"parentId": "82",
"extent": "parent"
},
{
"id": "84",
"type": "custom",
"position": {
"x": 155,
"y": 305
},
"data": {
"component_name": "Switch",
"type": "Switch",
"security_zone": "zone-6",
"system_category": "Network",
"other_system_connection": [
{
"id": "83",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": true,
"dragging": false,
"parentId": "82",
"extent": "parent"
},
{
"id": "85",
"type": "custom",
"position": {
"x": 455,
"y": 305
},
"data": {
"component_name": "Switch",
"type": "Switch",
"security_zone": "zone-6",
"system_category": "Network",
"other_system_connection": [
{
"id": "83",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": true,
"parentId": "82",
"extent": "parent",
"dragging": false
},
{
"id": "86",
"type": "custom",
"position": {
"x": 80,
"y": 505
},
"data": {
"component_name": "Router",
"type": "Router",
"security_zone": "zone-6",
"system_category": "Network",
"other_system_connection": [
{
"id": "84",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": true,
"parentId": "82",
"extent": "parent"
},
{
"id": "87",
"type": "custom",
"position": {
"x": 230,
"y": 505
},
"data": {
"component_name": "Router",
"type": "Router",
"security_zone": "zone-6",
"system_category": "Network",
"other_system_connection": [
{
"id": "84",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": true,
"parentId": "82",
"extent": "parent"
},
{
"id": "88",
"type": "custom",
"position": {
"x": 380,
"y": 505
},
"data": {
"component_name": "Router",
"type": "Router",
"security_zone": "zone-6",
"system_category": "Network",
"other_system_connection": [
{
"id": "85",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": true,
"parentId": "82",
"extent": "parent"
},
{
"id": "89",
"type": "custom",
"position": {
"x": 530,
"y": 505
},
"data": {
"component_name": "Router",
"type": "Router",
"security_zone": "zone-6",
"system_category": "Network",
"other_system_connection": [
{
"id": "85",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": true,
"parentId": "82",
"extent": "parent"
},
{
"id": "90",
"type": "custom",
"position": {
"x": 680,
"y": 105
},
"data": {
"component_name": "Router",
"type": "Router",
"security_zone": "zone-6",
"system_category": "Network",
"other_system_connection": []
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": false,
"dragging": false,
"parentId": "82",
"extent": "parent"
},
{
"id": "91",
"type": "custom",
"position": {
"x": 680,
"y": 305
},
"data": {
"component_name": "Panel",
"type": "Panel",
"security_zone": "zone-6",
"system_category": "Other",
"other_system_connection": [
{
"id": "90",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"dragging": false,
"selected": false,
"parentId": "82",
"extent": "parent"
},
{
"id": "93",
"type": "custom",
"position": {
"x": 305,
"y": 105
},
"data": {
"component_name": "Firewall",
"type": "Firewall",
"security_zone": "zone-6",
"system_category": "Network",
"other_system_connection": []
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": false,
"parentId": "92",
"extent": "parent"
},
{
"id": "94",
"type": "custom",
"position": {
"x": 155,
"y": 305
},
"data": {
"component_name": "Switch",
"type": "Switch",
"security_zone": "zone-6",
"system_category": "Network",
"other_system_connection": [
{
"id": "93",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": false,
"dragging": false,
"parentId": "92",
"extent": "parent"
},
{
"id": "95",
"type": "custom",
"position": {
"x": 455,
"y": 305
},
"data": {
"component_name": "Switch",
"type": "Switch",
"security_zone": "zone-6",
"system_category": "Network",
"other_system_connection": [
{
"id": "93",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": false,
"parentId": "92",
"extent": "parent",
"dragging": false
},
{
"id": "96",
"type": "custom",
"position": {
"x": 80,
"y": 505
},
"data": {
"component_name": "Router",
"type": "Router",
"security_zone": "zone-6",
"system_category": "Network",
"other_system_connection": [
{
"id": "94",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": false,
"parentId": "92",
"extent": "parent"
},
{
"id": "97",
"type": "custom",
"position": {
"x": 230,
"y": 505
},
"data": {
"component_name": "Router",
"type": "Router",
"security_zone": "zone-6",
"system_category": "Network",
"other_system_connection": [
{
"id": "94",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": false,
"parentId": "92",
"extent": "parent"
},
{
"id": "98",
"type": "custom",
"position": {
"x": 380,
"y": 505
},
"data": {
"component_name": "Router",
"type": "Router",
"security_zone": "zone-6",
"system_category": "Network",
"other_system_connection": [
{
"id": "95",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": false,
"parentId": "92",
"extent": "parent"
},
{
"id": "99",
"type": "custom",
"position": {
"x": 530,
"y": 505
},
"data": {
"component_name": "Router",
"type": "Router",
"security_zone": "zone-6",
"system_category": "Network",
"other_system_connection": [
{
"id": "95",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": false,
"parentId": "92",
"extent": "parent"
},
{
"id": "100",
"type": "custom",
"position": {
"x": 680,
"y": 105
},
"data": {
"component_name": "Router",
"type": "Router",
"security_zone": "zone-6",
"system_category": "Network",
"other_system_connection": []
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": false,
"dragging": false,
"parentId": "92",
"extent": "parent"
},
{
"id": "101",
"type": "custom",
"position": {
"x": 680,
"y": 305
},
"data": {
"component_name": "Panel",
"type": "Panel",
"security_zone": "zone-6",
"system_category": "Other",
"other_system_connection": [
{
"id": "100",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"dragging": false,
"selected": false,
"parentId": "92",
"extent": "parent"
},
{
"id": "103",
"type": "custom",
"position": {
"x": 305,
"y": 105
},
"data": {
"component_name": "Firewall",
"type": "Firewall",
"security_zone": "zone-6",
"system_category": "Network",
"other_system_connection": []
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": false,
"parentId": "102",
"extent": "parent"
},
{
"id": "104",
"type": "custom",
"position": {
"x": 155,
"y": 305
},
"data": {
"component_name": "Switch",
"type": "Switch",
"security_zone": "zone-6",
"system_category": "Network",
"other_system_connection": [
{
"id": "103",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": false,
"dragging": false,
"parentId": "102",
"extent": "parent"
},
{
"id": "105",
"type": "custom",
"position": {
"x": 455,
"y": 305
},
"data": {
"component_name": "Switch",
"type": "Switch",
"security_zone": "zone-6",
"system_category": "Network",
"other_system_connection": [
{
"id": "103",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": false,
"parentId": "102",
"extent": "parent",
"dragging": false
},
{
"id": "106",
"type": "custom",
"position": {
"x": 80,
"y": 505
},
"data": {
"component_name": "Router",
"type": "Router",
"security_zone": "zone-6",
"system_category": "Network",
"other_system_connection": [
{
"id": "104",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": false,
"parentId": "102",
"extent": "parent"
},
{
"id": "107",
"type": "custom",
"position": {
"x": 230,
"y": 505
},
"data": {
"component_name": "Router",
"type": "Router",
"security_zone": "zone-6",
"system_category": "Network",
"other_system_connection": [
{
"id": "104",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": false,
"parentId": "102",
"extent": "parent"
},
{
"id": "108",
"type": "custom",
"position": {
"x": 380,
"y": 505
},
"data": {
"component_name": "Router",
"type": "Router",
"security_zone": "zone-6",
"system_category": "Network",
"other_system_connection": [
{
"id": "105",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": false,
"parentId": "102",
"extent": "parent"
},
{
"id": "109",
"type": "custom",
"position": {
"x": 530,
"y": 505
},
"data": {
"component_name": "Router",
"type": "Router",
"security_zone": "zone-6",
"system_category": "Network",
"other_system_connection": [
{
"id": "105",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": false,
"parentId": "102",
"extent": "parent"
},
{
"id": "110",
"type": "custom",
"position": {
"x": 680,
"y": 105
},
"data": {
"component_name": "Router",
"type": "Router",
"security_zone": "zone-6",
"system_category": "Network",
"other_system_connection": []
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": false,
"dragging": false,
"parentId": "102",
"extent": "parent"
},
{
"id": "111",
"type": "custom",
"position": {
"x": 680,
"y": 305
},
"data": {
"component_name": "Panel",
"type": "Panel",
"security_zone": "zone-6",
"system_category": "Other",
"other_system_connection": [
{
"id": "110",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"dragging": false,
"selected": false,
"parentId": "102",
"extent": "parent"
},
{
"id": "113",
"type": "custom",
"position": {
"x": 305,
"y": 105
},
"data": {
"component_name": "Firewall",
"type": "Firewall",
"security_zone": "zone-6",
"system_category": "Network",
"other_system_connection": []
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": false,
"parentId": "112",
"extent": "parent"
},
{
"id": "114",
"type": "custom",
"position": {
"x": 155,
"y": 305
},
"data": {
"component_name": "Switch",
"type": "Switch",
"security_zone": "zone-6",
"system_category": "Network",
"other_system_connection": [
{
"id": "113",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": false,
"dragging": false,
"parentId": "112",
"extent": "parent"
},
{
"id": "115",
"type": "custom",
"position": {
"x": 455,
"y": 305
},
"data": {
"component_name": "Switch",
"type": "Switch",
"security_zone": "zone-6",
"system_category": "Network",
"other_system_connection": [
{
"id": "113",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": false,
"parentId": "112",
"extent": "parent",
"dragging": false
},
{
"id": "116",
"type": "custom",
"position": {
"x": 80,
"y": 505
},
"data": {
"component_name": "Router",
"type": "Router",
"security_zone": "zone-6",
"system_category": "Network",
"other_system_connection": [
{
"id": "114",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": false,
"parentId": "112",
"extent": "parent"
},
{
"id": "117",
"type": "custom",
"position": {
"x": 230,
"y": 505
},
"data": {
"component_name": "Router",
"type": "Router",
"security_zone": "zone-6",
"system_category": "Network",
"other_system_connection": [
{
"id": "114",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": false,
"parentId": "112",
"extent": "parent"
},
{
"id": "118",
"type": "custom",
"position": {
"x": 380,
"y": 505
},
"data": {
"component_name": "Router",
"type": "Router",
"security_zone": "zone-6",
"system_category": "Network",
"other_system_connection": [
{
"id": "115",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": false,
"parentId": "112",
"extent": "parent"
},
{
"id": "119",
"type": "custom",
"position": {
"x": 530,
"y": 505
},
"data": {
"component_name": "Router",
"type": "Router",
"security_zone": "zone-6",
"system_category": "Network",
"other_system_connection": [
{
"id": "115",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": false,
"parentId": "112",
"extent": "parent"
},
{
"id": "120",
"type": "custom",
"position": {
"x": 680,
"y": 105
},
"data": {
"component_name": "Router",
"type": "Router",
"security_zone": "zone-6",
"system_category": "Network",
"other_system_connection": []
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": false,
"dragging": false,
"parentId": "112",
"extent": "parent"
},
{
"id": "121",
"type": "custom",
"position": {
"x": 680,
"y": 305
},
"data": {
"component_name": "Panel",
"type": "Panel",
"security_zone": "zone-6",
"system_category": "Other",
"other_system_connection": [
{
"id": "120",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"dragging": false,
"selected": false,
"parentId": "112",
"extent": "parent"
},
{
"id": "122",
"type": "custom",
"position": {
"x": -220.57552404230444,
"y": 390.282677380107
},
"data": {
"component_name": "Firewall",
"type": "Firewall",
"security_zone": "zone-6",
"system_category": "Network",
"other_system_connection": []
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": true
},
{
"id": "123",
"type": "custom",
"position": {
"x": -370.57552404230444,
"y": 590.282677380107
},
"data": {
"component_name": "Switch",
"type": "Switch",
"security_zone": "zone-6",
"system_category": "Network",
"other_system_connection": [
{
"id": "122",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": true,
"dragging": false
},
{
"id": "124",
"type": "custom",
"position": {
"x": -70.57552404230444,
"y": 590.282677380107
},
"data": {
"component_name": "Switch",
"type": "Switch",
"security_zone": "zone-6",
"system_category": "Network",
"other_system_connection": [
{
"id": "122",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": true,
"dragging": false
},
{
"id": "125",
"type": "custom",
"position": {
"x": -445.57552404230444,
"y": 790.282677380107
},
"data": {
"component_name": "Router",
"type": "Router",
"security_zone": "zone-6",
"system_category": "Network",
"other_system_connection": [
{
"id": "123",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": true
},
{
"id": "126",
"type": "custom",
"position": {
"x": -295.57552404230444,
"y": 790.282677380107
},
"data": {
"component_name": "Router",
"type": "Router",
"security_zone": "zone-6",
"system_category": "Network",
"other_system_connection": [
{
"id": "123",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": true
},
{
"id": "127",
"type": "custom",
"position": {
"x": -145.57552404230444,
"y": 790.282677380107
},
"data": {
"component_name": "Router",
"type": "Router",
"security_zone": "zone-6",
"system_category": "Network",
"other_system_connection": [
{
"id": "124",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": true
},
{
"id": "128",
"type": "custom",
"position": {
"x": 4.424475957695563,
"y": 790.282677380107
},
"data": {
"component_name": "Router",
"type": "Router",
"security_zone": "zone-6",
"system_category": "Network",
"other_system_connection": [
{
"id": "124",
"type": "Default"
}
]
},
"measured": {
"width": 80,
"height": 100
},
"style": {},
"selected": true
}
],
"viewport": {
"x": 373.9834670710691,
"y": 175.25193128222327,
"zoom": 0.24020555907602562
},
"security_zone": "zone-5"
}
]
}
]
}
예제 출력 예시

Props
| Name | Type | Description | Default |
|---|---|---|---|
proejct | Project | Project Object | - |
Return
This hook does not return any value.