Activate Correlation Rule API
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.
Input ParametersInput Parameters
Parameter |
Mandatory/ |
Data Type |
Description |
---|---|---|---|
autoCorrelationRuleId |
Mandatory |
String |
ID of the rule you want to activate. |
Sample: Activate correlation ruleSample: Activate correlation rule
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"
}