Important Note

This space contains files and text snippets that are used throughout the Scheer PAS documentation.
This content is not meant to be read independently from the rest of the documentation.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 168 Next »

Excerpts from Version 23.2

Oops, it seems that you need to place a table or a macro generating a table within the Table Filter macro.

The table is being loaded. Please wait for a bit ...

ChapterNameExcerptUsage
Generaladding_versions

To create a new version, click (go to The Concepts of API Management > Versioning for detailed information).

Generalapi_learn_more

Use the Learn More button on the API that you want to consume.

This will open the API's details.

Policiescors_policy_chain_text

API Management sets the CORS headers in the following order:

  1. CORS headers from the CORS policy have the highest priority.
  2. If no CORS policy has been defined, CORS headers from the external API are used.

For detailed explanations about Cross-Origin Resource Sharing (CORS) visit the official Mozilla documentation.

Generalcreate_button

No matter where you are in the API Management, the Create button is always displayed at the bottom right and opens the creation menu.

Generalcreation_wizard

A wizard will now guide you through the creation process.

First you need to enter the mandatory settings:

  • Name: Enter a name. The name is not changeable after creation.

  • Version: Enter a version number or name.

You can enter numbers and text in field Version. Go to The Concepts of API Management > Versioning for detailed information.

You can then enter a description. The description is optional and can also be entered or changed later on the details page.

Click Next to continue.

Generalenable_delete_button

The Delete button is only enabled if you activate the checkbox.

Policiesinfo_java_syntax

Regular expressions must be written in Java syntax.

Policiesinfo_stateful_request_payload

If you want to cache POST requests, you have to enable stateful request payload inspection in the settings of your API.

APIsinfo_testing_apis

Testing of API configurations is only possible with REST APIs that are coming with an OpenAPI Specification.

Policiesnote_allowlist_blocklist

An BLOCKLIST policy overrides an ALLOWLIST policy.

Policiesnote_api_behind_proxy

Please disable the TLS check if you are using Scheer PAS 21.1 or a newer version, because all PAS components are running behind a proxy server.


Generalplan_sign_up

In the Plans section, you find all available plans for the API and information on whether approval is required for a plan.

Click the Sign Up button on the plan you want to register for.

Generalsuccessful_deletion

A toast message indicates successful deletion.

Generaltip_infos_about_policies

Refer to chapter Policies for an overview of the standard policies supplied with Scheer PAS API Management. Page Attaching Policies explains how to attach and configure a policy.

Generaltip_navigation

For detailed information about navigating and filtering the list go to Working With the API Management.

Generaltip_visibility_concept

For detailed information about the visibility concept, visit page The Concepts of API Management.


Policiesxxx

Excerpts up to Version 23.1.1

Some API Management excerpts are saved within the documenation, see API Management excerpts managed directly in the documentation for an overview.


Oops, it seems that you need to place a table or a macro generating a table within the Table Filter macro.

The table is being loaded. Please wait for a bit ...

ChapterNameExcerptUsage
Policiesapi_behind_proxy

Please disable the TLS check if you are using Scheer PAS 21.1 or a newer version, because all PAS components are running behind a proxy server.

Policiesapi_blacklist_whitelist

An IP Blocklist policy overrides an IP Allowlist policy.

Terms & Definitionsapi_contracts_and_keys

API Contracts and API Keys

Only public APIs can be accessed by any consumer. The only way for a client to consume a private API is by using an API contract. An API contract is a link between a client and an API through a plan offered by that API.

API contracts can only be created between clients and published APIs which are offered through at least one plan. An API contract cannot be created between a client and a public API.

When an API contract is created, the system generates a unique API Key. This key is unique per client and the same for all contracts of this client. All requests made to the API by a client through the gateway must include this API Key. The API Key is used to create the runtime policy chain from the policies configured on the API, plan and client.

You can forward the X-API-Key to the service using the API Key policy. However, you cannot define your own value for the X-API-Key, since the gateway uses the key to identify the clients.

General Notes, Infos, Tipsapi_displayed_when_published

This tab is only visible for published APIs.

General Notes, Infos, Tipsapi_displayed_when_registered

This tab is only visible for registered clients.

Developer Portalapi_doc_and_definition

The API Documentation button and a button to download the API definition file are also available here.

Developer Portalapi_documentation_button

