curl --location --request GET 'https://192.168.88.32:9781/bvcsp/v1/bv28181out/upperserverlist' \
--header 'Authorization;' \
--header 'Content-Type: application/json'{
"code": 0,
"msg": "string",
"data": {
"upperservers": [
{
"state": {
"status": true,
"online_device_count": 0,
"dialog_count": 0,
"offline_code": 1,
"offline_reason": "string"
},
"info": {
"id": 0,
"name": "string",
"local_gb28181_id": "string",
"local_ip": "string",
"local_port": 0,
"password": "string",
"upper_gb28181_id": "string",
"upper_ip": "string",
"upper_port": 0,
"disable": true,
"not_include_channel": true,
"tcp": true,
"struct_id": "string",
"struct_name": "string"
}
}
]
}
}