{ "id":"/axapi/v3/health/monitor/{name}/method/http", "type":"object", "node-type":"scalar", "title":"http", "partition-visibility":"shared", "description":"HTTP type", "properties":{ "http":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"HTTP type", "optional":true }, "http-port":{ "type":"number", "format":"number", "minimum":1, "maximum":65534, "default":80, "partition-visibility":"shared", "description":"Specify HTTP Port (Specify port number (default 80))", "optional":true }, "version2":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Specify HTTP version2 (Specify http version 2)", "optional":true }, "http-expect":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Specify what you expect from the response message", "optional":true }, "http-response-code":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":31, "partition-visibility":"shared", "not":"http-text", "description":"Specify response code range (e.g. 200,400-430) (Format is xx,xx-xx (xx between [100, 899]))", "optional":true }, "response-code-regex":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Specify response code range with Regex (code with Regex, such as [2-5][0-9][0-9])", "optional":true }, "http-text":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "not-list":[ "http-response-code", "text-regex" ], "description":"Specify text expected", "optional":true }, "text-regex":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "not":"http-text", "description":"Specify text expected with Regex", "optional":true }, "http-host":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Specify \"Host:\" header used in request (enclose IPv6 address in [])", "optional":true }, "http-maintenance-code":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":31, "partition-visibility":"shared", "description":"Specify response code for maintenance (Format is xx,xx-xx (xx between [100, 899]))", "optional":true }, "http-url":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Specify URL string, default is GET /", "optional":true }, "url-type":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'GET': HTTP GET method; 'POST': HTTP POST method; 'HEAD': HTTP HEAD method; ", "enum":[ "GET", "POST", "HEAD" ], "optional":true }, "maintenance":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Specify response text for maintenance", "optional":true }, "maintenance-text":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "not":"maintenance-text-regex", "description":"Specify text for maintenance", "optional":true }, "maintenance-text-regex":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "not":"maintenance-text", "description":"Specify Regex text for maintenance", "optional":true }, "url-path":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":500, "partition-visibility":"shared", "description":"Specify URL path, default is \"/\"", "optional":true }, "post-path":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":500, "partition-visibility":"shared", "description":"Specify URL path, default is \"/\"", "optional":true }, "post-type":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'postdata': Specify the HTTP post data; 'postfile': Specify the HTTP post data; ", "enum":[ "postdata", "postfile" ], "optional":true }, "http-postdata":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":255, "partition-visibility":"shared", "description":"Specify the HTTP post data (Input post data here)", "optional":true }, "http-postfile":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":31, "partition-visibility":"shared", "description":"Specify the HTTP post data (Input post data file name here)", "optional":true }, "http-username":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":31, "partition-visibility":"shared", "description":"Specify the username", "optional":true }, "http-password":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Specify the user password", "optional":true }, "http-password-string":{ "type":"string", "format":"password", "minLength":1, "maxLength":31, "partition-visibility":"shared", "description":"Specify password, '' means empty password", "optional":true }, "http-encrypted":{ "type":"encrypted", "format":"encrypted", "partition-visibility":"shared", "description":"Do NOT use this option manually. (This is an A10 reserved keyword.) (The ENCRYPTED password string)", "optional":true }, "http-kerberos-auth":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Http Kerberos Auth", "optional":true }, "http-kerberos-realm":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Specify realm of Kerberos server", "optional":true }, "http-kerberos-kdc":{ "type":"object", "properties":{ "http-kerberos-hostip":{ "type":"string", "format":"host", "minLength":1, "maxLength":31, "partition-visibility":"shared", "not":"http-kerberos-hostipv6", "description":"Kdc's hostname(length:1-31) or IP address" }, "http-kerberos-hostipv6":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "not":"http-kerberos-hostip", "description":"Server's IPV6 address" }, "http-kerberos-port":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "partition-visibility":"shared", "description":"Specify the kdc port" }, "http-kerberos-portv6":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "partition-visibility":"shared", "description":"Specify the kdc port" } } }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } } }