| Description |
|---|
| deviceId: Device ID |
| slotId: Slot ID |
| montageId: Mosaic source ID |
| name: Template name |
| isUsed: 0: used, 1: not used |
| row: Row |
| column: Column |
| streamId: Stream ID |
| x,y: Horizontal and vertical coordinates |
| width,height: Width and height |
| zorder: Template z-order |
| id: “0-0”: Cell position |
{
"body": {
"slotId": 2,
"montageId": 0,
"name": "Template 2122",
"isUsed": 1,
"row": 3,
"column": 2,
"templateId": 1,
"deviceId": 0,
"streamList": [
{
"streamId": 38,
"x": 0,
"y": 0,
"width": 1920,
"height": 720,
"channelName": "Channel_01",
"streamIndex": 0,
"index": 0
},
{
"streamId": 39,
"x": 1920,
"y": 1440,
"width": 1920,
"height": 720,
"channelName": "Channel_01",
"streamIndex": 1,
"index": 1
}
]
},
"sign": "MjI0OGYzMGQwMjhlMmI4YTNmMjM2MjE3MjYzYTFkODg=",
"pId": "1",
"timeStamp": "1631949094265"
}curl --location --request POST '/open/api/ipc/IPCMontageTemplateUpdate' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": {
"slotId": 2,
"montageId": 0,
"name": "Template 2122",
"isUsed": 1,
"row": 3,
"column": 2,
"templateId": 1,
"deviceId": 0,
"streamList": [
{
"streamId": 38,
"x": 0,
"y": 0,
"width": 1920,
"height": 720,
"channelName": "Channel_01",
"streamIndex": 0,
"index": 0
},
{
"streamId": 39,
"x": 1920,
"y": 1440,
"width": 1920,
"height": 720,
"channelName": "Channel_01",
"streamIndex": 1,
"index": 1
}
]
},
"sign": "MjI0OGYzMGQwMjhlMmI4YTNmMjM2MjE3MjYzYTFkODg=",
"pId": "1",
"timeStamp": "1631949094265"
}'{
"data": {},
"msg": "",
"status": 0
}