Disable Alert Rule API

Use this API to disable an alert rule. 

POST/fim/v3/alert/rules/{ruleId}/disable

Input ParametersInput Parameters

Parameter

Mandatory/Optional

Data Type

Description

ruleId  Mandatory  String Provide the ID of the alert rule you want to disable.

SampleSample

API Request

curl -X POST 
<qualys_base_url>/fim/v3/alert/rules/{ruleId}/disable 
-H 'authorization: Bearer <token>' 
-H 'content-type: application/json'

Response

{
   "disabled": true
}