NSX-T Data Center REST API
Create or update a ALBWafPolicyPSMGroup
If a ALBWafPolicyPSMGroup with the alb-WafPolicyPSMGroup-id is notalready 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:
              PUT
            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:
                  
                  Content-type: application/json
                Response Body:
    ALBWafPolicyPSMGroup+
  