- Get started quickly
- Docking availability
- Functional classification
- Features
- gRPC interface
- HTTP interface
- Version information
- Advanced configuration
- Camera management
- Device management
- Intelligent recognition
- AiPushWeight intelligently recognizes and pushes weight information
- AiImageDetectIgnoreSet - Image Detection Filtering Settings
- AiRegisterResultCallback - Callback of the registration recognition result
- AiUnsafeMatching Intelligent Recognition - Non-Security AI Recognition (Strongly Not Recommended)
- AiLearning
- AiFastLearning Intelligent Recognition - Fast Learning
- Product features
- Learning data
- Algorithmic models
- Product data
- Automatic syncing
- AutoSyncGetSelfInfo Auto Sync - Get native informationPOST
- AutoSyncGetGroupsInfo - Get grouping table informationPOST
- AutoSyncRemoveDevice Auto Sync - Remove the devicePOST
- AutoSyncJoinGroupPOST
- AutoSyncExitGroup Auto-sync-exit groupPOST
- AutoSyncSetIntervalTime - Set the intervalPOST
- AutoSyncUpdateDataSyncRule - Updates the data synchronization rulePOST
- AutoSyncCreateGroup Auto Sync - Create a groupPOST
- AutoSyncUpdateGroupName Auto Sync - Update the group namePOST
AutoSyncGetSelfInfo Auto Sync - Get native information
POST
/rpc/autosync/get/self/info
Automatic syncing
1.
请求参数
Body 参数application/json
object {0}
示例
{}
返回响应
🟢200A successful response.
application/json
Body
code
enum<integer> <int32>
必需
枚举值:
011000100110021003100410051006100715001501150320002500
默认值:
0
msg
string
Status reason
data
object (AutoSyncGetSelfInfoReply_Data Declare the response data structure)
可选
deviceSN
string
Native SN
hostName
string
The hostname of the machine
systemType
enum<integer> <int32>
必需
枚举值:
0123
默认值:
0
algoModelCode
integer <int64>
The code name of the algorithm model used by the machine
groupID
string
The ID of the group to which the machine belongs
groupName
string
The name of the group to which the machine belongs
dataSyncRule
enum<integer> <int32>
必需
枚举值:
0123
默认值:
0
dataPullRule
enum<integer> <int32>
必需
枚举值:
012
默认值:
0
dataImportRule
enum<integer> <int32>
必需
枚举值:
012345
默认值:
0
groupUpdateAt
string <uint64>
The time when the grouping information was last updated (millisecond timestamp)
broadcastInterval
integer <int64>
Native Broadcast Time Interval (seconds)
pullInterval
integer <int64>
Local Data Pull Interval (min)
示例
{
"code": 0,
"msg": "string",
"data": {
"deviceSN": "string",
"hostName": "string",
"systemType": 0,
"algoModelCode": 0,
"groupID": "string",
"groupName": "string",
"dataSyncRule": 0,
"dataPullRule": 0,
"dataImportRule": 0,
"groupUpdateAt": "string",
"broadcastInterval": 0,
"pullInterval": 0
}
}