Skip to content

Commit

Permalink
[API Shield] Fix SV2 Availability (#17325)
Browse files Browse the repository at this point in the history
* sv2 availability

* updated plans table
  • Loading branch information
patriciasantaana authored Oct 8, 2024
1 parent 07c3819 commit 0bd52af
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
12 changes: 6 additions & 6 deletions src/content/docs/api-shield/plans.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ To subscribe to API Gateway, upgrade to an Enterprise plan and contact your acco

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 |
| Plan type | Saved endpoints | Uploaded schemas | Total uploaded schema size | 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` |
| **Free** | 100 | 5 | 200 kB | `Block` only |
| **Pro** | 250 | 5 | 500 kB | `Block` only |
| **Business** | 500 | 10 | 2 MB | `Block` only |
| **Enterprise without API Gateway** | 500 | 5 | 5 MB | `Log` or `Block` |
| **Enterprise with API Gateway** | 10,000 | 10+ | 10+ MB | `Log` or `Block` |
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,4 @@ Media-ranges can also be configured to enforce a `charset` parameter. For this,

## Availability

Schema Validation is available for all API Shield customers.

Enterprise customers who have not purchased API Shield can preview [API Shield as a non-contract service](https://dash.cloudflare.com/?to=/:account/:zone/security/api-shield) in the Cloudflare dashboard or by contacting your account team.
Schema Validation is available for all customers. Refer to [Plans](/api-shield/plans/) for more information based on your plan type.

0 comments on commit 0bd52af

Please sign in to comment.