The API Documentation button grants access to the Swagger UI where the user can test the API (refer to Testing APIs for further information).

Policiesapi_enable_option

It is strongly recommended to enable this option.

General Notes, Infos, Tipsapi_link_to_policy_page

On page Policies you can find an overview of the standard policies supplied with Scheer PAS API Management. Page Assigning Policies shows how to configure a policy.

Policiesapi_move_policies

The order of the policies is important. The order in which the policies appear in the user interface determines the order they will be applied at runtime. You can drag a policy up and down the list to change the order:

General Notes, Infos, Tipsapi_my_all_hint

If you want to edit API Management elements, you need to access them via the My... menu items (see "My" API Management items).

Clientsapi_registered_client

Before the client is registered with the runtime gateway, it is not possible to make requests to backend APIs on behalf of that client.

General Notes, Infos, Tipsapi_save_when_finished

Do not forget to click the Save button when you have finished.

Developer Portalapi_version_label

If more than one version of the API is available, the latest version will be displayed on top. To see the details of earlier versions, expand the labels below the open details page.

General Notes, Infos, Tipsapi_version_number_note

You can enter numbers and text in the Version field which allows the use of version numbers (e.g. 1.0, 2.1 ...) as well as version descriptions (e.g. Gold, Super etc.).

APIsapi_visibility

Use the drop-down list to define which user group can browse the API and the corresponding plan. This affects the view in the API Management itself as well as in the API Developer Portal:

  • Organization Members (default): All members of the organization. The PAS user must be listed in one of the Identity Management groups API-Management-Users, API-Management-Administrators or API-Management-Developer-Portal-Users.
  • API Management Users: Any PAS user listed in Identity Management groups API-Management-Users or API-Management-Administrators.
  • API Developer Portal Visitors: Any PAS user listed in Identity Management group API-Management-Developer-Portal-Users and any user who visits the API Developer Portal, whether logged in or not.

For detailed information about the visibility concept, visit page The Concepts of API Management.

General Notes, Infos, Tipsapi_work_with_items

Click to add a new item to a list, click to show/hide the list of items.

Developer Portalapprover_confirmation

For security reasons, the approver needs to confirm his choice.

Developer Portal

confirm_deletion

For security reasons, you need to confirm the deletion.

Developer Portalcopy_to_clipboard

Use icon to copy the key to the clipboard.

Developer Portalcorresponding_message_in_portal

The user gets a corresponding notification in the API Developer Portal.

Policiescors_policy_chain

API Management sets the CORS headers in the following order:

  1. CORS headers from the CORS policy have the highest priority.
  2. If no CORS policy has been defined, CORS headers from the external API are used.

For detailed explanations about Cross-Origin Resource Sharing (CORS) visit the official Mozilla documentation.

Terms & Definitionsdefinition_api

APIs in API Management represent real back-end APIs (Application Programming Interfaces). An API is also known as a service, meaning anything that can be invoked remotely by some sort of client. API Management provides a way to turn unmanaged (raw) back-end APIs into managed APIs by attaching policies to them.

Every managed API can be published as Public API or Private API or both:

  • Public APIs are available to consumers without a key. Only policies defined on the API apply to public APIs.
  • Private APIs are only accessible for known consumers, called clients. Every client has an individual key to access the API. Policies defined on the client, the selected plan in the contract and the API apply.

In API Management, users can create new APIs manually or easily import them from the API Catalog.

Terms & Definitionsdefinition_client

The client is the consumer of the API:

  • The client consumes managed APIs offered through API Management.
  • Each client can consume multiple APIs within API Management. The relation between client and API is defined via a contract and a plan.
  • As with an API or a plan, you can also add policies to a client. When creating a contract, an API-Key to invoke the API will be assigned.

Terms & Definitionsdefinition_contract

A contract relates a client to an API, using a plan.

Terms & Definitions

definition_organization

Almost everything in the API Management data model exists in the context of an organization:

  • An organization is a logical unit within API Management. This can be a company, department, etc.
  • An organization is a container of other elements: plans, APIs, and clients are defined per organization.
  • Every user must be associated with at least one organization to be able to manage elements in the application.
  • API Management implements role-based access control for users. You can give organization members different roles to restrict the actions he is able to perform and the elements he can manage within the organization.
  • Membership for each organization can be easily managed in the Organization tab.

