getAvailableServersList
Less than 1 minute
getAvailableServersList
Description: get the list of servers available in the network. v4.1.0+
The response is received via the availableServersListLoaded notification.
Request example:
{
"method": "getAvailableServersList",
"requestId" : "1"
}Response example:
{
"method": "getAvailableServersList",
"requestId" : "1",
"result": true
}Parameter description:
requestId- a unique request identifier. You can find more details about it here.
See also: