Skip to content

Commit a65a358

Browse files
[API Shield] Availability Clarification (cloudflare#5009)
* API Shield Availability Clarification * Schema Validation availability reword
1 parent c88c350 commit a65a358

File tree

5 files changed

+17
-17
lines changed

5 files changed

+17
-17
lines changed

content/api-shield/_index.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,4 @@ Cloudflare offers the following features to help secure your APIs:
3232

3333
## Availability
3434

35-
Cloudflare API Security products are available to Enterprise customers only, though anyone can set up [Mutual TLS](/api-shield/security/mtls/) with a Cloudflare-managed certificate authority.
36-
37-
Additionally, [API Discovery](/api-shield/security/api-discovery/) and [Volumetric Abuse Detection](/api-shield/security/volumetric-abuse-detection/) are generally available. If you are interested in using these products, contact your account team.
38-
39-
[Sequential Abuse Detection](/api-shield/security/sequential-abuse-detection/) is currently enabled by request. If you are interested in using this products, contact your account team.
35+
Cloudflare API Security products are available to Enterprise customers only, though anyone can set up [Mutual TLS](/api-shield/security/mtls/) with a Cloudflare-managed certificate authority.

content/api-shield/security/api-discovery.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ layout: list
1010

1111
Most development teams struggle to keep track of their APIs. Cloudflare API Discovery helps you map out and understand your attack surface area.
1212

13-
{{<render file="_availability.md">}}
14-
1513
## Process
1614

1715
Cloudflare produces a simple, trustworthy map of API endpoints through a process of path normalization.
@@ -40,3 +38,7 @@ This process currently requires a session identifier, like an authorization toke
4038
To better understand your API traffic, you can also see [API requests](https://dash.cloudflare.com/?to=/:account/:zone/analytics/traffic/api-requests) in your application dashboard.
4139

4240
This view adds a lightweight filter to application requests so you can better identify API traffic. If you want a more sophisticated understanding of API traffic, check out [Bot Tags](/bots/concepts/cloudflare-bot-tags/).
41+
42+
## Availability
43+
44+
API Discovery is only available for Enterprise customers. If you are an Enterprise customer and interested in this product, contact your account team.

content/api-shield/security/schema-validation/_index.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@ Schema Validation allows you to check if incoming traffic complies with a previo
1212

1313
For help configuring Schema Validation for one or more hosts using the dashboard, refer to [Configure Schema Validation](/api-shield/security/schema-validation/configure/).
1414

15-
{{<Aside type="note">}}
16-
17-
This feature is only available for customers on an Enterprise plan. Contact your Cloudflare Customer Success Manager to get access.
18-
19-
{{</Aside>}}
20-
2115
## Operation IDs
2216

2317
For more control with Schema Validation, include unique Operations IDs for each endpoint and method pair defined in the schema. Cloudflare supports Operation IDs with a maximum size of 32 characters.
@@ -37,3 +31,7 @@ The accepted file formats are YAML (`.yml` or `.yaml` file extension) and JSON (
3731
Currently, API Shield cannot validate some features of API schemas, including the following: request body validations, all responses, external references, non-basic path templating, or unique items.
3832

3933
Regular expression support is a paid add-on in the Enterprise plan.
34+
35+
## Availability
36+
37+
Schema Validation is only available for Enterprise customers. If you are interested in using this product, contact your account team.

content/api-shield/security/sequential-abuse-detection.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ layout: list
1010

1111
Sequential Abuse Detection uncovers endpoint abuse by looking for irregular traffic across multiple endpoints.
1212

13-
{{<render file="_availability.md">}}
14-
1513
## Process
1614

1715
Requests tend to come to endpoints in predictable patterns. For example, a login process might consist of the following:
@@ -23,3 +21,7 @@ Requests tend to come to endpoints in predictable patterns. For example, a login
2321
When requests go straight to `/login-successful`, they are not following the typical pattern and might be malicious. Sequential Abuse Detection identifies these common patterns in your API traffic and flags traffic that does not match these patterns.
2422

2523
{{<render file="_blog-post.md">}}
24+
25+
## Availability
26+
27+
Sequential Abuse Detection is only available for Enterprise customers and is currently enabled by request. If you are interested in using this product, contact your account team.

content/api-shield/security/volumetric-abuse-detection.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ layout: list
1010

1111
Cloudflare Volumetric Abuse Detection helps you set up a system of adaptive rate limiting.
1212

13-
{{<render file="_availability.md">}}
14-
1513
## Process
1614

1715
After [API Discovery](/api-shield/security/api-discovery/), Cloudflare looks for endpoint abuse based on common user traffic.
@@ -23,3 +21,7 @@ These two scenarios speak to the limitations of traditional rate limiting. Not o
2321
This process currently requires a session identifier, like an authorization token available as a request header.
2422

2523
{{<render file="_blog-post.md">}}
24+
25+
## Availability
26+
27+
Volumetric Abuse Detection is only available for Enterprise customers. If you are an Enterprise customer and interested in this product, contact your account team.

0 commit comments

Comments
 (0)