curl --location --request GET 'https://192.168.88.11:9781/bvcsp/v1/pu/serverconfigs/' \
--header 'Authorization;'
{
"code": 0,
"msg": "string",
"data": {
"registerServer": {
"addr": "string",
"port": 0,
"proto": "string",
"keepAliveInterval": 0,
"username": "string",
"password": "string"
},
"timeSource": {
"timeZone": 0,
"dst": true,
"ntpPriority": 0,
"gpsPriority": 0,
"ntpServer": {
"addr": [
"string"
],
"port": [
0
],
"updateInterval": 0
}
},
"reserveServer": {
"addr": "string",
"port": 0,
"proto": "string",
"keepAliveInterval": 0,
"username": "string",
"password": "string"
}
}
}