Skip to main content

Endpoint Configuration

In this tab, policies, protocol conversion settings, and endpoint management operations can be performed for the selected API Proxy. Development Tab

Endpoint Operations

Each API Proxy has its own endpoints that act as proxies for the endpoints of the Backend API placed in front of it. If the API Proxy has been created using an API Specification File created with the API Specification Document Editor, by providing the address of a WSDL, Swagger, or OpenAPI file, or by uploading such a file, an endpoint with the same name is automatically created in the API Proxy for each endpoint that exists in that file. Method/Endpoint List Users may want to add new ones, update existing ones, delete, or disable endpoints for a certain or indefinite period for the following possible reasons:
  • One or more new endpoints have been added to the Backend API
  • One or more endpoints have been deleted from the Backend API
  • The name or HTTP method of one or more endpoints in the Backend API is desired to be hidden from clients
  • One or more endpoints in the Backend API are desired to be completely or temporarily closed to client access

Selecting Endpoint

When the name of any endpoint in the endpoint list is clicked, that endpoint is selected and the interface is updated accordingly.
  1. In the list, the color changes to indicate which endpoint is selected.
  2. In the upper middle section, which endpoint is selected is shown.
  3. In the lower middle section, links to operations that can be performed for this endpoint are displayed.
  4. On the right side, which endpoint of the Backend API the selected endpoint is related to is visible.
Method/Endpoint Selection

Adding and Updating REST Endpoint Settings

Endpoint addition and update operations can be performed in REST type API Proxies. Endpoint addition is not allowed in SOAP, GRPC, and WEBSOCKET type API Proxies and in API Proxies created with Connectors or of Reverse Proxy type. The information in the window that opens when the Edit Endpoint link is clicked is the same as the information in the window that opens when the Add button is pressed, and its image is shown below: REST Endpoint Settings

REST Endpoint Settings Fields

Deleting Endpoint

The Delete Endpoint link is clicked. After the confirmation process, the endpoint is deleted.

Temporarily Disabling Endpoint

It is possible to close an endpoint to access without deleting it. For this, the Disable Endpoint link is clicked. When the link is clicked, the endpoint is disabled, and along with this, the following changes occur in the interface.
  1. The icon next to the endpoint changes to show that the endpoint is out of use.
  2. The Disable Endpoint link disappears. Instead, the Enable Endpoint link appears.
Method/Endpoint Disabling

Testing Endpoint

If an API Proxy has been deployed to at least one environment, endpoints can be easily tested from this tab. For this, when the Test Endpoint link is clicked for the selected endpoint, the Test Console opens for this endpoint.

Next Steps

SOAP Method Configuration

SOAP method configuration

General Information Tab

API Proxy general information

Settings

API Proxy settings

Test Console

API Proxy test operations