LogState
Initiate a state dump for diagnostic purposes on the given RTT servers. An empty server list will target all servers.
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 Raw tab.
// S2S call: to view example, switch to the Raw tab.
{
"service": "superRtt",
"operation": "LOG_STATE",
"data": {
"servers": [
{
"serverId": "2078-04a96b",
"serverType": "evs"
}
]
}
}
JSON Response
{
"status" : 200,
"data" : {}
}