Skip to main content

total_queries

Creates, updates, deletes, gets or lists a total_queries resource.

Overview

Nametotal_queries
TypeResource
Idcloudflare.cloudforce_one.total_queries

Fields

The following fields are returned by SELECT queries:

Successfully retrieved total query count

NameDatatypeDescription
total_queriesinteger

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
listselectaccount_idGet the total number of saved brand protection queries (domain + logo) for an account

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
account_idstringThe Cloudflare account ID.

SELECT examples

Get the total number of saved brand protection queries (domain + logo) for an account

SELECT
total_queries
FROM cloudflare.cloudforce_one.total_queries
WHERE account_id = '{{ account_id }}' -- required
;