Using Sentinel
CX3001 v7.0 © Calnex Solutions 67
{
"referenceReady": true,
"modulesReady": true,
"measurementActive": false
}
If any status indicates a ready as false, then it will not be possible to start a measurement on Sentinel at that
time.
Example
Browser
https://192.168.123.123/api/getstatus
Curl
curl -k https://192.168.123.123/api/getstatus
GetMeasurementStatus
API Call
/api/getmeasurementstatus
Summary
Get the status of any running measurement
Description
This call provides a JSON formatted result giving an indication of whether a measurement is currently active.
Parameters
Authentication key obtained from
getkey
where enabled and
login
has
not been used
Returns
JSON status of any current measurement:
{
"measurementActive": true
}
Example
Browser
https://192.168.123.123/api/getmeasurementstatus
Curl
curl -k https://192.168.123.123/api/getmeasurementstatus
GetChannelList
API Call
/api/getchannellist
Summary
Get a list of all currently installed or enabled channels
Description
This service provides a JSON formatted list of measurement channels installed in the Sentinel. This shows a list of
the channels installed in the unit. Passing the parameter active shows those channels that are enabled for
measurement.
Parameters
Authentication key obtained from
getkey
where enabled and
login
has
not been used