RegisterServer
Register a new server.
Usage
http://localhost:3000
- C#
- C++
- Objective-C
- Java
- JavaScript
- Cloud Code
- Raw
// S2S call: to view example, switch to the Raw tab.
// S2S call: to view example, switch to the Raw tab.
// S2S call: to view example, switch to the Raw tab.
// S2S call: to view example, switch to the Raw tab.
// S2S call: to view example, switch to the Raw tab.
// S2S call: to view example, switch to the Raw tab.
{
"service": "rttRegistration",
"operation": "REGISTER_SERVER",
"data": {
"serverType": "evs",
"internalIp": "127.0.0.1",
"externalEndpoints": [
{
"protocol": "http",
"sslEnabled": true,
"port": 6666
}
],
"rttServerId": "",
"clusterId": ""
}
}