Use this API to update the Correlation rule to activate state.
Once the Correlation rule is created, by default, it is in an active state.
Parameter |
Mandatory/Optional |
Data Type |
Description |
---|---|---|---|
autoCorrelationRuleId |
Mandatory |
String |
ID of the rule you want to activate. |
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"
}