{ "id":"/axapi/v3/health/monitor/{name}/method/kerberos-kdc", "type":"object", "node-type":"scalar", "title":"kerberos-kdc", "partition-visibility":"shared", "description":"Kerberos KDC type", "properties":{ "kerberos-cfg":{ "type":"object", "properties":{ "kinit":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "not-list":[ "kadmin", "kpasswd" ], "description":"Kerberos KDC" }, "kinit-pricipal-name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Specify the principal name" }, "kinit-password":{ "type":"string", "format":"password", "minLength":1, "maxLength":31, "partition-visibility":"shared", "description":"Password" }, "kinit-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)" }, "kinit-kdc":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Specify the kdc server, host|ip [:port]" }, "tcp-only":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Specify the kerberos tcp only" }, "kadmin":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "not-list":[ "kinit", "kpasswd" ], "description":"Kerberos admin" }, "kadmin-realm":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Specify the realm" }, "kadmin-pricipal-name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Specify the principal name" }, "kadmin-password":{ "type":"string", "format":"password", "minLength":1, "maxLength":31, "partition-visibility":"shared", "description":"Password" }, "kadmin-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)" }, "kadmin-server":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Specify the admin server, host|ip [:port]" }, "kadmin-kdc":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Specify the kdc server, host|ip [:port]" }, "kpasswd":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "not-list":[ "kinit", "kadmin" ], "description":"Kerberos change passwd" }, "kpasswd-pricipal-name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Specify the principal name" }, "kpasswd-password":{ "type":"string", "format":"password", "minLength":1, "maxLength":31, "partition-visibility":"shared", "description":"Password" }, "kpasswd-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)" }, "kpasswd-server":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Specify the Kerberos password server, host|ip [:port]" }, "kpasswd-kdc":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Specify the kdc server, host|ip [:port]" } } }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } } }