{ "id":"/axapi/v3/health/monitor/{name}/method/ldap", "type":"object", "node-type":"scalar", "title":"ldap", "partition-visibility":"shared", "description":"LDAP type", "properties":{ "ldap":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"LDAP type", "optional":true }, "ldap-port":{ "type":"number", "format":"number", "minimum":1, "maximum":65534, "default":389, "partition-visibility":"shared", "description":"Specify the LDAP port (Speciry port number, default is 389, or 636 if LDAP over SSL)", "optional":true }, "ldap-security":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'overssl': Set LDAP over SSL; 'StartTLS': LDAP switch to TLS; ", "enum":[ "overssl", "StartTLS" ], "optional":true }, "ldap-binddn":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Specify the distinguished name for bindRequest (LDAP DN distinguished name)", "optional":true }, "ldap-password":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Specify the user password", "optional":true }, "ldap-password-string":{ "type":"string", "format":"password", "minLength":1, "maxLength":31, "partition-visibility":"shared", "description":"Configure password, '' means empty password", "optional":true }, "ldap-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 }, "ldap-run-search":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Specify a query to be executed", "optional":true }, "BaseDN":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Specify LDAP DN distinguished name", "optional":true }, "ldap-query":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":255, "partition-visibility":"shared", "description":"LDAP query to be excuted", "optional":true }, "AcceptResRef":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Mark server up on receiving a search result reference response", "optional":true }, "AcceptNotFound":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Mark server up on receiving a not-found response", "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 } } }