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  Google Workspace Helps Boost Collaboration And Sustainability At Lucent Bio

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  OpenCost: A New CNCF Sandbox Project For Real-Time Kubernetes Cost Monitoring

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  Federated Workload Identity At Scale Made Easy With CA Service

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
  • 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
View Post
  • Engineering

Transforming the Developer Experience for Every Engineering Role

  • July 14, 2024

Stay Connected!
LATEST
  • college-of-cardinals-2025 1
    The Definitive Who’s Who of the 2025 Papal Conclave
    • May 7, 2025
  • conclave-poster-black-smoke 2
    The World Is Revalidating Itself
    • May 6, 2025
  • 3
    Conclave: How A New Pope Is Chosen
    • April 25, 2025
  • Getting things done makes her feel amazing 4
    Nurturing Minds in the Digital Revolution
    • April 25, 2025
  • 5
    AI is automating our jobs – but values need to change if we are to be liberated by it
    • April 17, 2025
  • 6
    Canonical Releases Ubuntu 25.04 Plucky Puffin
    • April 17, 2025
  • 7
    United States Army Enterprise Cloud Management Agency Expands its Oracle Defense Cloud Services
    • April 15, 2025
  • 8
    Tokyo Electron and IBM Renew Collaboration for Advanced Semiconductor Technology
    • April 2, 2025
  • 9
    IBM Accelerates Momentum in the as a Service Space with Growing Portfolio of Tools Simplifying Infrastructure Management
    • March 27, 2025
  • 10
    Tariffs, Trump, and Other Things That Start With T – They’re Not The Problem, It’s How We Use Them
    • March 25, 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
  • 1
    IBM contributes key open-source projects to Linux Foundation to advance AI community participation
    • March 22, 2025
  • 2
    Co-op mode: New partners driving the future of gaming with AI
    • March 22, 2025
  • 3
    Mitsubishi Motors Canada Launches AI-Powered “Intelligent Companion” to Transform the 2025 Outlander Buying Experience
    • March 10, 2025
  • PiPiPi 4
    The Unexpected Pi-Fect Deals This March 14
    • March 13, 2025
  • Nintendo Switch Deals on Amazon 5
    10 Physical Nintendo Switch Game Deals on MAR10 Day!
    • March 9, 2025
  • /
  • Technology
  • Tools
  • About
  • Contact Us

Input your search keywords and press Enter.