C_RESTPORT
code: 32
# set
C_RESTPORT <tcp_port>
# get
C_RESTPORT ?
Description
The TCP port used by the REST API server.
Actions
set, get
Parameters
tcp_port
: integer, the TCP port number (default 57911)
Example
# set
input: C_RESTPORT 1
output: <OK>
# get
input: C_RESTPORT ?
output: C_RESTPORT 1