device_data_push
Push device data to approved destinations after validating identity, desensitizing, and encrypting payloads, with resumable delivery and audit trail.
Instructions
数据上行通道(G11):设备门禁 → 采集声明校验(默认空=不上行,opt-in)→ 脱敏 → AES-256-GCM 加密入队(WAL 暂存断网不丢,游标续传不重传已 ack 段)→ 审计留痕 + 计量进 worklog。原始数据不出设备。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| payload | Yes | 上行内容明文(入队前脱敏 + 加密) | |
| category | Yes | 数据类别(须在采集声明内) | |
| identity | Yes | 设备身份码(AgentIdentity JSON——须过 gateDevice 闸门) | |
| destination | No | 目的地端点标识(与声明核对) |