aster.cloud aster.cloud
  • /
  • Platforms
    • Public Cloud
    • On-Premise
    • Hybrid Cloud
    • Data
  • Architecture
    • Design
    • Solutions
    • Enterprise
  • Engineering
    • Automation
    • Software Engineering
    • Project Management
    • DevOps
  • Programming
    • Learning
  • Tools
  • About
  • /
  • Platforms
    • Public Cloud
    • On-Premise
    • Hybrid Cloud
    • Data
  • Architecture
    • Design
    • Solutions
    • Enterprise
  • Engineering
    • Automation
    • Software Engineering
    • Project Management
    • DevOps
  • Programming
    • Learning
  • Tools
  • About
aster.cloud aster.cloud
  • /
  • Platforms
    • Public Cloud
    • On-Premise
    • Hybrid Cloud
    • Data
  • Architecture
    • Design
    • Solutions
    • Enterprise
  • Engineering
    • Automation
    • Software Engineering
    • Project Management
    • DevOps
  • Programming
    • Learning
  • Tools
  • About
  • Engineering

Demystifying Commonly Used Apigee Terminology

  • aster.cloud
  • December 24, 2022
  • 5 minute read

Apigee, Google Cloud’s native API management offering, allows you to build, manage, secure, monitor and operate APIs — for any use case, environment, or scale. It does so by providing a layer of abstraction between internal and external APIs, empowering developers and API teams to do really interesting things.

 

Figure 1: Apigee use case in a high level architecture


Partner with aster.cloud
for your next big idea.
Let us know here.



From our partners:

CITI.IO :: Business. Institutions. Society. Global Political Economy.
CYBERPOGO.COM :: For the Arts, Sciences, and Technology.
DADAHACKS.COM :: Parenting For The Rest Of Us.
ZEDISTA.COM :: Entertainment. Sports. Culture. Escape.
TAKUMAKU.COM :: For The Hearth And Home.
ASTER.CLOUD :: From The Cloud And Beyond.
LIWAIWAI.COM :: Intelligence, Inside and Outside.
GLOBALCLOUDPLATFORMS.COM :: For The World's Computing Needs.
FIREGULAMAN.COM :: For The Fire In The Belly Of The Coder.
ASTERCASTER.COM :: Supra Astra. Beyond The Stars.
BARTDAY.COM :: Prosperity For Everyone.

While Apigee is very powerful, it uses different terminology than other API management platforms on the market. What’s commonly known as a simple API reverse-proxy outside the Google Cloud ecosystem has a different name within it. But don’t let Apigee unfamiliar terms scare you! Below, you’ll find a chart that illustrates the frequency of words used in Apigee forums by Apigee developers, users and stakeholders. 

Figure 2: Apigee terms by frequency

To help you get up to speed with Apigee, here’s a breakdown of Apigee’s product-specific vocabulary, including not only API terms but also networking and productization terms. We also include links to further reading.API Analytics – Designed to capture a wide range of analytics data for use by several different teams but the data is typically used for analysis in non-real time scenarios.

  • API Analytics

API Consumer – Synonymous with app developers who leverage the APIs created by an API provider.

  • What is an API Consumer?

API Developer – A software engineer in an API provider organization who builds APIs. Those APIs are used by app developers (API consumers) to build apps

  • What does an API developer do?

API Package – A collection of API products that are presented to developers as a bundle, and typically associated with a rate plan.

  • API vs Packages

API Product – A collection of API resources (URIs) combined with a service plan and presented to developers as a bundle. The API product can also include some metadata specific to your business for monitoring or analytics. One or more resources can be monetized by including them in an API product, which can then be bundled into an API package for monetization.

  • Apigee: API Product
Read More  Gauge The Effectiveness Of Your DevOps Organization Running In Google Cloud

API Provider – An API provider builds APIs (using Apigee) for API consumers (app developers) to use.

  • Define API Provider

API Developer – App developers register their apps with an API provider, which is how app developers get the API keys they need to call the provider’s API proxies.

  • What does an API developer do?

