curl --location --request GET 'https://192.168.88.11:9781/bvcsp/v1/bv28181out/upperserverlist' \
--header 'Authorization;' \
--header 'Content-Type: application/json'
{
"code": 0,
"msg": "string",
"data": {
"upperservers": [
{
"state": {
"onlineStatus": true,
"onlineDeviceCount": 0,
"dialogCount": 0,
"offlineCode": 1,
"offlineReason": "string"
},
"info": {
"id": 0,
"name": "string",
"localGB28181ServerId": "string",
"localIp": "string",
"localPort": 0,
"password": "string",
"upperGB28181ServerId": "string",
"upperIp": "string",
"upperPort": 0,
"disable": true,
"notIncludeChannel": "string"
}
}
]
}
}