Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
Adding region-specific URLs, confirmed region codes from https://deploy-preview-6499--kongdocs.netlify.app/konnect/geo/
  • Loading branch information
acgoldsmith authored Nov 14, 2023
1 parent 4ff6c69 commit 0f4a0db
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions app/konnect/api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@ disable_image_expand: true
There are two types of base URLs that are used in {{site.konnect_short_name}} APIs:

* **Global**: `https://global.api.konghq.com`

* **Region specific**: `https://{REGION_CODE}.api.konghq.com`
* **AU**: `https://au.api.konghq.com`
* **EU**: `https://eu.api.konghq.com`
* **US**: `https://us.api.konghq.com`

The global endpoint is used to manage region-agnostic {{site.konnect_short_name}} entities that live in a global database. These APIs interact with entities that are not region specific and therefore do not have any regional boundaries. For example, identity management and IdP settings are all region-agnostic configurations applied to the organization as a whole.

The region-specific endpoints are used to manage {{site.konnect_short_name}} entities that live in a specific {{site.konnect_short_name}} region. These APIs interact with entities specific to a region and do not have the ability to cross regional boundaries. For example, control planes, data plane nodes, and API product listings are all region-specific entities and therefore must use the region-specific endpoint.
The region-specific endpoints are used to manage {{site.konnect_short_name}} entities that live in a specific {{site.konnect_short_name}} region. These APIs interact with entities specific to a region and do not have the ability to cross regional boundaries. For example, control planes, data plane nodes, and API product listings are all region-specific entities and therefore must use the region-specific endpoint. See [Geographic Regions](/konnect/geo/) for more information.



Expand Down

0 comments on commit 0f4a0db

Please sign in to comment.