Apigee APIs – The endpoints that you can use to configure environments, organizations, API proxies, and other hybrid services.

  • Documentation

Figure 3: API architecture with stakeholders

Apigee Analytics – Collects and calculates a wealth of information that flows through API proxies. You can visualize this data with graphs and charts in the Apigee UI, or you can download the raw data for offline analysis using the Apigee APIs.

  • What is Apigee Analytics?

API Proxy – A proxy that acts as a facade for your existing API. Rather than calling your existing API, developers begin calling the new API generated by Apigee. This facade decouples your public interface from your backend API, shielding developers from backend changes, while enabling you to innovate at the edge without impacting your internal development teams.

As you make backend changes, developers continue to call the same API uninterrupted. In more advanced scenarios, Apigee lets you expose multiple interfaces to the same API, freeing you to customize the signature of an API to meet the needs of various developer niches simultaneously.

  • What is an API Proxy?

Figure 4: API Proxy explained

Environment– A runtime execution context for APIs. An API must be deployed to an environment before it can be accessed at runtime.

  • Environment API

Environment Groups – An environment group is the basic mechanism for defining the way requests are routed to individual environments. You define hostnames on your environment groups (not on individual environments), and Apigee routes requests to the environments within a group using those hostname definitions.

  • Environment Groups
Read More  Guide: Our top four AI Hypercomputer use cases, reference architectures and tutorials

Organization – A container for all the entities in an Apigee account, including API proxies, API products, API packages, apps, and developers. This document uses the terms Apigee organization or hybrid-enabled organization interchangeably.

To install and use Apigee or Apigee hybrid, you must have an Apigee organization that is bound to a Google Cloud project. You do this when you create the organization in a process known as provisioning.

An Apigee organization is not the same as a Google Cloud organization. Where the possibility of ambiguity exists, this document should specify that the organization is an Apigee organization.

  • Understanding Organizations

Pay-as-you-go – When you use Pay-as-you-go pricing for Apigee, you are charged for the following:

  • The number of Apigee gateway nodes in the Apigee organization – An Apigee gateway node is a unit (or replica) of an Apigee environment that processes API traffic. More nodes are needed as you process more API traffic for that environment. Apigee tracks the number of Apigee gateway nodes used by your Apigee organization over time. With Pay-as-you-go pricing, you are charged for the number of nodes in use as measured every minute. Any nodes you provision are billed for a minimum of one minute.
  • The number of API requests processed by Apigee Analytics services – API requests, whether they are successful or not, are processed by the Apigee Analytics platform. You are charged for the total number of API requests analyzed per month. Analytics data is preserved for a period of three months.
  • The amount of network usage – An Apigee instance is available only on the network with which it is peered. You can expose the instance externally by creating a Google Cloud load balancer. You pay for all related network charges (such as IP address, network egress, and forwarding rules) on the peered network based on actual usage.
  • Network egress charges from Apigee instances (up to 1 TB/month) are waived until Feb 18, 2023 as a promotional offering.
  • Further resources: What is Pay-as-you-go
Read More  2022 Resolution: Learn Google Cloud, Free Of Charge

Policy – A processing step that executes as an atomic, reusable unit of logic within an API flow. Typical policies include routing requests to the proper endpoint, transforming a message format, enforcing access control, calling remote services for additional information, masking sensitive data from external users, examining message contents for potential threats, caching common responses to improve performance, and so on.

Policies may be conditionally executed based on the content or context of a request or response message. For example, a transformation policy may be executed to customize a response format if the request message was sent from a smartphone.

  • What’s a Policy

Proxy – Also API proxy. An API proxy is an abstraction layer that fronts for your backend service APIs and provides value-added features such as security, rate limiting, quotas, analytics, and more.

  • What is an API Proxy?

Resource, Resource path – A RESTful concept, a resource path is a uniform resource identifier (URI) that identifies the network path to a given resource.

  • Resources

Revision – A numbered, version-controlled package of configuration and policies bundled into an API Proxy. This term is distinguished from version, which is the developer-facing API interface.

  • Diff between Revisioning and Versioning

Version – The version of the developer-facing API interface.

