Parameter | Description |
---|---|
Account ID | Your Cloudflare Account ID. |
Search Text | Text to search in logs. |
Parameter | Description |
---|---|
Page | The page number to show results from. |
Per Page | Maximum number of results per page. (in range 1-50). |
{
"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
}
Was this page helpful?