RequestSystemConnection
Request a system RTT connection.
Service | Operation |
---|---|
rttRegistration | REQUEST_SYSTEM_CONNECTION |
Usage
http://localhost:3000
- C#
- C++
- Objective-C
- Java
- JavaScript
- Dart
- 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 Cloud Code or Raw tab.
// S2S call: to view example, switch to the Raw tab.
{
"service":"rttRegistration",
"operation":"REQUEST_SYSTEM_CONNECTION"
}
JSON Response
{
"data": {
"endpoints": [
{
"protocol": "ws",
"port": 443,
"host": "evsweba-baas.braincloudservers.com",
"ssl": true,
"ca": "GoDaddy"
}
],
"auth": {
"X-APPID": "13229",
"X-RTT-SECRET": "N@n@n@N@n@n@N@n@n@N@n@n@B@tm@n!"
}
},
"status": 200
}