HTTP节点

# 功能说明

转发数据到http/https接口中

# 设计参数

参数 说明 必传 默认值
ruleType 规则节点类型 HTTP
script 脚本

# yaml配置

     smqtt:
         rules: # 规则引擎相关配置
           - ruleName: 过滤
             chain: # 规则链
               - ruleType: HTTP  # HTTP过滤器
                 script:       "{'topic':topic,'body':body,'qos':qos}"
1
2
3
4
5
6
Last Updated: 4/21/2023, 8:17:29 AM