Skip to content

Commit 05a91c2

Browse files
committed
Add new api_gateway fields
1 parent 449f7ec commit 05a91c2

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

src/content/fields/index.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,25 @@ entries:
448448
keywords: [request, tls, https, client, visitor]
449449
summary: Returns `true` when the HTTP connection to the client is encrypted.
450450

451+
- name: cf.api_gateway.auth_id_present
452+
data_type: Boolean
453+
categories: [Request]
454+
keywords: [request, session, api shield, client, visitor]
455+
plan_info_label: Enterprise add-on
456+
summary: Indicates whether the request contained an API session authentication token, as defined by API Shield's saved [session identifiers](/api-shield/get-started/#session-identifiers).
457+
458+
- name: cf.api_gateway.request_violates_schema
459+
data_type: Boolean
460+
categories: [Request]
461+
keywords: [request, api shield, client, visitor]
462+
summary: Indicates whether the request [violated the schema](/api-shield/security/schema-validation/) assigned to the respective saved endpoint.
463+
464+
- name: cf.api_gateway.fallthrough_detected
465+
data_type: Boolean
466+
categories: [Request]
467+
keywords: [request, api shield, client, visitor]
468+
summary: Indicates whether the request matched a saved endpoint in [Endpoint Management](/api-shield/management-and-monitoring/).
469+
451470
- name: cf.bot_management.verified_bot
452471
data_type: Boolean
453472
categories: [Request, Bots]

0 commit comments

Comments
 (0)