Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

List account gateways.
External DocumentationTo learn more, visit the Cloudflare documentation.

Basic Parameters

ParameterDescription
Account IDYour Cloudflare Account ID.
Search TextText to search in logs.

Advanced Parameters

ParameterDescription
PageThe page number to show results from.
Per PageMaximum number of results per page. (in range 1-50).

Example Output

{
	"result": [
		{
			"id": "my-gateway",
			"account_id": "account_id",
			"account_tag": "account_tag",
			"cache_invalidate_on_update": true,
			"cache_ttl": 0,
			"collect_logs": true,
			"internal_id": "182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",
			"rate_limiting_interval": 0,
			"rate_limiting_limit": 0,
			"rate_limiting_technique": "fixed",
			"authentication": true,
			"log_management": 10000,
			"log_management_strategy": "STOP_INSERTING",
			"logpush": true,
			"logpush_public_key": "xxxxxxxxxxxxxxxx"
		}
	],
	"success": true
}

Workflow Library Example

List Gateways with Cloudflare and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop