Service: zimbraAdmin

Command: GetAccountLoggers
Namespace: urn:zimbraAdmin
Description: Returns custom loggers created for the given account since the last server start. If the request is sent to a server other than the one that the account resides on, it is proxied to the correct server.
Properties:
Authorization token required true
Admin Authorization token required true

GetAccountLoggersRequest

    <GetAccountLoggersRequest> ## GetAccountLoggersRequest
        <id>{id} (String)</id>
        <account by="{acct-selector-by} (adminName | appAdminName | id | foreignPrincipal | name | krb5Principal)">{key}</account> ## AccountSelector
    </GetAccountLoggersRequest>

elements and attributes you can define within a <GetAccountLoggersRequest> element:

XPath Required / Optional Description
/id Optional (0 or 1) Type: {id} (String)
Deprecated - use account instead
/account Optional (0 or 1) Type: {key}
Use to select account
Description for element text content:The key used to identify the account. Meaning determined by {acct-selector-by}
/account@by Required (only 1) Type: adminName | appAdminName | id | foreignPrincipal | name | krb5Principal
Select the meaning of {acct-selector-key}

GetAccountLoggersResponse

    <GetAccountLoggersResponse> ## GetAccountLoggersResponse
        (<logger category="{category-name}" [level="(error | warn | info | debug | trace)"] /> ## LoggerInfo)*
    </GetAccountLoggersResponse>

elements and attributes you can define within a <GetAccountLoggersResponse> element:

XPath Required / Optional Description
/logger Optional (0 or more) Information for custom loggers created for the given account since the last server start.
/logger@category Required (only 1) Type: String
name of the logger category
/logger@level Optional (0 or 1) Type: error | warn | info | debug | trace
level of the logging.