UNPKG

cloudflare

Version:

The official TypeScript library for the Cloudflare API

21 lines 860 B
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. import { APIResource } from 'cloudflare/resource'; export class Bytimes extends APIResource { /** * Retrieves a list of aggregate metrics grouped by time interval. * * See * [Analytics API properties](https://developers.cloudflare.com/dns/reference/analytics-api-properties/) * for detailed information about the available query parameters. */ get(dnsFirewallId, params, options) { const { account_id, ...query } = params; return this._client.get(`/accounts/${account_id}/dns_firewall/${dnsFirewallId}/dns_analytics/report/bytime`, { query, ...options, })._thenUnwrap((obj) => obj.result); } } (function (Bytimes) { })(Bytimes || (Bytimes = {})); //# sourceMappingURL=bytimes.mjs.map