获取
此方法允许根据给定的参数检索关联。
此方法对于任何用户可用。可以在用户角色设置中撤销调用该方法的权限。更多信息请查看 用户角色。
Parameters
此方法支持以下参数。
(integer/array)
返回其中之一:
- 一个对象数组;
- 如果使用了 countOutput 参数,将返回获取对象的数量。
示例
检索关联
请求:
响应:
{
"jsonrpc": "2.0",
"result": [
{
"name": "Correlation 1",
"description": "",
"status": "0",
"filter": {
"evaltype": "0",
"formula": "",
"conditions": [
{
"type": "3",
"oldtag": "error",
"newtag": "ok",
}
"eval_formula": "A"
},
"operations": [
{
"type": "0"
}
]
}
],
}