{ "id":"/axapi/v3/ldap-server/host/ipv6/{ipv6-addr}", "type":"object", "node-type":"list", "title":"ipv6", "partition-visibility":"shared", "description":"Specify the hostname of ldap server", "properties":{ "ipv6-addr":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "description":"IPV6 address of ldap server", "optional":false }, "domain":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Configure AD domain name", "optional":true }, "ipv6-addr-cfg":{ "type":"object", "properties":{ "port":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "partition-visibility":"shared", "description":"Specify the LDAP server's port (default 3268 without ssl or 3269 with ssl)" }, "ssl":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Use SSL" }, "timeout":{ "type":"number", "format":"number", "minimum":1, "maximum":60, "partition-visibility":"shared", "description":"Specify the LDAP server's timeout (default 3)" } } }, "cn-value":{ "type":"string", "format":"string", "minLength":1, "maxLength":31, "partition-visibility":"shared", "description":"LDAP common name identifier (i.e.: cn, uid)", "optional":true }, "group":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Configure the group DN which user belongs to", "optional":true }, "base":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Configure the group DN which user belongs to", "optional":true }, "dn-value":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"LDAP distinguished name (dn)", "optional":true }, "domain-cfg":{ "type":"object", "properties":{ "port":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "partition-visibility":"shared", "description":"Specify the LDAP server's port (default 389 without ssl or 636 with ssl)" }, "ssl":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Use SSL" }, "timeout":{ "type":"number", "format":"number", "minimum":1, "maximum":60, "partition-visibility":"shared", "description":"Specify the LDAP server's timeout (default 3)" } } }, "port-cfg":{ "type":"object", "properties":{ "port":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "partition-visibility":"shared", "description":"Specify the LDAP server's port (default 389 without ssl or 636 with ssl)" }, "ssl":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Use SSL" }, "timeout":{ "type":"number", "format":"number", "minimum":1, "maximum":60, "partition-visibility":"shared", "description":"Specify the LDAP server's timeout (default 3)" } } }, "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":[ "ipv6-addr" ], "required":[ "ipv6-addr" ] }