List of servers
Returns a list of servers.
GET /client_api/servers/
Body | |||||||||
searchrequired | string | Search by server name or IP address. | |||||||
orderingrequired | string | Sort by name or IP. Default is sort by name in ascending order. Sort in descending order: -ip OR -name |
Response | |||||||||
200 | Returns a JSON array of objects with information about the servers | ||||||||
JSON
| |||||||||
string | name | Server name. | |||||||
string | ip | Server IP address. | |||||||
int | port | Port. | |||||||
array | binary | Array of executable files on the server and information about them. | |||||||
array | binary.streams | Array of streams of the executable file and information about them. |