EasyManua.ls Logo

Calnex Sentinel - Page 76

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 76
calnexsol.com |
curl -k https://192.168.123.123/api/version
Reboot
API Call
/api/reboot
Summary
Reboot the Sentinel device.
Description
This service reboots the Sentinel device, no prompt or interlock will be provided.
action
must be included in the
request or the reboot will not take place, this is a mechanism to prevent accidental reboot by calling this API. No
mechanism is available to stop this service once it has been called.
Parameters
Name
Description
Required
key
Authentication key obtained from
getkey
where enabled and
login
has
not been used.
action
This parameter must be included and must be set equal to reboot for the
reboot to be actioned.
Returns
JSON formatted status for the request:
{
"result" : true,
"message" : "Sentinel will now reboot"
}
Example
Browser
https://192.168.123.123/api/reboot?action=reboot
Curl
curl -k https://192.168.123.123/api/reboot?action=reboot
InstallCertificate
API Call
/api/installcertificate
Summary
Install a PEM format certificate and key file for SSL.
Description
Install a new certificate file for the API Interface in PEM format. This must be a combined certificate and key file.
The API interface will be restarted after installing the certificate. After the
pem
certificate file has been installed
the API service will be restarted and the new certificate should be in use. If the certificate cannot be installed the
Sentinel will default to a built-in certificate file.
Parameters
Name
Description
Required
key
Authentication key obtained from
getkey
where enabled and
login
has
not been used.
Returns
JSON formatted status for the request:
{
"result" : true,
"message" : "The API Interface will now be restarted"
}

Related product manuals