{ "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 } } }