{ "id":"/axapi/v3/slb/template/http/{name}/http-protocol-check/header-filter-rule/{seq-num}", "type":"object", "node-type":"list", "title":"header-filter-rule", "partition-visibility":"shared", "description":"Header filter rules", "properties":{ "seq-num":{ "type":"number", "format":"number", "minimum":0, "maximum":4, "partition-visibility":"shared", "description":"Specify a sequence number", "optional":false }, "match-type-value":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'full-text': Full text match; 'pcre': PCRE match; ", "enum":[ "full-text", "pcre" ], "optional":true }, "header-name-value":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Header name value", "optional":true }, "header-value-value":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Header value", "optional":true }, "action-value":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'drop': Drop the request; ", "enum":[ "drop" ], "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true }, "user-tag":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Customized tag", "optional":true } }, "object-keys":[ "seq-num" ], "required":[ "seq-num" ] }