API Bindings
API-bindings are optional specification created per API dependency in integration namespace at Solution Designer. They can be overwritten via configuration management under configuration-controller as solution specific configuration
To specify the API-bindings follow the steps below:
- Under configuration-management, open the
configuration-controller
- Use
POST
at /api/cfg/v1/runtimes/{runtimeName}/solutions/{solutionAcronym}/configurations/{configurationName} method toCreate an API-binding
The Request Parameters needed are the following:
Parameter | TYPE | Description |
configurationName |
path parameter (String) | The name of the configuration, must be same as API-dependency name in Solution Designer. |
runtimeName |
path parameter (String) | The name of the specific Solution Envoy, e.g.
cpd-runtime-default . |
solutionAcronym |
path parameter (String) | Acronym of the specific solution, e.g. ORDERS . |
configurationValue |
body parameter (JSON) | The configuration values (Body Parameters) to override. |