{
"name": "string",
"localGB28181ServerId": "string",
"localIp": "string",
"localPort": 0,
"password": "string",
"upperGB28181ServerId": "string",
"upperIp": "string",
"upperPort": 0,
"disable": true,
"notIncludeChannel": true
}
curl --location --request PUT 'https://192.168.88.11:9781/bvcsp/v1/bv28181out/upperserver/' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"localGB28181ServerId": "string",
"localIp": "string",
"localPort": 0,
"password": "string",
"upperGB28181ServerId": "string",
"upperIp": "string",
"upperPort": 0,
"disable": true,
"notIncludeChannel": true
}'
{
"code": "string",
"msg": "string"
}