Example
Browser
https://192.168.123.123/api/startmeasurement
Curl
curl -k https://192.168.123.123/api/startmeasurement
StopMeasurement
API Call
/api/stopmeasurement
Summary
Stop the currently running measurement
Description
This command will stop both regular and continuous mode measurements.
Parameters
Returns
JSON status code indicating success status:
{
"result" : true,
}
On failure, Sentinel will give an indication of why the measurement could not be stopped.
{
"result" : false,
"message" : "No measurement running"
}
Example
Browser
https://192.168.123.123/api/stopmeasurement
Curl
curl -k https://192.168.123.123/api/stopmeasurement
GetStatus
API Call
/api/getstatus
Summary
Get the device status and readiness for making a measurement
Description
This returns a JSON formatted string indicating the readiness to begin a measurement on the Sentinel. This
indicates if installed modules would be ready to start a measurement and whether the configured timebase
reference is ready for a measurement to be started.
Parameters