bluemax-ips-remove-blacklist-rule-batch
Remove blacklist rules from the BLUEMAX IPS device in batch.
The rule ID is read from each input row's 'id' field. After processing all rows, invoke bluemax-ips-blacklist-commit to apply pending changes. Per-row result is written to '_result' ('success' or 'fail') and '_error' fields.
bluemax-ips-remove-blacklist-rule-batch profile=VALUE
- profile=VALUE
- Required. Connect profile name of BLUEMAX IPS
Output Fields
| Field | Type | Name | Description |
|---|---|---|---|
| id | Integer | Rule ID | ID of the removed blacklist rule. |
| _result | String | Result | 'success' when the rule is removed, 'fail' otherwise. |
| _error | String | Error | Error message when _result is 'fail'. |