Striven
2025-09-13 951c0a09e209b9bab8c064e94b07f441c1d6a07b
04_rendezvous/01_protocols/02_cloudserversprotocol.md
@@ -0,0 +1,34 @@
## 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) |