NSX-T Data Center REST API
Create or update a ALBwafpolicypsmgroup
If a ALBwafpolicypsmgroup with the alb-wafpolicypsmgroup-id is not already present,create a new ALBwafpolicypsmgroup. If it already exists, update the
ALBwafpolicypsmgroup. This is a full replace.
This API is only available when using VMware NSX-T.
Request:
Method:
PATCH
URI Path(s):
/policy/api/v1/infra/alb-waf-policy-psm-groups/<alb-wafpolicypsmgroup-id>
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
ALBWafPolicyPSMGroup+
Example Request:
{ "display_name": "test-waf_policy_PSMGroup", "enable": true, "hit_action": "WAF_ACTION_ALLOW_PARAMETER", "is_learning_group": false, "miss_action": "WAF_ACTION_NO_OP" }Successful Response:
Response Code:
200 OK
Response Headers:
n/a
Response Body:
n/a