...
The API gateway provides WEB access to all SDN-R related web service providers considering cross origin resource sharing (CORS) principles.
The Opendaylight default UI HTTP port is extendet by additonal URIs.
Path | Access | Description |
---|---|---|
/database | elasticsearch | provides Elastic search REST-API |
/aai | AAI | uses AAI API |
/ms | mediator servers | provides api for external mediators based on Melacon NetConf2SNMP projectTODO: property file example |
Architecture
Gliffy | ||||
---|---|---|---|---|
|
Configuration
The following snippet shows an exmaple of the configuration data for the API-Gateway component:
Filename: apigateway.properties
aai=https://aai.onap.myserver.com:8443 |
---|
Reconfiguration
Paths are defined within
...