Port API
Returns the status of specified ports or all ports if 'ports=all' is provided.
Query parameters
tstringOptional
Response type 1=txt, 2=json
portsstringOptional
Specify a port number or use 'all' to check all ports.
Responses
200
Successful response
application/json
get
/api/port_check200
Successful response
Configures a range of ports starting from a specified port.
Query parameters
start_portstringOptional
The starting port of the range.
port_numstringOptional
The number of ports in the range.
tstringOptional
Response type 1=txt, 2=json
Responses
200
Successful response
application/json
406
Error response
application/json
get
/api/set_port_rangeLast updated
Was this helpful?