| 字段 | 说明 |
|---|---|
| deviceId | 设备Id |
| seqPageIndex | 页码从0开始(故传递最小值为1) |
| seqPageSize | 每页数据条数 |
| decodeCapacity | IPC规格(可选) IPC规格(可选)(200w-2; 400w-3; 800w-1, 1200w-4 ) |
| name | IPC源名称(可选) |
| ip | IPC源ip(可选) |
| sourceType | 源类型 |
| ipcType | ipc类型 (IPC = 0 NVR = 1) |
| channelCount | 通道数量 |
| slotId | 槽位Id |
| nums | 数量 |
| transProtocol: | 取流协议(1. TCP 0.UDP) |
{
"body":{
"slotId":0,
"deviceId":0,
"seqPageIndex":1,
"seqPageSize":10
},
"sign":"MDBmZjQ1NzgxMGFjNGNhZTQ2N2U3ZTc4ODk0YTBiN2M=",
"pId":"1",
"timeStamp":"1631949094265"
}curl --location --request POST '/open/api/ipc/IPCSourceList' \
--header 'Content-Type: application/json' \
--data-raw '{
"body":{
"slotId":0,
"deviceId":0,
"seqPageIndex":1,
"seqPageSize":10
},
"sign":"MDBmZjQ1NzgxMGFjNGNhZTQ2N2U3ZTc4ODk0YTBiN2M=",
"pId":"1",
"timeStamp":"1631949094265"
}'{
"body": {
"deviceId": 0,
"nums": 22,
"seqPageIndex": 0,
"seqPageSize": 10,
"slotId": 0,
"sourceList": [
{
"channelCount": 1,
"createTime": "",
"decodeCapacity": 4,
"deviceId": 0,
"ip": "10.10.101.160",
"ipcType": 0,
"slotId": 255,
"sourceId": 9,
"sourceName": "661",
"sourceType": 3,
"transProtocol": 1
},
{
"channelCount": 1,
"createTime": "",
"decodeCapacity": 2,
"deviceId": 0,
"ip": "10.40.228.174",
"ipcType": 0,
"slotId": 255,
"sourceId": 8,
"sourceName": "IP CAMERA",
"sourceType": 3,
"transProtocol": 1
},
{
"channelCount": 1,
"createTime": "",
"decodeCapacity": 2,
"deviceId": 0,
"ip": "10.40.228.177",
"ipcType": 0,
"slotId": 255,
"sourceId": 7,
"sourceName": "7J0A964PAG01334",
"sourceType": 3,
"transProtocol": 1
},
{
"channelCount": 1,
"createTime": "",
"decodeCapacity": 4,
"deviceId": 0,
"ip": "10.40.228.178",
"ipcType": 0,
"slotId": 255,
"sourceId": 6,
"sourceName": "10.40.228.178",
"sourceType": 3,
"transProtocol": 1
},
{
"channelCount": 1,
"createTime": "",
"decodeCapacity": 2,
"deviceId": 0,
"ip": "10.10.100.211",
"ipcType": 0,
"slotId": 255,
"sourceId": 5,
"sourceName": "大华海螺",
"sourceType": 3,
"transProtocol": 1
},
{
"channelCount": 1,
"createTime": "",
"decodeCapacity": 2,
"deviceId": 0,
"ip": "10.10.100.36",
"ipcType": 0,
"slotId": 255,
"sourceId": 4,
"sourceName": "36",
"sourceType": 3,
"transProtocol": 1
},
{
"channelCount": 16,
"createTime": "",
"decodeCapacity": 2,
"deviceId": 0,
"ip": "10.40.226.40",
"ipcType": 1,
"slotId": 255,
"sourceId": 3,
"sourceName": "nvr",
"sourceType": 3,
"transProtocol": 1
},
{
"channelCount": 1,
"createTime": "",
"decodeCapacity": 2,
"deviceId": 0,
"ip": "10.40.228.177",
"ipcType": 0,
"slotId": 255,
"sourceId": 21,
"sourceName": "228.177",
"sourceType": 3,
"transProtocol": 1
},
{
"channelCount": 1,
"createTime": "",
"decodeCapacity": 4,
"deviceId": 0,
"ip": "10.40.228.171",
"ipcType": 0,
"slotId": 255,
"sourceId": 20,
"sourceName": "10.40.228.171",
"sourceType": 3,
"transProtocol": 1
},
{
"channelCount": 1,
"createTime": "1759990707.7909067",
"decodeCapacity": 4,
"deviceId": 0,
"ip": "10.10.100.65",
"ipcType": 0,
"slotId": 255,
"sourceId": 2,
"sourceName": "10.10.100.65",
"sourceType": 3,
"transProtocol": 1
}
]
},
"msg": "",
"sign": "",
"status": 0
}