Chapter 1. 3scale API Management glossary
This section acts as a glossary of common terms used within the 3scale platform. The following is the structure of glossary entries:
- A glossary term
One or more of each or both of the following items:
- A definition of the term, optionally followed by one or two explanatory sentences and a See also reference that points to a related term or terms. Example:
hit: The built-in metric to which all methods report. Additional top-level metrics can be added here in order to track other usage that should not increase the hit count. See also Section 1.14.4, “metric”. ---
In this case, hit is related to metric because hit is a built-in metric.
- A See reference that points to a preferred synonym for that term or to the spelled-out version of an abbreviated term. Example:
account: See Section 1.21.1, “tenant account”, Section 1.5.2, “developer account”. ---
In this case, the reader is redirected from account to either of the relevant terms containing qualifiers.
- If there is more than one definition for a term, each item is numbered.
1.1. Special characters Copy linkLink copied to clipboard!
1.1.1. [Your_admin_domain] Copy linkLink copied to clipboard!
Admin domain created by the user.
1.1.2. [Your_API_name] Copy linkLink copied to clipboard!
API created by the user. See also Section 1.2.22, “application programming interface”.
1.1.3. [Your_API_service] Copy linkLink copied to clipboard!
1.1.4. [Your_product_name] Copy linkLink copied to clipboard!
Product created by the user. See also Section 1.17.3, “product”.
1.1.5. 3scale API Management docs Copy linkLink copied to clipboard!
Based on Open API Specification (OAS), a 3scale specification for documenting REST APIs from Red Hat 3scale API Management. See also Section 1.2.2, “ActiveDocs”, Section 1.16.2, “OpenAPI Specification”.
1.1.6. 3scale API Management backend Copy linkLink copied to clipboard!
Part of the 3scale API Manager, along with System.
1.2. A Copy linkLink copied to clipboard!
1.2.1. account Copy linkLink copied to clipboard!
See Section 1.21.1, “tenant account”, Section 1.5.2, “developer account”.
1.2.2. ActiveDocs Copy linkLink copied to clipboard!
Based on Open API Specification (OAS), a 3scale specification for documenting REST APIs created by users. APIs get interactive documentation which makes it easier for developers to understand APIs and also to test them without any installation. See also Section 1.1.5, “3scale API Management docs”, Section 1.16.2, “OpenAPI Specification”.
1.2.3. access token Copy linkLink copied to clipboard!
Personal token that allow users to authenticate against the Account Management API, the Analytics API and the Billing API through HTTP Basic Auth. Users can create multiple access tokens with custom scopes and permissions. See also Section 1.1.5, “3scale API Management docs”, Section 1.20.2, “service token”.
1.2.4. Admin Portal Copy linkLink copied to clipboard!
The central portal for API providers to manage and secure access to their Products. From this portal, API providers can configure the integration of their Product with 3scale, manage their application plans, give access to internal members and external customers, limit traffic per application keys, and customize their Developer Portal. See also Section 1.5.3, “Developer Portal”, Section 1.17.3, “product”.
1.2.5. Administration Portal Copy linkLink copied to clipboard!
1.2.6. API Copy linkLink copied to clipboard!
1.2.7. APIsonator Copy linkLink copied to clipboard!
1.2.8. API backend Copy linkLink copied to clipboard!
Implementation of an API deployed in a host. See also Section 1.2.22, “application programming interface”, Section 1.3.1, “backend”.
1.2.9. API consumer Copy linkLink copied to clipboard!
An individual, group, or company that accesses an API or a product managed by the API provider. The term may refer both to the organization and the software applications written by the organizations to use the API. A given organization may have one or more applications which access the API. See also Section 1.2.12, “API provider”.
1.2.10. API credential Copy linkLink copied to clipboard!
1.2.11. API endpoint Copy linkLink copied to clipboard!
See Section 1.2.22, “application programming interface”, Section 1.14.3, “method”.
1.2.12. API provider Copy linkLink copied to clipboard!
The entity that owns the APIs and products, and gives access to them by using Red Hat 3scale API Management. An API provider may make their APIs accessible to other teams internally within their organization or externally to third-party developers, partners, or the public. It might include one or multiple tenants. See also Section 1.2.9, “API consumer”, Section 1.21.1, “tenant account”.
1.2.13. API key Copy linkLink copied to clipboard!
A type of credential for an application to be allowed to make calls on a specific API or product. API Keys are a specific type of authentication pattern. See also Section 1.2.22, “application programming interface”.
1.2.14. API manager Copy linkLink copied to clipboard!
1.2.15. API method Copy linkLink copied to clipboard!
1.2.16. API product Copy linkLink copied to clipboard!
1.2.17. APIcast Copy linkLink copied to clipboard!
An API gateway based on NGINX used to integrate internal and external APIs with Red Hat 3scale API Management. APIcast is the interface that handles API requests, and depending on its configuration it can handle access control, rate limiting, security filtering, logging, routing, caching, etc. See also Section 1.2.22, “application programming interface”, Section 1.17.3, “product”.
1.2.18. APIcast gateway Copy linkLink copied to clipboard!
1.2.19. app identifier Copy linkLink copied to clipboard!
Authentication method working with app identifier. See also Section 1.2.20, “app key”.
1.2.20. app key Copy linkLink copied to clipboard!
Authentication method with app keys. See also Section 1.2.19, “app identifier”.
1.2.21. application Copy linkLink copied to clipboard!
A piece of software code which is developed to perform some logic. The application will normally have associated to it within the 3scale system a unique set of credentials for the API, a traffic history of the calls sent to the API and meta-data captured at application creation. Applications are linked to developer accounts. See Section 1.2.9, “API consumer”. See also Section 1.5.2, “developer account”.
1.2.22. application programming interface Copy linkLink copied to clipboard!
- An interface to a software component that can be invoked at a distance over a communications network using standards based technologies.
- A logical bundle of processes, functions, and methods offered by a programming library, as an abstraction layer, to be used by another computer program.
See also Section 1.1.2, “[Your_API_name]”, Section 1.2.17, “APIcast”, Section 1.2.13, “API key”, Section 1.3.1, “backend”, Section 1.6.1, “endpoint”, Section 1.6.2, “end user”, Section 1.14.3, “method”, Section 1.17.3, “product”, Section 1.20.1, “service”.
1.2.23. authentication Copy linkLink copied to clipboard!
The process of verifying the identity of a user or server requesting access to an API or product.
1.3. B Copy linkLink copied to clipboard!
1.3.1. backend Copy linkLink copied to clipboard!
- In the context of API as a Product, one or more APIs bundled in a product. See also Section 1.3.2, “base URL”, Section 1.17.3, “product”.
- As an API, see also Section 1.2.8, “API backend”.
- As a 3scale component, see Section 1.1.6, “3scale API Management backend”.
1.3.2. base URL Copy linkLink copied to clipboard!
- In the context of APIs as a Product, the private endpoint defined in the backend. See also Section 1.3.1, “backend”, Section 1.6.1, “endpoint”.
- The URL address defined in the Integration Settings for the API Gateway. These addresses are the Staging Public Base URL, and the Production Public Base URL.
1.4. C Copy linkLink copied to clipboard!
1.4.1. client Copy linkLink copied to clipboard!
1.4.2. CMS Copy linkLink copied to clipboard!
1.5. D Copy linkLink copied to clipboard!
1.5.1. deprecated Copy linkLink copied to clipboard!
Pertaining to an entity, such as a feature or supported configuration, that is supported but no longer recommended and that might become obsolete. See also Section 1.19.1, “removed”.
1.5.2. developer account Copy linkLink copied to clipboard!
- In 3scale Hosted, all accounts the API provider sees are developer accounts.
- In 3scale On-premises, in the tenant Admin Portal, accounts are considered as developer accounts. See also Section 1.2.21, “application”, Section 1.21.1, “tenant account”.
1.5.3. Developer Portal Copy linkLink copied to clipboard!
The site where developers can subscribe to APIs. From this site, developers can manage their subscription, have access to their APIs, create applications, access the interactive API documentation, 3scale API docs, see their API consumption, etc. See also Section 1.2.4, “Admin Portal”.
1.5.4. discontinued Copy linkLink copied to clipboard!
1.6. E Copy linkLink copied to clipboard!
1.6.1. endpoint Copy linkLink copied to clipboard!
One end of a communication channel. When an API interacts with another system, the touchpoints of this communication are considered endpoints. See also Section 1.2.22, “application programming interface”, Section 1.3.2, “base URL”, Section 1.14.2, “mapping rule”, Section 1.14.3, “method”.
1.6.2. end user Copy linkLink copied to clipboard!
The user of an application which calls one or multiple products and APIs. See also Section 1.2.22, “application programming interface”, Section 1.17.3, “product”.
1.7. F Copy linkLink copied to clipboard!
1.7.1. field definition Copy linkLink copied to clipboard!
Fields displayed when either a new user, application, or account is created.
1.8. G Copy linkLink copied to clipboard!
1.9. H Copy linkLink copied to clipboard!
1.9.1. hit Copy linkLink copied to clipboard!
The built-in metric to which all methods report. Additional top-level metrics can be added here in order to track other usage that should not increase the hit count. See also Section 1.14.4, “metric”.
1.9.2. host URL Copy linkLink copied to clipboard!
1.10. I Copy linkLink copied to clipboard!
1.10.1. integration error Copy linkLink copied to clipboard!
Error messages generated by 3scale when calls are performed with an incorrect set of credentials, incorrect IDs, URL addresses, etc. These messages can be errors coming from the application which is calling the API, or they can be a configuration error with the integration of the API with 3scale.
1.11. J Copy linkLink copied to clipboard!
1.12. K Copy linkLink copied to clipboard!
1.13. L Copy linkLink copied to clipboard!
1.14. M Copy linkLink copied to clipboard!
1.14.1. management portal Copy linkLink copied to clipboard!
1.14.2. mapping rule Copy linkLink copied to clipboard!
Rule that associates incoming calls from specific endpoints to the corresponding methods and metrics created in 3scale. Usage tracking, endpoint access and limits are based on the methods and metrics that are configured with mapping rules. See also Section 1.6.1, “endpoint”, Section 1.14.3, “method”, Section 1.14.4, “metric”.
1.14.3. method Copy linkLink copied to clipboard!
Allowed interactions -such as GET, POST or DELETE- with an API or a product. Methods are used to track the usage of products and API on 3scale. A method can be added for each of the HTTP methods available on the API endpoints for the API. By default, on 3scale, method calls trigger the built-in hits metric. See also Section 1.2.22, “application programming interface”, Section 1.6.1, “endpoint”, Section 1.14.2, “mapping rule”, Section 1.14.4, “metric”.
1.14.4. metric Copy linkLink copied to clipboard!
Track of specific calls to an API. This tracking is done by mapping the calls to one or more URL patterns in the Mapping Rules section of the integration page. Metrics are cumulative and not discrete. The built-in top level metric on 3scale is Hits. Additional top level metrics can be added if needed, and these are considered separately. See also Section 1.9.1, “hit”, Section 1.14.2, “mapping rule”, Section 1.14.3, “method”.
1.15. N Copy linkLink copied to clipboard!
1.16. O Copy linkLink copied to clipboard!
1.16.1. OAS Copy linkLink copied to clipboard!
1.16.2. OpenAPI Specification Copy linkLink copied to clipboard!
A standard, language-agnostic interface to RESTful APIs which allows both humans and computers to discover and understand the capabilities of the service without access to source code, documentation, or through network traffic inspection. See also Section 1.1.5, “3scale API Management docs”, Section 1.2.2, “ActiveDocs”.
1.17. P Copy linkLink copied to clipboard!
1.17.1. plan Copy linkLink copied to clipboard!
Approach for granting access to specific APIs and endpoints, limiting traffic and monetizing API usage. 3scale has different types of plans that can be used on their own or in conjunction, such as Application plans and Account plans.
1.17.2. potential upgrade Copy linkLink copied to clipboard!
Developer accounts that trigger traffic limit alerts. These developer accounts could potentially be upgraded to a plan which meets their needs in terms of traffic volume.
1.17.3. product Copy linkLink copied to clipboard!
A bundle of one or more API backends. See also Section 1.1.4, “[Your_product_name]”, Section 1.2.4, “Admin Portal”, Section 1.2.17, “APIcast”, Section 1.2.22, “application programming interface”, Section 1.3.1, “backend”, Section 1.6.2, “end user”.
1.18. Q Copy linkLink copied to clipboard!
1.19. R Copy linkLink copied to clipboard!
1.19.1. removed Copy linkLink copied to clipboard!
Pertaining to an entity, such as a feature or supported configuration, that is not available in the product and is no longer supported. See also Section 1.5.1, “deprecated”.
1.20. S Copy linkLink copied to clipboard!
1.20.1. service Copy linkLink copied to clipboard!
1.20.2. service token Copy linkLink copied to clipboard!
Key used to authenticate against the Service Management API. These keys are auto generated, unique per service, and shared between the users of an account. Use Service Tokens from within the 3scale API docs. See also Section 1.2.3, “access token”.
1.21. T Copy linkLink copied to clipboard!
1.21.1. tenant account Copy linkLink copied to clipboard!
In 3scale on-premises, the Master Admin Portal considers accounts as tenant accounts. See also Section 1.2.12, “API provider”, Section 1.5.2, “developer account”.
1.22. U Copy linkLink copied to clipboard!
1.23. upstream Copy linkLink copied to clipboard!
In 3scale API Management, upstream means the service protected by 3scale. When using 3scale APIcast, which works as a reverse proxy for the customer’s service, upstream refers to the customer’s service itself. APIcast acts as a go-between, handling and securing data flow between client requests and the customer’s upstream service.