{
"name": "string",
"localGB28181ServerId": "string",
"localIp": "string",
"localPort": 0,
"password": "string",
"upperGB28181ServerId": "string",
"upperIp": "string",
"upperPort": 0,
"disable": true,
"notIncludeChannel": true
}
curl --location --request POST 'https://192.168.88.11:9781/bvcsp/v1/bv28181out/upperserver/create' \
--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",
"data": {
"id": 0,
"name": "string",
"localGB28181ServerId": "string",
"localIp": "string",
"localPort": 0,
"password": "string",
"upperGB28181ServerId": "string",
"upperIp": "string",
"upperPort": 0,
"disable": true,
"notIncludeChannel": true
}
}