This method allows to create new correlations.该方法允许创建新的关联

    Parameters 参数

    Correlations to create.关联创建。

    Additionally to the standard correlation properties, the method accepts the following parameters.除了标准的相关属性,该方法接受以下参数。

    Examples 例子

    Create a new event tag correlation创建一个新的事件标签关联

    Create a correlation using evaluation method with one condition and one operation. By default the correlation will be enabled.使用评估方法“AND / OR”创建一个相关性,具有一个条件和一个操作。默认情况下,关联将被启用。

    Request:

    Response:

    Using a custom expression filter使用自定义表达式过滤器

    Request:

    Response:

    Source来源

    CCorrelation::create() in frontends/php/include/classes/api/services/CCorrelation.php.