delete_classifier_action
The command deletes classification actions.
This API is available in Guardium V9.5 and later.
REST API syntax
This API is available as a REST service with the
DELETE method. Call this API as follows:
DELETE https://[Guardium hostname or IP address]:8443/restAPI/classifier_action
GuardAPI syntax
delete_classifier_action parameter=valueParameters
| Parameter | Value type | Description |
|---|---|---|
| actionName | String | Required. |
| policyName | String | Required. |
| ruleName | String | Required. |
Examples
grdapi delete_classifier_action policyName=access_policy ruleName=access_rule actionName=log_access