Skip to main content

url_info

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

Overview

Nameurl_info
TypeResource
Idcloudflare.brand_protection.url_info

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
resultarray

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
listselectaccount_idReturn submitted URLs based on ID

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

Return submitted URLs based on ID

SELECT
result
FROM cloudflare.brand_protection.url_info
WHERE account_id = '{{ account_id }}' -- required
;