curl --location --request GET 'https://192.168.88.11:9781/bvcsp/v1/pu/video/in//' \
--header 'Authorization;'
{
"code": 0,
"msg": "string",
"data": {
"videoSourceTypeList": [
"CMOS"
],
"curVideoSourceType": "CMOS",
"cmosConfig": {
"curIndex": 0,
"cmosList": [
{
"cmosIndex": 0,
"name": "string"
}
]
},
"ipConfig": {
"enable": true,
"connectType": 0,
"ipConnectList": [
{
"enable": true,
"status": 0,
"intervalTime": 0,
"netProtocol": "string",
"onvifInfo": {
"ipConfigName": "string",
"ipDevName": "string",
"ipDevId": "string",
"addr": "string",
"port": 0,
"userName": "string",
"password": "string",
"remoteChannelList": [
0
],
"remoteChannelIndex": 0,
"transportProtocolList": [
0
],
"transportProtocol": 0,
"transStreamModeList": [
0
],
"transStreamModeForLocalMainStream": 0,
"transStreamModeForLocalSubStream": 0
}
}
],
"ipFindList": [
{
"enable": true,
"status": 0,
"intervalTime": 0,
"netProtocol": "string",
"onvifInfo": {
"ipConfigName": "string",
"ipDevName": "string",
"ipDevId": "string",
"addr": "string",
"port": 0,
"userName": "string",
"password": "string",
"remoteChannelList": [
0
],
"remoteChannelIndex": 0,
"transportProtocolList": [
0
],
"transportProtocol": 0,
"transStreamModeList": [
0
],
"transStreamModeForLocalMainStream": 0,
"transStreamModeForLocalSubStream": 0
}
}
]
}
}
}