| Name | Type | Description |
|---|---|---|
| application-name | java.lang.String | Application Name |
| max-logins | java.lang.Integer | Maximum number of permitted logins |
| cumulative-logins-count | java.lang.Integer | Number of cumulative logins |
| warning-threshold | java.lang.Integer | Warning threshold |
| warning-threshold-time | java.util.Date | Time that the warning threshold was first breached |
| failed-logins-count | java.lang.Long | Number of logins that have failed due to max-logins being reached |
| status-text | java.lang.String | Textual status value |
| status-value | java.lang.Integer | Numeric status value |
| status-time | java.util.Date | Time that the status last changed |
| breach-time | java.util.Date | Time that the licence limit was first breached |
| Name | Type | Description |
|---|---|---|
| tradinggroup-name | java.lang.String | Asset class Name |
| max-users | java.lang.Long | Licenced maximum users |
| cumulative-users-count | java.lang.Integer | Number of users that are users of this asset class |
| rejected-usage-count | java.lang.Integer | Number of usages that have been rejected due to the licenced breach |
| warning-threshold | java.lang.Integer | Warning threshold |
| warning-threshold-time | java.util.Date | Time that the warning threshold was first breached |
| breach-time | java.util.Date | Time that the licence limit was first breached |
| status-text | java.lang.String | Textual status value |
| status-value | java.lang.Integer | Numeric status value |
| status-time | java.util.Date | Time the status last changed |
| Name | Type | Description |
|---|---|---|
| module-name | java.lang.String | Module Name |
| login-ok-count | java.lang.Long | Sucessful Logins |
| login-fail-count | java.lang.Long | Failed Logins |
| read-ok-count | java.lang.Long | Successful Read Checks |
| read-fail-count | java.lang.Long | Failed Read Checks |
| write-ok-count | java.lang.Long | Successful Write Checks |
| write-fail-count | java.lang.Long | Failed Write Checks |
| users-total | java.lang.Long | Total Logged In Users |
| grace-period-expiry | java.util.Date | Time the grace period expires |
| cumulative-unique-users | java.lang.Integer | Number of unique users seen |
| max-unique-users | java.lang.Integer | Licenced number of unique users |
| global-status-text | java.lang.String | Status of the licence |
| global-status-value | java.lang.Integer | Status of the licence |
| global-status-time | java.util.Date | Time the global status changed |