mirror of
https://github.com//cppla/ServerStatus
synced 2025-09-23 02:12:22 +08:00
38 lines
644 B
JSON
Executable File
38 lines
644 B
JSON
Executable File
{"servers":
|
|
[
|
|
{
|
|
"username": "s01",
|
|
"name": "node1",
|
|
"type": "xen",
|
|
"host": "host1",
|
|
"location": "cn",
|
|
"password": "USER_DEFAULT_PASSWORD"
|
|
},
|
|
{
|
|
"username": "s02",
|
|
"name": "node2",
|
|
"type": "vmware",
|
|
"host": "host2",
|
|
"location": "jp",
|
|
"password": "USER_DEFAULT_PASSWORD"
|
|
},
|
|
{
|
|
"disabled": true,
|
|
"username": "s03",
|
|
"name": "node3",
|
|
"type": "Nothing",
|
|
"host": "host3",
|
|
"location": "fr",
|
|
"password": "USER_DEFAULT_PASSWORD"
|
|
},
|
|
{
|
|
"username": "s04",
|
|
"name": "ssss",
|
|
"type": "ssss",
|
|
"host": "ssss",
|
|
"location": "ssss",
|
|
"password": "USER_DEFAULT_PASSWORD"
|
|
}
|
|
]
|
|
}
|