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
.