Please enable JavaScript.
Coggle requires JavaScript to display documents.
GCP_API_Apigee, Route Rules, Policies, Conditions, Proxy, Preflow (always)…
GCP_API_Apigee
-
Entity
Environments
-
-
An organization might have three environments: development, test and production.
Publishing
-
Api Product
. Apps present API keys, and OAuth tokens to access APIs. When an API key or OAuth token is verified in an API proxy,
-
the app making the request is identified, as is the associated API product.
-
-
-
-
-
Users
-
-
Users can be given different permissions in each environment. A developer might need full access in the development environment, but should have no write access in production.
-
capabilities
Mediation - provide the ability to catch and manipulate the request: Transformation, Security, Abuse detection, etc
-
-
-
-
Structure
-
Environments: {dev}-order-system, {dev}-inventory
Env group: dev, test, prod
-
Route Rules
Route rules can enxicate, that we don't need the target endpoint
-
-
After evaluating Proxy endpoint, Route rules are evaluated, to determine the target endpoint
-
-
-
-
-
-
-