Activate Correlation Rule API

Use this API to update the Correlation rule to activate state.

POST/fim/v3/autocorrelation/rules/{autoCorrelationRuleId}/activate

Once the Correlation rule is created, by default, it is in an active state.

Input ParametersInput Parameters

Parameter

Mandatory/Optional

Data Type

Description

autoCorrelationRuleId

Mandatory

String

 ID of the rule you want to activate.

SampleSample

API Request

curl -X POST 
<qualys_base_url>/fim/v3/autocorrelation/rules/{autoCorrelationRuleId}/activate 
-H 'authorization: Bearer <token>' 
-H 'content-type: application/json’

Response

{
    "status": "ACTIVATED"
}