六小象SDK(Windows)
首页
语言/Langguage
  • 中文
  • English
首页
语言/Langguage
  • 中文
  • English
  1. Automatic syncing
  • Get started quickly
  • Docking availability
  • Functional classification
  • Features
    • Device activation
  • gRPC interface
    • gRPC interface documentation
  • HTTP interface
    • Version information
      • GetVersion to get version information
      • GetLatestVersion to get the latest version
    • Advanced configuration
      • AdvancedConfigGet - AdvancedConfigGet
      • AdvancedConfigSet Advanced Config - Modify
    • Camera management
      • CameraEnum Camera-enumeration device
      • CameraChange camera-device switching
      • CameraDetectRangeGet Camera-Recognition Area Get
      • CameraDetectRangeSet Camera-Recognition Area Modification
    • Device management
      • DeviceGetInfo device-get-info
      • DeviceActivate Device - Activate
      • DeviceShopChange - Store Modification
    • 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
      • SkuFeatQueryImage Product Features - Query the learned image
      • SkuFeatQuery Product Features - Query feature information
      • SkuFeatRemove Product Features - Removes the specified characteristics of a specified product
      • SkuFeatClear Product Features - Clears all characteristics of the specified product
    • Learning data
      • LearnDataUpload Learning Data - Upload
      • LearnDataClear Learning Data - Empty
    • Algorithmic models
      • AlgoModelEnum algorithm model-enumeration
      • AlgoModelChange algorithm model-switching
    • Product data
      • SkuDataImport Product Data - Import
      • SkuDataDelete - Delete
      • SkuDataIconMatch Product Data - Main Image Match
    • Automatic syncing
      • AutoSyncGetSelfInfo Auto Sync - Get native information
        POST
      • AutoSyncGetGroupsInfo - Get grouping table information
        POST
      • AutoSyncRemoveDevice Auto Sync - Remove the device
        POST
      • AutoSyncJoinGroup
        POST
      • AutoSyncExitGroup Auto-sync-exit group
        POST
      • AutoSyncSetIntervalTime - Set the interval
        POST
      • AutoSyncUpdateDataSyncRule - Updates the data synchronization rule
        POST
      • AutoSyncCreateGroup Auto Sync - Create a group
        POST
      • AutoSyncUpdateGroupName Auto Sync - Update the group name
        POST
  1. Automatic syncing

AutoSyncGetSelfInfo Auto Sync - Get native information

POST
/rpc/autosync/get/self/info
Automatic syncing
Permissions:
1.
Only the activated state can be called

请求参数

Body 参数application/json
object {0}
示例
{}

返回响应

🟢200A successful response.
application/json
Body
code
enum<integer> <int32>
必需
0: Unknown anomaly
1: Success
1000: The PCI NIC of the device has been disabled
1001: Device camera abnormal
1002: Image decoding failed
1003: Image encoding failed
1004: Network abnormal
1005: The ECS is abnormal
1006: Abnormal input parameters
1007: Exported learning data is empty
1500: The device is not activated
1501: The device activation status has expired
1503: Device system time is abnormal
2000: Erlang God's algorithm is abnormal
2500: Bai Ze's algorithm is abnormal
枚举值:
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>
必需
0: Automatic Synchronization Data Synchronization Rule: Disables data synchronization
1: Automatic synchronization data synchronization rules: Two-way data synchronization
2: Auto-sync data synchronization rules: Send data only
3: Auto-sync data synchronization rules: Receive data only
枚举值:
0123
默认值:
0
dataPullRule
enum<integer> <int32>
必需
0: Full export
1: Incremental export of product dimensions
2: Incremental export of feature dimensions
枚举值:
012
默认值:
0
dataImportRule
enum<integer> <int32>
必需
0: full import
1: Incremental import of product dimensions
2: Incremental import of feature dimensions
3: Full import in strict mode
4: Import the product dimension incrementally in strict mode
5: Strict mode feature dimension is imported incrementally
枚举值:
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
    }
}
上一页
SkuDataIconMatch Product Data - Main Image Match
下一页
AutoSyncGetGroupsInfo - Get grouping table information
Built with