NSX-T Data Center REST API
ALBWafApplicationSignatures (type)
{
"additionalProperties": false,
"description": "Advanced load balancer WafApplicationSignatures object",
"id": "ALBWafApplicationSignatures",
"module_id": "PolicyAdvancedLoadBalancer",
"properties": {
"rule_overrides": {
"description": "Override attributes of application signature rules.",
"items": {
"$ref": "ALBWafRuleOverrides
},
"required": false,
"title": "Rule overrides",
"type": "array"
},
"ruleset_version": {
"description": "The version in use of the provided ruleset.",
"required": false,
"title": "Ruleset version",
"type": "string"
},
"selected_applications": {
"description": "List of applications for which we use the rules from the WafApplicationSignatureProvider. Maximum of 8 items allowed.",
"items": {
"type": "string"
},
"required": false,
"title": "Selected applications",
"type": "array"
}
},
"title": "WafApplicationSignatures",
"type": "object"
}