mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-20 15:28:22 +00:00
24 lines
488 B
Plaintext
24 lines
488 B
Plaintext
|
{
|
||
|
"auto_start": false,
|
||
|
"name": "1_5_image",
|
||
|
"project_id": "ANYUUID",
|
||
|
"revision": 5,
|
||
|
"topology": {
|
||
|
"computes": [],
|
||
|
"drawings": [
|
||
|
{
|
||
|
"drawing_id": "ANYUUID",
|
||
|
"rotation": 0,
|
||
|
"svg": "gns3_logo.png",
|
||
|
"x": -64,
|
||
|
"y": -64,
|
||
|
"z": 0
|
||
|
}
|
||
|
],
|
||
|
"links": [],
|
||
|
"nodes": []
|
||
|
},
|
||
|
"type": "topology",
|
||
|
"version": "ANYSTR"
|
||
|
}
|