{
"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"
}curl --location 'https://192.168.88.32:9781/bvcsp/v1/bv28181out/upperserver/create' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data '{
"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"
}'{
"code": "string",
"msg": "string",
"data": {
"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"
}
}