{
"code": 0,
"data": [
{
"actions": [
{
"name": "dgiot",
"params": {
"$resource": "resource:bf00440de5",
"payload_tmpl": "${payload}",
"target_qos": 0,
"target_topic": "thing/${productid}/${clientid}/post"
}
}
],
"ctx": {
"clientid": "c_emqx",
"payload": "{\"msg\": \"hello\"}",
"qos": 1,
"topic": "t/a",
"username": "u_emqx"
},
"description": "this is republish action",
"for": "string",
"name": "dgiot",
"rawsql": "SELECT \n payload.msg as msg \n FROM \n \"t/#\" \n WHERE \n msg = 'hello'",
"test": "false"
}
]
}