Get Discovery
Deprecated
GET
/config/v1/discovery
Returns the configured connection manager IPs for the game client to connect to. Deprecated as there is no longer a need for this endpoint after MCTS was removed.
Responses
200
Successful Response
Contains information that aids the client in communicating with the connection managers.
object
addresses
required
The list of addresses for the connection managers
Array<string>
server_status
The status of the connection managers
string
command_line_args
The command line arguments used to be used by the client
string