Protocol
Get all devices protocol list by querying GET to /gkserver/protocol When
calling the GET method to /gkserver/protocol, the system will return an array of all
devices
protocol with its all data.
Example
Get all devices protocol list by using the query GET to URL/gkserver/protocol
GET/gkserver/protocol
Response
The response is an array of all devices protocol with details.
{
"heartbeat": 13579,
"appcommand": 24680,
"streaming": 8900,
"http": 80
}
heartbeat: Used in device configappcommand: Server port for AppClient and web loginstreaming: Port for transfers videohttp: HTTP port
