OBJECT
ObservationUsageResult
link GraphQL Schema definition
- type ObservationUsageResult {
- # Licence type for the Tenant
- ObservationUsageLicenseType! :
- # Date when the user was converted to PAID user
- DateTime :
- # Total number of events ingested during the specified date range
- Long! :
- # Total exceeded event count for the specified date range
- Long! :
- # Total observation count for the specified date range
- Long! :
- # Total throttled usage count for the specified date range
- Long! @deprecated( reason: "Refer to totalExceededEventCount field!" ) :
- # Total usage count for the specified date range
- Long! @deprecated( reason: "Refer to totalObservationCount field!" ) :
- ObservationUsageResultItem!] : [
- # Usage limit for the customer, unlimited will be set to 0
- Long! :
- }