SDN-R provider to access data from database and network for Clients.
APIs are
API | Description |
---|---|
DataProvider RPC | FCAPS function |
About | Version info |
GetYangSchema | Provide collected yang specs (scheme-cache) |
ReadyServlet | Ready status of SDN-R |
mediator gateway | |
read-inventory-tree | Analysis of inventory data. See ODLUX DB API Guilin Extension |
DataProvider RPC
The bundle data-provider is the Web-API for our Database to read, write, update and delete data. The reason for this is the abstraction and exchangeability of the database (currently elasticsearch). Its provided data is specified in the data-provider.yang in the submodule data-provider-model. Each datatype is so called Entity.
...