IR302 with IO

Is there any way to query the product for IO status without logging into the product?  I could not find any data the support page related to this.
THX
ChrisR
Dear Customer,

It's possible to get IO status by HTTP_API. The default port is 4444. Please check if this port has been enabled at System=Admin Access:

Then you can send the below commands to get the status of IO:

curl -u adm:123456 192.168.2.1:4444/iodigital.cgi -d "type=get&io=1"

io_level=high
SUCCESS

curl -u adm:123456 192.168.2.1:4444/iodigital.cgi -d "type=get&io=2"

io_level=low
SUCCESS
OK i will see if this will work in my environment.  Thank you.
Is there any option within the CLI ie via Telnet to see or control the I/O? 

Also I there a CMD list for CLI?

THANK YOU
Dear Customer,

Sorry that IO status can not be obtained by SSH or Telnet.