This method allows to create new triggers此方法允许创建新的触发器.
(object/array)
Triggers to create需要去创建的触发器.
The trigger expression has to be given in its expanded form触发器表达式必须以其扩展形式给出.
Returns an object containing the IDs of the created triggers under the triggerids
property. The order of the returned IDs matches the order of the passed triggers.返回一个包含triggerids
属性下创建触发器的ID的对象.返回的ID的顺序与传递的触发器的顺序相匹配。
Creating a trigger创建一个触发器
Request请求:
Response响应:
- {
- "jsonrpc": "2.0",
- "result": {
- "17369",
- "17370"
- ]
- },
- }