{ "id":"/axapi/v3/aam/authentication/global", "type":"object", "node-type":"scalar", "title":"global", "partition-visibility":"shared", "auto-created-object":1, "description":"Global AAM authentication statistics", "properties":{ "max-auth-resp-size":{ "type":"number", "format":"number", "minimum":2048, "maximum":131072, "default":65536, "partition-visibility":"shared", "description":"Specify the max auth resp size in bytes(from authd to a10lb), default is 64KB", "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 }, "sampling-enable":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "counters1":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'all': all; 'requests': Total Authentication Request; 'responses': Total Authentication Response; 'misses': Total Authentication Request Missed; 'ocsp-stapling-requests-to-a10authd': Total OCSP Stapling Request; 'ocsp-stapling-responses-from-a10authd': Total OCSP Stapling Response; 'opened-socket': Total AAM Socket Opened; 'open-socket-failed': Total AAM Open Socket Failed; 'connect': Total AAM Connection; 'connect-failed': Total AAM Connect Failed; 'created-timer': Total AAM Timer Created; 'create-timer-failed': Total AAM Timer Creation Failed; 'total-request': Total Request Received by A10 Auth Service; 'get-socket-option-failed': Total AAM Get Socket Option Failed; 'aflex-authz-succ': Total Authorization success number in aFleX; 'aflex-authz-fail': Total Authorization failure number in aFleX; 'authn-success': Total Authentication success number; 'authn-failure': Total Authentication failure number; 'authz-success': Total Authorization success number; 'authz-failure': Total Authorization failure number; 'active-session': Total Active Auth-Sessions; 'active-user': Total Active Users; 'dns-resolve-failed': Total AAM DNS resolve failed; 'domain-wlist-match': Total DOMAIN WHITELIST match number; 'domain-wlist-unmatch': Total DOMAIN WHITELIST unmatch number; 'auth_ctx_num': Total Auth Contexts; ", "enum":[ "all", "requests", "responses", "misses", "ocsp-stapling-requests-to-a10authd", "ocsp-stapling-responses-from-a10authd", "opened-socket", "open-socket-failed", "connect", "connect-failed", "created-timer", "create-timer-failed", "total-request", "get-socket-option-failed", "aflex-authz-succ", "aflex-authz-fail", "authn-success", "authn-failure", "authz-success", "authz-failure", "active-session", "active-user", "dns-resolve-failed", "domain-wlist-match", "domain-wlist-unmatch", "auth_ctx_num" ] } } } ] } } }