{ "id":"/axapi/v3/health/monitor/{name}/method/database", "type":"object", "node-type":"scalar", "title":"database", "partition-visibility":"shared", "description":"DATABASE type", "properties":{ "database":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"DATABASE type", "optional":true }, "database-name":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'mssql': Specify MSSQL database; 'mysql': Specify MySQL database; 'oracle': Specify Oracle database; 'postgresql': Specify PostgreSQL database; ", "enum":[ "mssql", "mysql", "oracle", "postgresql" ], "optional":true }, "db-name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":31, "partition-visibility":"shared", "description":"Specify the database name", "optional":true }, "db-username":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":31, "partition-visibility":"shared", "description":"Specify the username", "optional":true }, "db-password":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Specify the user password", "optional":true }, "db-password-str":{ "type":"string", "format":"password", "minLength":1, "maxLength":31, "partition-visibility":"shared", "description":"Configure password", "optional":true }, "db-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 }, "db-send":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Specify the SQL query", "optional":true }, "db-receive":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":31, "partition-visibility":"shared", "not":"db-receive-integer", "description":"Specify the response string", "optional":true }, "db-row":{ "type":"number", "format":"number", "minimum":1, "maximum":10, "partition-visibility":"shared", "description":"Specify the row number for receiving", "optional":true }, "db-column":{ "type":"number", "format":"number", "minimum":1, "maximum":10, "partition-visibility":"shared", "description":"Specify the column number for receiving", "optional":true }, "db-receive-integer":{ "type":"number", "format":"number", "minimum":0, "maximum":2147483647, "partition-visibility":"shared", "not":"db-receive", "description":"Specify the response integer", "optional":true }, "db-row-integer":{ "type":"number", "format":"number", "minimum":1, "maximum":10, "partition-visibility":"shared", "description":"Specify the row number for receiving", "optional":true }, "db-column-integer":{ "type":"number", "format":"number", "minimum":1, "maximum":10, "partition-visibility":"shared", "description":"Specify the column number for receiving", "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 } } }