UNPKG

cloudflare

Version:

The official TypeScript library for the Cloudflare API

81 lines 3.14 kB
"use strict"; // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. Object.defineProperty(exports, "__esModule", { value: true }); exports.TimeseriesGroups = void 0; const resource_1 = require("cloudflare/resource"); const core_1 = require("cloudflare/core"); class TimeseriesGroups extends resource_1.APIResource { get(query = {}, options) { if ((0, core_1.isRequestOptions)(query)) { return this.get({}, query); } return this._client.get('/radar/attacks/layer7/timeseries_groups', { query, ...options })._thenUnwrap((obj) => obj.result); } httpMethod(query = {}, options) { if ((0, core_1.isRequestOptions)(query)) { return this.httpMethod({}, query); } return this._client.get('/radar/attacks/layer7/timeseries_groups/http_method', { query, ...options, })._thenUnwrap((obj) => obj.result); } httpVersion(query = {}, options) { if ((0, core_1.isRequestOptions)(query)) { return this.httpVersion({}, query); } return this._client.get('/radar/attacks/layer7/timeseries_groups/http_version', { query, ...options, })._thenUnwrap((obj) => obj.result); } industry(query = {}, options) { if ((0, core_1.isRequestOptions)(query)) { return this.industry({}, query); } return this._client.get('/radar/attacks/layer7/timeseries_groups/industry', { query, ...options, })._thenUnwrap((obj) => obj.result); } ipVersion(query = {}, options) { if ((0, core_1.isRequestOptions)(query)) { return this.ipVersion({}, query); } return this._client.get('/radar/attacks/layer7/timeseries_groups/ip_version', { query, ...options, })._thenUnwrap((obj) => obj.result); } managedRules(query = {}, options) { if ((0, core_1.isRequestOptions)(query)) { return this.managedRules({}, query); } return this._client.get('/radar/attacks/layer7/timeseries_groups/managed_rules', { query, ...options, })._thenUnwrap((obj) => obj.result); } mitigationProduct(query = {}, options) { if ((0, core_1.isRequestOptions)(query)) { return this.mitigationProduct({}, query); } return this._client.get('/radar/attacks/layer7/timeseries_groups/mitigation_product', { query, ...options, })._thenUnwrap((obj) => obj.result); } vertical(query = {}, options) { if ((0, core_1.isRequestOptions)(query)) { return this.vertical({}, query); } return this._client.get('/radar/attacks/layer7/timeseries_groups/vertical', { query, ...options, })._thenUnwrap((obj) => obj.result); } } exports.TimeseriesGroups = TimeseriesGroups; (function (TimeseriesGroups) { })(TimeseriesGroups = exports.TimeseriesGroups || (exports.TimeseriesGroups = {})); //# sourceMappingURL=timeseries-groups.js.map