SiteRequestStat
Billable request statistics for a site.
type SiteRequestStat {
billableApiRequestCount: BigInt!
billableAppRequestCount: BigInt!
clientSiteId: BigInt!
dailyBillableApiRequestCount: BigInt!
dailyBillableAppRequestCount: BigInt!
date: String!
resolution: String!
}
Fields
SiteRequestStat.billableApiRequestCount ● BigInt! non-null scalar common
The billable API request count for the selected period.
SiteRequestStat.billableAppRequestCount ● BigInt! non-null scalar common
The billable application request count for the selected period.
SiteRequestStat.clientSiteId ● BigInt! non-null scalar common
The site ID the request statistics belong to.
SiteRequestStat.dailyBillableApiRequestCount ● BigInt! non-null scalar common
The daily billable API request count for the site.
SiteRequestStat.dailyBillableAppRequestCount ● BigInt! non-null scalar common
The daily billable application request count for the site.
SiteRequestStat.date ● String! non-null scalar common
The date for the request statistics.
SiteRequestStat.resolution ● String! non-null scalar common
The aggregation resolution used for the statistics.
Member Of
OrgRequestStatsList object