...
API | URL | Description |
---|---|---|
DataProvider RPC | /rest | FCAPS function |
About | /about | Version info (format in Markdown, rendered by aboutPage in ODLUX) |
GetYangSchema | /yang-schema | Provide collected yang specs (scheme-cache) Yang Download Service |
ReadyServlet | /ready | GET /ready |
mediator gateway | /ms | Proxy function to manage a Mediator Gateway |
read-inventory-tree | /treeAnalysis | of inventory data. Get device Inventory data from database |
userdata | /userdata | See: ODLUX DB API Extension for Userdata |
...
GET /ms/{ms-server-db-id}/api/?task=getconfig
to
...
{mediator-server-url
...
}/api/?task=getconfig
and forwards response from the server.
...