Skip to content

Commit 07bf046

Browse files
authored
W-16618321-add-limits-for-multiple-upstream-fa (#574)
Add limits for multiple upstream
1 parent f82c21b commit 07bf046

3 files changed

Lines changed: 15 additions & 1 deletion

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
//tag::upstream[]
2+
Each API instance that expose multiple upstream services through a single consumer endpoint can have a maximum of:
3+
4+
Upstreams per API: 50 +
5+
Routes per API: 50 +
6+
Upstreams per route: 10 +
7+
//end::upstream[]

modules/ROOT/pages/create-instance-task-flex.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ Before adding additional routes, enter an optional *Route label* for clarity.
6060

6161
You can add additional routes by clicking *Add Route*, and you can delete routes by clicking the *Trash Can* icon (image:trash-can-icon.png[2%,2%]). If only one route is defined, you cannot delete that route.
6262

63+
=== Limits
64+
65+
include::partial$api-manager-limits.adoc[]
6366

6467
==== Route Rules
6568

modules/ROOT/pages/limits.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,8 @@ Each business group can have a maximum of:
1212

1313
* 1200 API Groups
1414
* 1200 API Group Versions
15-
* 2000 API Group Instances
15+
* 2000 API Group Instances
16+
17+
== Upstream Service Limits
18+
19+
include::partial$api-manager-limits.adoc[]

0 commit comments

Comments
 (0)