{ "id":"/axapi/v3/ddos/interface-http-health-check", "type":"object", "node-type":"scalar", "title":"interface-http-health-check", "partition-visibility":"shared", "description":"Use DST Interface-ip entry as HTTP health-check target", "properties":{ "enable":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'enable': enable; ", "enum":[ "enable" ], "optional":false }, "challenge-method":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'http-redirect': http-redirect; 'javascript': javascript; ", "enum":[ "http-redirect", "javascript" ], "optional":true }, "challenge-redirect-code":{ "type":"string", "format":"enum", "default":"302", "partition-visibility":"shared", "description":"'302': 302 Found; '307': 307 Temporary Redirect; ", "enum":[ "302", "307" ], "optional":true }, "challenge-uri-encode":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Encode the challenge phrase in uri instead of in http cookie. Default encoded in http cookie", "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 } } }