{ "id":"/axapi/v3/slb/template/captcha/instance/{name}", "type":"object", "node-type":"list", "title":"instance", "partition-visibility":"shared", "description":"CAPTCHA template instance", "properties":{ "name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Specify captcha template name", "optional":false }, "default-captcha":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Specify the default CAPTCHA service", "optional":true }, "captcha-type":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'reCAPTCHAv2-checkbox': Google reCAPTCHAv2 Checkbox; 'reCAPTCHAv2-invisible': Google reCAPTCHAv2 Invisible; 'reCAPTCHAv3': Google reCAPTCHAv3; ", "enum":[ "reCAPTCHAv2-checkbox", "reCAPTCHAv2-invisible", "reCAPTCHAv3" ], "optional":true }, "site-key-string":{ "type":"string", "format":"password", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Site key string", "optional":true }, "site-key-encrypted":{ "type":"encrypted", "format":"encrypted", "partition-visibility":"shared", "description":"Do NOT use this option manually. (This is an A10 reserved keyword.) (The ENCRYPTED secret string)", "optional":true }, "secret-key":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Specify the secret key", "optional":true }, "secret-key-string":{ "type":"string", "format":"password", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Secret key string", "optional":true }, "secret-key-encrypted":{ "type":"encrypted", "format":"encrypted", "partition-visibility":"shared", "description":"Do NOT use this option manually. (This is an A10 reserved keyword.) (The ENCRYPTED secret string)", "optional":true }, "url":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Specify the server URL for verifying the CAPTCHA token, default scheme is https", "optional":true }, "method":{ "type":"string", "format":"enum", "default":"POST", "partition-visibility":"shared", "description":"'POST': Uses POST method; 'GET': Uses GET method; ", "enum":[ "POST", "GET" ], "optional":true }, "timeout":{ "type":"number", "format":"number", "minimum":1, "maximum":255, "default":10, "partition-visibility":"shared", "description":"Specify the timeout time (Specify timeout value, default is 10 seconds)", "optional":true }, "secret-key-param-name":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Specify secret key parameter name (Set parameter name)", "optional":true }, "token-param-name":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Specify CAPTCHA token parameter name (Set parameter name)", "optional":true }, "resp-result-field-name":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Specify the result field name used in JSON response (Set field name)", "optional":true }, "resp-error-code-field-name":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Specify error code field name used in JSON response (Set field name)", "optional":true }, "send-client-ip":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Send the client IP address if client IP is required in the verification", "optional":true }, "client-ip-param-name":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Specify client ip parameter name (Set parameter name)", "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 } }, "object-keys":[ "name" ], "required":[ "name" ] }