...
The API gateway provides WEB access to all wt SDN-R related web service providers to prevent cross site requests. considering cross origin resource sharing (CORS) principles.
The Opendaylight default UI port is extendet by additonal URIs.
Path | Access | Description |
---|---|---|
/database | elasticsearch | provides Elastic search REST-API |
/aai | AAI | uses AAI API |
/ms | mediator servers |
Usage Reconfiguration
Paths are defined within
Code Block |
---|
nano $ODL_KARAF_HOME/etc/apigateway.properties |
Restart the bundle in the karaf console
Code Block |
---|
./$ODL_KARAF_HOME/bin/client
bundle:restart apigateway-impl |
With the next request on apigateway it will be newly instantiated and the properties will be reloaded.
Related Issues
Jira Legacy | ||||||||
---|---|---|---|---|---|---|---|---|
|
...