Terms & Definitionsdefinition_plan

A plan is a set of policies that defines the level of service API Management provides for an API.

  • Plans enable users to define multiple different levels of service for their APIs.
  • Plans specify the contract between a client and an API.
  • It is common to define multiple plans with divergent configuration options for the same API.
    Example:
    An organization offers two plans for the same API: Plan A is more expensive than plan B, but it offers a higher level of API requests in a given (and configurable) period of time.

Terms & Definitionsdefinition_policy

Policies are at the lowest level of the data model, but they are the most important concept: A policy is a rule or a set of rules API Management uses to manage access to your APIs.

  • Policies are applied to all API requests and represent a unit of work applied at runtime to the request by API Management.
  • You can define a policy chain, a defined order in which the policies will be applied to API requests.

Developer Portal

description_api_definition_download

Downloads the API definition file.

Developer Portal

description_api_documentation

Displays the Open API definition (Swagger) and allows for making test calls if the API is available.

Developer Portaldetails_page_public

On the details page of a Public API, users can find further information about the API such as an extended description and the public endpoint.

Notificationsinfo_enable_mail_notifications

The notifications can also be sent by by email. This feature must be enabled during the the setup of your Scheer PAS installation. Ask your Scheer PAS administrator for help.

Planslocked_plans

Once a plan is locked, it cannot be revised anymore. However, you can still create a new version of this plan.

Administrationmanage_users

API Management uses the Identity Management to manage its users. This tool can manage users for multiple applications. Data for each application is stored in so called "realms":

  • Users of Identity Management itself are stored to realm Master.
  • Users of API Management and Log Analyzer are stored to realm Apiman.

Thus, you need to have to separate admin accounts: one for Identity Management, and one for API Management.

Plansnote_on_plan_usage

Only locked plans can be used by APIs in the organization. See Locking a Plan for more information.

General Notes, Infos, Tips

note_read_confirmation_dialog

Please read the confirmation dialog carefully.

Policiesnote_require_true

Make sure that this option is true if you want to use this policy for authentication.

Policiesproxy_x_real

In the default setup the gateway runs behind a proxy. In the default scenario there is no need to add the header X-Real-IP in the custom header field IP Address HTTP Header.

Supportsupport_overview

  1. First of all you can consult our complete technical documentation.
    The documentation is divided into several guides:
  2. If you can't solve your problem with help of the documentation, you can file a ticket to our support team at support@scheer-pas.com.
    All mails to our support mailbox will open a ticket in our service desk.
    Optionally, you may use our service desk portal. There, you can manage your tickets and raise new support requests. Using the portal requires you to register your email address, which will not take much time.
  3. To help you with your problem, our Support team needs some information on your software and environment. Please refer to Information to Include in a Support Request for more details on this.

Policiesswagger_definition_changes

Adding or removing policies does not enrich the Open API documentation. You need to adjust your documentation manually.

Clientsswagger_ui

For more information about the functions of the Swagger UI, go to the Swagger homepage.

Administrationtest_gateway_nok

If the configuration is invalid, an error message will be shown including further information about the error itself:

Administrationtest_gateway_ok

If the gateway configuration is correct, you will get a success message:

APIstesting_api_with_swagger

Testing of API configurations is only possible with REST APIs that are coming with an OpenAPI Specification.

Metricstipp_elaborated_metrics

PAS 22.1 For more elaborated metrics, have a look at the Log Analyzer which offers a default dashboard visualizing API Management insights.

General Notes, Infos, Tipsuse_breadcrump

Use the breadcrumb menu at the top of the page for guidance.

Organizations

version_note_api_org_creation

From PAS 22.1 all API Management users can create new organizations. In earlier versions, only users with role Administrator had been able to create organizations.

API Management excerpts managed directly in the documentation

ChapterExcerpt NamePage of the Original(Re-)Usage
Administrationdata_export

API Management Backup and Restore


Administrationbackup

API Management Backup and Restore


Administrationdata_import

API Management Backup and Restore


Administrationrestore

API Management Backup and Restore


Administrationkeycloak_login

Managing Users and Permissions

Policiespolicy_overview_table

Policies

Policiesinfo_post_requests

Caching Resources

Metricsapi_metrics

Metrics

Metricsclient_metricsMetrics
Some Common API Management Use Casespage_content
Securing Designer Services via API Management

  • No labels