The method allows to retrieve correlations according to the given parameters.
Parameters
(object)
Parameters defining the desired output.
The method supports the following parameters.
an array of objects;
the count of retrieved objects, if the
countOutput
parameter has been used.
Examples
Retrieve correlations
Retrieve all configured correlations together with correlation conditions and operations. The filter uses the “and/or” evaluation type, so the formula
property is empty and eval_formula
is generated automatically.
Response:
{
"jsonrpc": "2.0",
{
"name": "Correlation 1",
"description": "",
"status": "0",
"filter": {
"evaltype": "0",
"formula": "",
"conditions": [
{
"type": "3",
"oldtag": "error",
"newtag": "ok",
}
"eval_formula": "A"
},
"operations": [
{
"type": "0"
}
]
}
],
"id": 1
}