{
"Transport": "TCP",
"TransportMode": "TCP",
"DeviceName": "111111",
"SmsHost": "",
"DeviceType": "ipc",
"DeviceIp": "",
"DevicePort": 8000,
"DeviceUserName": "",
"AppKey": "",
"SecretKey": "",
"DeviceUserPW": "",
"Manufacturer": "EasyCVR",
"Enable": true,
"ServerID": "EasyCVR_NODE_01",
"GatApeID": "",
"GatUserId": "",
"GatPassword": "",
"GatMaxCount": null,
"ClusterServerID": "EasyCVR_NODE_01",
"MediaTransportMode": ""
}curl --location --request POST '/api/v1/adddevice' \
--header 'Token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3NDYwMDM3MDcsInB3IjoiMjZlNTRkNTk2YzJkMWJlMmVhMWZmMmNjZjE4NDA5ZmYiLCJ0bSI6MTc0NTM5ODkwNywidW4iOiJlYXN5Y3ZyIn0.xTqhyfe2NH7gugZHsQEjQCQkSrDbkFv3jtjOrSwfCus' \
--header 'Content-Type: application/json' \
--data-raw '{
"Transport": "TCP",
"TransportMode": "TCP",
"DeviceName": "111111",
"SmsHost": "",
"DeviceType": "ipc",
"DeviceIp": "",
"DevicePort": 8000,
"DeviceUserName": "",
"AppKey": "",
"SecretKey": "",
"DeviceUserPW": "",
"Manufacturer": "EasyCVR",
"Enable": true,
"ServerID": "EasyCVR_NODE_01",
"GatApeID": "",
"GatUserId": "",
"GatPassword": "",
"GatMaxCount": null,
"ClusterServerID": "EasyCVR_NODE_01",
"MediaTransportMode": ""
}'{
"EasyDarwin": {
"Header": {
"CSeq": "1",
"Version": "v1",
"MessageType": "MSG_SC_SERVER_ADD_DEVICCE_ACK",
"ErrorNum": "200",
"ErrorString": "Success OK"
},
"Body": {
"DeviceID": 44
}
}
}