The Cloud Servers Protocol allows the client to learn about which datacenters are available to connect to for the actual game servers.
GetDatacentersFetches a list of available datacenters to the client. Currently unknown exactly what the datacenters are for and whether they contain actual URLs, or just identifiers.
The request data is empty for this method.
[!TIP]
Check out a full request packet dump for this call.
[!NOTE]
TODO: Example
| Name | Description | Type |
|---|---|---|
| Datacenters | A list of datacenters available to the client. | List<Datacenter> |
Datacenter[!NOTE]
TODO: Example
| Name | Description | Type |
|---|---|---|
| String 1 | Unknown. | String |
| String 2 | Unknown. | String |
| String 3 | Unknown. | String |