remove_threshold_from_rule

Use this API to remove a threshold from a violation policy rule that creates an active threat analytics case type.

This API is available in Guardium V11.2 and later.

REST API syntax

This API is available as a REST service with the PUT method. Call this API as follows:
PUT https://[Guardium hostname or IP address]:8443/restAPI/remove_threshold_from_rule

GuardAPI syntax

remove_threshold_from_rule parameter=value

Parameters

Parameter Value type Description
policy_name String Required. The policy that has the rule that you want to delete. Use the API list_policy to view policies.
rule_name String Required. The rule that you want to delete the threshold from. Use the API list_policy_rules to view rules.

Examples

To remove the threshold from ruleNNN in policyAAA:
grdapi remove_threshold_from_rule policy_name=policyAAA rule_name=ruleNNN