servers/find_available
1 minute read.
Last Modified 2021-02-04 11:38 ESTNamespace | Name | Admin Only | Log Summary | Generates Event | Version Added | Version Removed |
---|---|---|---|---|---|---|
servers | find_available | yes | no | no | 1 | 1.2 |
This API call has been removed in version 1.2
Ask for a list of all non-associcated servers on the local network which are discoverable via MDNS.
NOTE: Administrator access only - all others will get a 403/Forbidden error
- Required:
- none ({})
- Optional:
- none ({})
ARGUMENTS ONLY: See the basics of API requests for additional formatting information.
{}
{
"192.168.10.10" : {
"address" : "192.168.10.10",
"target" : "my_local_server.local",
"name" : "my_local_server",
"port" : "80"
},
"192.168.10.11" : {
"address" : "192.168.10.11",
"target" : "my_local_server2.local",
"name" : "my_local_server2",
"port" : "80"
}
}
This API call does not emit any middleware events.
This API call does not generate a detailed log summary item