NSX-T Data Center REST API
Create or update a ALBwafpolicypsmgroup (Deprecated)
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 is a deprecated API. It is recommennded to use NSX Advanced Load Balancer (Avi) Controller UI or API directly instead of NSX-T ALB Policy UI and API.
This API is only available when using VMware NSX.
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