Get Monitoring Information's Reporting Status and Reporting Interval
# Get Monitoring Information's Reporting Status and Reporting Interval
Path:
/api/reporttime.json
Method: GET
Content-type: application/json; charset=utf-8
API Description: This can be used to get the reporting interval of the player's GPS, GPS sampling, and sensor. A sensor can be an external sensor or an M2 sensor.
Response
Name | Type | Example | Description |
---|---|---|---|
gps_report_interval | int | 0 | GPS reporting interval; 0: Disable GPS reporting, >0: Enable GPS reporting and set the interval. |
sensor_report_interval | int | 0 | Sensor reporting interval; 0: Disable sensor reporting, >0: Enable sensor reporting and set the interval. |
ber_report_interval | int | 0 | Error rate reporting interval; 0: Disable error rate reporting, >0: Enable error rate reporting and set the interval. |
gps_sample_interval | int | 0 | GPS sampling reporting interval; 0: Disable GPS sampling reporting, >0: Enable GPS sampling reporting and set the interval. |
Example
{
"gps_report_interval": 0,
"sensor_report_interval": 0,
"ber_report_interval": 0,
"gps_sample_interval": 0
}