| | |
| | | ## Overview |
| | | |
| | | ## Method: `GetDatacenters` |
| | | Fetches a list of available datacenters to the client. Currently unknown exactly what the datacenters are for and whether they contain actual URLs. |
| | | |
| | | ### Request |
| | | |
| | | ##### Example |
| | | _[Full Request Packet](../../00_packet_dumps/C2S-CloudServersProtocol__GetDatacenters_V1)_ |
| | | |
| | | ##### Parsing |
| | | The request data is empty for this method. |
| | | |
| | | ### Successful Response |
| | | |
| | | > [!NOTE] |
| | | > TODO: Example |
| | | |
| | | ##### Parsing |
| | | | Name | Description | Type | |
| | | |-------------|------------------------------------------------|----------------------------------------------------------------------------------------------------| |
| | | | Datacenters | A list of datacenters available to the client. | [`List`](../03_rendezvous_structure.md#structure-listt)`<`[`Datacenter`](#structure-datacenter)`>` | |
| | | |
| | | ## Structure: `Datacenter` |
| | | |
| | | > [!NOTE] |
| | | > TODO: Example |
| | | |
| | | ##### Parsing |
| | | | Name | Description | Type | |
| | | |----------|-------------|------------------------------------------------------------| |
| | | | String 1 | Unknown. | [`String`](../03_rendezvous_structure.md#structure-string) | |
| | | | String 2 | Unknown. | [`String`](../03_rendezvous_structure.md#structure-string) | |
| | | | String 3 | Unknown. | [`String`](../03_rendezvous_structure.md#structure-string) | |