{ "id":"/axapi/v3/slb/template/http/{name}/http-protocol-check", "type":"object", "node-type":"scalar", "title":"http-protocol-check", "partition-visibility":"shared", "description":"HTTP protocol compliance check", "properties":{ "h2up-content-length-alias":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'drop': Drop the request and send 400 to the client side; ", "enum":[ "drop" ], "optional":true }, "malformed-h2up-header-value":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'drop': Drop the request and send 400 to the client side; ", "enum":[ "drop" ], "optional":true }, "malformed-h2up-scheme-value":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'drop': Drop the request and send 400 to the client side; ", "enum":[ "drop" ], "optional":true }, "h2up-with-transfer-encoding":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'drop': Drop the request and send 400 to the client side; ", "enum":[ "drop" ], "optional":true }, "multiple-content-length":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'drop': Drop the request and send 400 to the client side; ", "enum":[ "drop" ], "optional":true }, "multiple-transfer-encoding":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'drop': Drop the request and send 400 to the client side; ", "enum":[ "drop" ], "optional":true }, "transfer-encoding-and-content-length":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'drop': Drop the request and Send 400 to the client side; ", "enum":[ "drop" ], "optional":true }, "get-and-payload":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'drop': Drop the request and send 400 to the client side; ", "enum":[ "drop" ], "optional":true }, "h2up-with-host-and-auth":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'drop': Drop the request and send 400 to the client side; ", "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 }, "header-filter-rule-list":{ "type":"array", "minItems":1, "items":{ "type":"header-filter-rule" }, "uniqueItems":true, "$ref":"/axapi/v3/slb/template/http/{name}/http-protocol-check/header-filter-rule/{seq-num}", "array":[ { "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 } }, "required":[ "seq-num" ] } ] } } }