You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

33 lines
610 B

{
"nodes": [
{
"id": "node-1",
"type": "loadBalancer",
"position": { "x": 0, "y": 0 },
"props": {
"label": "LB",
"algorithm": "round-robin"
}
},
{
"id": "node-2",
"type": "webserver",
"position": { "x": 100, "y": 0 },
"props": {
"label": "Web Server",
"instanceSize": "medium"
}
}
],
"connections": [
{
"source": "node-1",
"target": "node-2",
"label": "Traffic",
"direction": "forward",
"protocol": "HTTP",
"tls": false,
"capacity": 1000
}
]
}