| ||
| detail: element | attribute | value | ||
XML Example:<TenantManagerUsage> <endDate>xsd:datetime</endDate> <managerNodeID>xsd:int</managerNodeID> <newestActivityDate>xsd:datetime</newestActivityDate> <oldestActivityDate>xsd:datetime</oldestActivityDate> <startDate>xsd:datetime</startDate> <tenantID>xsd:int</tenantID> <tenantName>xsd:string</tenantName> <totalJobCount>xsd:int</totalJobCount> <totalMessageCount>xsd:int</totalMessageCount> <totalSystemEventCount>xsd:int</totalSystemEventCount> </TenantManagerUsage> | JSON Example:{"TenantManagerUsage":
{
"endDate": Date,
"managerNodeID": Number,
"newestActivityDate": Date,
"oldestActivityDate": Date,
"startDate": Date,
"tenantID": Number,
"tenantName": String,
"totalJobCount": Number,
"totalMessageCount": Number,
"totalSystemEventCount": Number,
}
}
|
| Name | Type | Required | Nillable | Default Value | Description |
|---|---|---|---|---|---|
| endDate | xsd:datetime | false | false | The date these usage statistics were measured to.
| |
| managerNodeID | xsd:int | false | false | The ID of the manager node these usage statistics were created for.
| |
| newestActivityDate | xsd:datetime | false | false | The latest date within the measured period that activity was recorded.
| |
| oldestActivityDate | xsd:datetime | false | false | The earliest date within the measured period that activity was recorded.
| |
| startDate | xsd:datetime | false | false | The date these usage statistics were measured from.
| |
| tenantID | xsd:int | false | false | The ID of the tenant these usage statistics apply to.
| |
| tenantName | xsd:string | false | false | The name of the tenant these usage statistics apply to.
| |
| totalJobCount | xsd:int | false | false | The total number of jobs processed within the period.
| |
| totalMessageCount | xsd:int | false | false | The total number of manager messages processed within the period.
| |
| totalSystemEventCount | xsd:int | false | false | The total number of system events generated within the period.
|
| ||
| detail: element | attribute | value | ||