EasyManua.ls Logo

Synaccess netBooter PDU Series - Power Outlet CLI Commands; HTTP API and Programming Interface; HTTP API Command List

Default Icon
16 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...
Power Outlet Operations
CLI Command
Description
pset <n> <v>
Sets outlet # <n> to <v>, where <n> represents the outlet number, and v
represents state (0 is OFF, 1 is ON)
For example, “pset 2 1” will set outlet number 2 to ON
ps <v>
Sets all outlets to state <v>, where 0 is OFF and 1 is ON
pshow
Shows outlet status
rb <n>
Reboots outlet <n>
gpset <n> <v>
Sets outlet group <n> to <v> (0 is OFF and 1 is ON)
For example, “gpset 1 0” will turn off all outlets in group 1
grb <n>
Reboots outlet group <n>
Appendix: HTTP API / Programming Interface Reference
The unit can be easily managed by using direct TCP or serial port interfacing.
Using Telnet
Port: default port # is 23.
Format: CmdCode Arg1 Arg2
Using HTTP/HTTPS.
Note: HTTPS is applicable only for *DU* models.
http://my_IP_addr/cmd.cgi?cmdCode Arg1 Arg2
Command LIst
Command
Code
Description/Args
Set Outlet ON/OFF
$A3
Arg1: Outlet Number
Arg2: State (0=OFF, 1=ON)
Example to turn off outlet 1
http://192.168.1.100/cmd.cgi?$A3 1 0
Reboot
$A4
Outlet Number