-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[API Shield] Fallthrough Action + SV2 for all (#17034)
* plans page * plans table * fallthrough action * availabilities * Apply suggestions from code review Co-authored-by: Jun Lee <junlee@cloudflare.com> --------- Co-authored-by: Jun Lee <junlee@cloudflare.com>
- Loading branch information
1 parent
cbc1aef
commit 37ff8b7
Showing
9 changed files
with
62 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ pcx_content_type: concept | |
type: overview | ||
title: API Gateway | ||
sidebar: | ||
order: 4 | ||
order: 5 | ||
|
||
--- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ title: Changelog | |
changelog_file_name: | ||
- api-shield | ||
sidebar: | ||
order: 9 | ||
order: 10 | ||
|
||
--- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ pcx_content_type: faq | |
title: FAQ | ||
structured_data: true | ||
sidebar: | ||
order: 7 | ||
order: 8 | ||
|
||
--- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
title: Glossary | ||
pcx_content_type: glossary | ||
sidebar: | ||
order: 8 | ||
order: 9 | ||
|
||
--- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
title: Plans | ||
pcx_content_type: overview | ||
type: overview | ||
sidebar: | ||
order: 3 | ||
|
||
--- | ||
|
||
Free, Pro, Business, and Enterprise customers without an API Gateway subcription can access [Endpoint Management](/api-shield/management-and-monitoring/) and [Schema Validation](/api-shield/security/schema-validation/), but no other [API Gateway](/api-shield/api-gateway/) features. | ||
|
||
To subscribe to API Gateway, upgrade to an Enterprise plan and contact your account team. | ||
|
||
Limits to endpoints apply to Endpoint Management and Schema Validation. Refer to the table below for limits based on your zone plan. | ||
|
||
| Plan type | Saved endpoints | Uploaded schemas | Total uploaded schema size (MB) | Rule action | | ||
| --- | --- | --- | --- | --- | | ||
| **Free** | 100 | 3 | 1 | `Block` only | | ||
| **Pro** | 200 | 4 | 2 | `Block` only | | ||
| **Business** | 500 | 5 | 5 | `Block` only | | ||
| **Enterprise without API Gateway** | 500 | 5 | 5 | `Log` or `Block` | | ||
| **Enterprise with API Gateway** | 10,000 | 10+ | 10+ | `Log` or `Block` | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
pcx_content_type: reference | ||
title: Reference | ||
sidebar: | ||
order: 6 | ||
order: 7 | ||
group: | ||
hideIndex: true | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ pcx_content_type: navigation | |
type: overview | ||
title: Security | ||
sidebar: | ||
order: 3 | ||
order: 4 | ||
|
||
--- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters