Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1.21 KB

02-10-broker-endpoints.md

File metadata and controls

15 lines (10 loc) · 1.21 KB

Kyma Environment Broker Endpoints

Kyma Environment Broker (KEB) implements the Open Service Broker API (OSB API). All the OSB API endpoints are served with the following prefixes:

Prefix Description
/oauth Defines a prefix for the endpoint secured with the OAuth2 authorization. The value for the SAP BTP region is specified under the broker.defaultRequestRegion parameter in the values.yaml file.
/oauth/{region} Defines a prefix for the endpoint secured with the OAuth2 authorization. The SAP BTP region value is specified in the request.

Note

When the {region} value is one of EU Access BTP regions, the EU Access restrictions apply. For more information, see EU Access.

Besides OSB API endpoints, KEB exposes the REST /info/runtimes endpoint that provides information about all created Runtimes, both succeeded and failed. This endpoint is secured with the OAuth2 authorization.

For more details on KEB APIs, see swagger.