Deactivate Correlation Rule API

Use this API to deactivate the auto correlation rule.

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

Input ParametersInput Parameters

Parameter

Mandatory/Optional

Data Type

Description

autoCorrelationRuleId

Mandatory

String

Provide ID of the rule you want to deactivate.

SampleSample

API Request

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

Response

{
    "status": "DEACTIVATED"
}