| Field | Description |
|---|---|
| deviceId | Device ID |
| seqPageIndex | The page numbers start from 0, thus the smallest value to be passed is 1. |
| seqPageSize | Number of data on each page |
| decodeCapacity | IPC specifications (optional) 2: 2 million pixels, 3: 4 million pixels, 1: 8 million pixels, 4: 12 million pixels |
| name | IPC source name (optional) |
| ip | IPC source IP (optional) |
| sourceType | Source type |
| ipcType | IPC type (0: IPC, 1: NVR) |
| channelCount | Channel quantity |
| slotId | Slot ID |
| nums | Quantity |
| transProtocol: Streaming protocol (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": "TestName1",
"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
}