# getAvailableServersList
Version: 4.1.0+
Description: get the list of servers available in the network.
The response is received as the notification availableServersListLoaded.
Request example:
{
"method": "getAvailableServersList",
"requestId" : "1"
}
Response example:
{
"method": "getAvailableServersList",
"requestId" : "1",
"result": true
}
Parameter description:
requestId
- unique request identifier. More details can be found here
See also: