Field | Type | Required | Description | Example |
---|---|---|---|---|
Time |
int64 | ✔️ | The timestamp of the usage data | 1620000000000 |
Success |
int64 | ✔️ | The number of successful requests | 100 |
RateLimited |
int64 | ✔️ | The number of requests that were rate limited | 10 |
UsageExceeded |
int64 | ✔️ | The number of requests that exceeded the usage limit | 0 |