For example, pivotaltracker.com/services/v3, or api.enterprise.apigee.com/v1. This term is distinguished from revision, which is the numbered, version-controlled package of configuration and policies bundled into an API proxy. In short, API interfaces have versions, while API proxies have revisions.

  • Diff between Revisioning and Versioning

What’s next

Now that you have a handle on Apigee terminology, you’re ready to explore more and dive deeper into the world of Apigee. We highly recommend exploring Apigee X and using reCAPTCHA Enterprise in APIs to deepen your understanding.We also recommend joining Apigee’s community to learn from peers and learn more about what’s changing in the world of APIs.

 

By: Waheed Brown (Strategic Cloud Engineer) and Adarsh Sivadas (Cloud Technical Resident)
Source: Google Cloud Blog


For enquiries, product placements, sponsorships, and collaborations, connect with us at [email protected]. We'd love to hear from you!

Our humans need coffee too! Your support is highly appreciated, thank you!

aster.cloud

Related Topics
  • API Management
  • Apigee
  • Google Cloud
  • References
You May Also Like
View Post
  • Engineering

Just make it scale: An Aurora DSQL story

  • May 29, 2025
View Post
  • Engineering
  • Technology

Guide: Our top four AI Hypercomputer use cases, reference architectures and tutorials

  • March 9, 2025
View Post
  • Computing
  • Engineering

Why a decades old architecture decision is impeding the power of AI computing

  • February 19, 2025
View Post
  • Engineering
  • Software Engineering

This Month in Julia World

  • January 17, 2025
View Post
  • Engineering
  • Software Engineering

Google Summer of Code 2025 is here!

  • January 17, 2025
View Post
  • Data
  • Engineering

Hiding in Plain Site: Attackers Sneaking Malware into Images on Websites

  • January 16, 2025
View Post
  • Computing
  • Design
  • Engineering
  • Technology

Here’s why it’s important to build long-term cryptographic resilience

  • December 24, 2024
IBM and Ferrari Premium Partner
View Post
  • Data
  • Engineering

IBM Selected as Official Fan Engagement and Data Analytics Partner for Scuderia Ferrari HP

  • November 7, 2024

Stay Connected!
LATEST
  • 1
    Just make it scale: An Aurora DSQL story
    • May 29, 2025
  • 2
    Reliance on US tech providers is making IT leaders skittish
    • May 28, 2025
  • Examine the 4 types of edge computing, with examples
    • May 28, 2025
  • AI and private cloud: 2 lessons from Dell Tech World 2025
    • May 28, 2025
  • 5
    TD Synnex named as UK distributor for Cohesity
    • May 28, 2025
  • Weigh these 6 enterprise advantages of storage as a service
    • May 28, 2025
  • 7
    Broadcom’s ‘harsh’ VMware contracts are costing customers up to 1,500% more
    • May 28, 2025
  • 8
    Pulsant targets partner diversity with new IaaS solution
    • May 23, 2025
  • 9
    Growing AI workloads are causing hybrid cloud headaches
    • May 23, 2025
  • Gemma 3n 10
    Announcing Gemma 3n preview: powerful, efficient, mobile-first AI
    • May 22, 2025
about
Hello World!

We are aster.cloud. We’re created by programmers for programmers.

Our site aims to provide guides, programming tips, reviews, and interesting materials for tech people and those who want to learn in general.

We would like to hear from you.

If you have any feedback, enquiries, or sponsorship request, kindly reach out to us at:

[email protected]
Most Popular
  • Understand how Windows Server 2025 PAYG licensing works
    • May 20, 2025
  • By the numbers: How upskilling fills the IT skills gap
    • May 21, 2025
  • 3
    Cloud adoption isn’t all it’s cut out to be as enterprises report growing dissatisfaction
    • May 15, 2025
  • 4
    Hybrid cloud is complicated – Red Hat’s new AI assistant wants to solve that
    • May 20, 2025
  • 5
    Google is getting serious on cloud sovereignty
    • May 22, 2025
  • /
  • Technology
  • Tools
  • About
  • Contact Us

Input your search keywords and press Enter.