correlation.update
This method allows to update existing correlations.
This method is only available to Super admin user type. Permissions to call the method can be revoked in user role settings. See for more information.
Parameters
Correlation properties to be updated.
Additionally to the , the method accepts the following parameters.
Returns an object containing the IDs of the updated correlations under the property.
Examples
Disable correlation
:
Replace conditions, but keep the evaluation method
:
Response:
Source
CCorrelation::update() in ui/include/classes/api/services/CCorrelation.php.