mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-17 09:14:52 +02:00
23 lines
447 B
Plaintext
23 lines
447 B
Plaintext
|
{
|
||
|
"version" : "ANYSTR",
|
||
|
"name" : "Downloads",
|
||
|
"topology" : {
|
||
|
"links" : [],
|
||
|
"drawings" : [],
|
||
|
"nodes" : [],
|
||
|
"computes" : [
|
||
|
{
|
||
|
"protocol" : "http",
|
||
|
"name" : "Local",
|
||
|
"compute_id" : "local",
|
||
|
"port" : 8000,
|
||
|
"host" : "127.0.0.1"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"revision" : 5,
|
||
|
"project_id" : "ANYUUID",
|
||
|
"type" : "topology",
|
||
|
"auto_start" : false
|
||
|
}
|