EasyManua.ls Logo

Calnex Sentinel - Page 66

Calnex Sentinel
93 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Using Sentinel
CX3001 v7.0 © Calnex Solutions 66
calnexsol.com |
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
Name
Description
Required
key
Authentication key obtained from
getkey
where enabled and
login
has
not been used
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
Name
Description
Required
key
Authentication key obtained from
getkey
where enabled and
login
has
not been used
Returns
JSON status indicating device readiness to perform a measurement: