{ "id":"/axapi/v3/health/monitor/{name}/method/https", "type":"object", "node-type":"scalar", "title":"https", "partition-visibility":"shared", "description":"HTTPS type", "properties":{ "https":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"HTTPS type", "optional":true }, "web-port":{ "type":"number", "format":"number", "minimum":1, "maximum":65534, "default":443, "partition-visibility":"shared", "description":"Specify HTTPS port (Port Number (default 443))", "optional":true }, "disable-sslv2hello":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Disable SSLv2Hello for HTTPs", "optional":true }, "http-version":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'http-version2': HTTP version 2 for HTTPs; 'http-version3': HTTP version 3 for HTTPs; ", "enum":[ "http-version2", "http-version3" ], "optional":true }, "https-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 }, "sni":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Server Name Indication for HTTPs", "optional":true }, "https-expect":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Specify what you expect from the response message", "optional":true }, "https-response-code":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":31, "partition-visibility":"shared", "not":"https-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 }, "https-text":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "not-list":[ "https-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":"https-text", "description":"Specify text expected with Regex", "optional":true }, "https-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 }, "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 }, "https-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 }, "https-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 }, "https-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 }, "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 }, "https-username":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":31, "partition-visibility":"shared", "description":"Specify the username", "optional":true }, "https-server-cert-name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Expect Server Cert commonName", "optional":true }, "https-password":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Specify the user password", "optional":true }, "https-password-string":{ "type":"string", "format":"password", "minLength":1, "maxLength":31, "partition-visibility":"shared", "description":"Configure password, '' means empty password", "optional":true }, "https-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 }, "https-kerberos-auth":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Https Kerberos Auth", "optional":true }, "https-kerberos-realm":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Specify realm of Kerberos server", "optional":true }, "https-kerberos-kdc":{ "type":"object", "properties":{ "https-kerberos-hostip":{ "type":"string", "format":"host", "minLength":1, "maxLength":31, "partition-visibility":"shared", "not":"https-kerberos-hostipv6", "description":"Kdc's hostname(length:1-31) or IP address" }, "https-kerberos-hostipv6":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "not":"https-kerberos-hostip", "description":"Server's IPV6 address" }, "https-kerberos-port":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "partition-visibility":"shared", "description":"Specify the kdc port" }, "https-kerberos-portv6":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "partition-visibility":"shared", "description":"Specify the kdc port" } } }, "cert-key-shared":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Select shared partition", "optional":true }, "cert":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":255, "partition-visibility":"shared", "description":"Specify client certificate (Certificate name)", "optional":true }, "key":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":255, "partition-visibility":"shared", "description":"Specify client private key (Key name)", "optional":true }, "key-pass-phrase":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Client private key password phrase", "optional":true }, "key-phrase":{ "type":"string", "format":"password", "minLength":1, "maxLength":31, "partition-visibility":"shared", "description":"Password Phrase", "optional":true }, "https-key-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 }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } } }