| ||
| detail: element | attribute | value | ||
XML Example:<TenantUsage> <endDate>xsd:datetime</endDate> <startDate>xsd:datetime</startDate> <tenantID>xsd:int</tenantID> <tenantName>xsd:string</tenantName> <totalJobCount>xsd:int</totalJobCount> <totalLoginCount>xsd:int</totalLoginCount> <totalSecurityEventCount>xsd:int</totalSecurityEventCount> <totalSystemEventCount>xsd:int</totalSystemEventCount> </TenantUsage> | JSON Example:{"TenantUsage":
{
"endDate": Date,
"startDate": Date,
"tenantID": Number,
"tenantName": String,
"totalJobCount": Number,
"totalLoginCount": Number,
"totalSecurityEventCount": Number,
"totalSystemEventCount": Number,
}
}
|
| Name | Type | Required | Nillable | Default Value | Description |
|---|---|---|---|---|---|
| endDate | xsd:datetime | false | false | The date these usage statistics were measured to.
| |
| 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.
| |
| totalLoginCount | xsd:int | false | false | The total number of logins the tenant's administrators performed within the period.
| |
| totalSecurityEventCount | xsd:int | false | false | The total number of security events recorded for the tenant within the period.
| |
| totalSystemEventCount | xsd:int | false | false | The total number of system events generated within the period.
|
| ||
| detail: element | attribute | value | ||