20 lines
475 B
JSON
20 lines
475 B
JSON
[
|
|
{
|
|
"host":"hostname",
|
|
"domain":"domain",
|
|
"path":"/path(leave empty if is the webroot)",
|
|
"word-to-check":"word to check",
|
|
"basic_auth":false,
|
|
"basic_auth_name":"basic_auth_name",
|
|
"basic_auth_password":"basic_auth_pass"
|
|
},
|
|
{
|
|
"host":"sld-app-a",
|
|
"domain":"sld-server.org",
|
|
"path":"",
|
|
"word-to-check":"proxmox",
|
|
"basic_auth":false,
|
|
"basic_auth_name":"basic_auth_name",
|
|
"basic_auth_password":"basic_auth_pass"
|
|
}
|
|
] |