mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-13 20:08:55 +00: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
|
|
}
|