NTI ENVIROMUX Series Installation And Operation Manual page 31

Remote power reboot switch with iec320 c13 outlet
Hide thumbs Also See for ENVIROMUX Series:
Table of Contents

Advertisement

NTI Power Remote Rebooter with C13 Connection
2. API to get AC Output and Digital Output names and current operation mode
Request Type: GET
Endpoint: /output.json
HTTP Auth required
Response Format: JSON
Response contains AC Output and Digital Output names and mode in arrays in "outdata". Trigger names can be found in
"trigname".
Example curl command:
curl -v -u root:nti "http://192.168.3.xxx/output.json"
Response:
{
"outdata": [
["AC Power Outlet", "AUTO", "OR"],
["RMT-RBT DO1", "AUTO", "OR"],
["RMT-RBT DO2", "AUTO", "OR"]
],
"trigname": [
["E-5D DEL E07 DO1", "E-5D DEL E07 DO2", "E-MICRO P02", "Office365", "Weekend Timer", "Daily Timer"],
[1, 1, 1, 1, 1, 0],
[1, 1, 1, 1, 1, 1],
[1, 1, 1, 1, 1, 1]
]
}
27

Advertisement

Table of Contents
loading

This manual is also suitable for:

Pwr-rmt-rbt-c13

Table of Contents