Skip to main content

tlds

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

Overview

Nametlds
TypeResource
Idcloudflare.radar.tlds

Fields

The following fields are returned by SELECT queries:

Successful response.

NameDatatypeDescription
tldobject

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
getselecttldformatRetrieves the requested TLD information.

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
tldstringTop-level domain.
formatstringFormat in which results will be returned.

SELECT examples

Retrieves the requested TLD information.

SELECT
tld
FROM cloudflare.radar.tlds
WHERE tld = '{{ tld }}' -- required
AND format = '{{ format }}'
;