mirror of
https://github.com/cloudflare/cloudflare-docs.git
synced 2026-01-16 23:11:06 +00:00
[Ruleset Engine] Fields reference: Fix data type of cf.bot_management.static_resource and cf.edge.server_port (#27291)
This commit is contained in:
parent
0cb99f36d9
commit
725dd9287e
1 changed files with 2 additions and 2 deletions
|
|
@ -552,7 +552,7 @@ entries:
|
|||
Requires a Cloudflare Enterprise plan with [Bot Management](/bots/plans/bm-subscription/) enabled.
|
||||
|
||||
- name: cf.bot_management.static_resource
|
||||
data_type: Number
|
||||
data_type: Boolean
|
||||
categories: [Request, Bots]
|
||||
keywords: [request, bots, client, visitor]
|
||||
plan_info_label: Enterprise add-on
|
||||
|
|
@ -625,7 +625,7 @@ entries:
|
|||
This field is only meaningful for [BYOIP customers](/byoip/).
|
||||
|
||||
- name: cf.edge.server_port
|
||||
data_type: IP address
|
||||
data_type: Number
|
||||
categories: [Request]
|
||||
keywords: [request, cloudflare, client, visitor]
|
||||
summary: Represents the port number at which the Cloudflare global network received the request.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue