SSH
Return SSH port
This function retrieves the server's SSH port.
get/SSH/get_port
Response
HTTP Request was successful.
Example response
{
"apiversion": 3,
"func": "get_port",
"module": "SSH",
"result": {
"data": {
"port": 22
},
"status": 1
}
}