{ "id":"/axapi/v3/aam/authentication/server/oper", "type":"object", "node-type":"scalar", "title":"server", "description":"Operational Status for the object server", "properties":{ "oper":{ "type":"object", "properties":{ "rserver-count":{ "type":"number", "format":"number" }, "rport-count":{ "type":"number", "format":"number" }, "rserver-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "server-name":{ "type":"string", "format":"string" }, "host":{ "type":"string", "format":"string" }, "ip":{ "type":"string", "format":"string" }, "hm":{ "type":"string", "format":"string" }, "status":{ "type":"string", "format":"string" }, "max-conn":{ "type":"number", "format":"number" }, "weight":{ "type":"number", "format":"number" }, "rport-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "port":{ "type":"number", "format":"number" }, "protocol":{ "type":"string", "format":"string" }, "port-state":{ "type":"string", "format":"string" }, "port-hm":{ "type":"string", "format":"string" }, "port-status":{ "type":"string", "format":"string" }, "port-max-conn":{ "type":"number", "format":"number" }, "port-weight":{ "type":"number", "format":"number" }, "sg-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "sg-name":{ "type":"string", "format":"string" }, "sg-state":{ "type":"string", "format":"string" } } } ] } } } ] } } } ] }, "name":{ "type":"string", "format":"string" }, "part-id":{ "type":"number", "format":"number" }, "get-count":{ "type":"string", "format":"string" } } }, "ldap":{ "type":"object", "$ref":"/axapi/v3/aam/authentication/server/ldap", "properties":{ "oper":{ "type":"object", "properties":{ "ldaps-server-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "ldap-uri":{ "type":"string", "format":"string" }, "ldaps-idle-conn-num":{ "type":"number", "format":"number" }, "ldaps-idle-conn-fd-list":{ "type":"string", "format":"string" }, "ldaps-inuse-conn-num":{ "type":"number", "format":"number" }, "ldaps-inuse-conn-fd-list":{ "type":"string", "format":"string" } } } ] } } } } }, "ocsp":{ "type":"object", "$ref":"/axapi/v3/aam/authentication/server/ocsp", "properties":{ "oper":{ "type":"object", "properties":{ "stats-clear-type":{ "type":"string", "format":"enum", "enum":[ "ocsp", "ocsp-stapling" ] }, "name":{ "type":"string", "format":"string" } } } } }, "windows":{ "type":"object", "$ref":"/axapi/v3/aam/authentication/server/windows", "properties":{ "oper":{ "type":"object", "properties":{ "stats-clear-type":{ "type":"string", "format":"enum", "enum":[ "windows", "kerberos", "ntlm" ] }, "name":{ "type":"string", "format":"string" } } } } } } }