GET data store
To see the data contained in the device data store, use the following request:
- Type: GET
- Headers:
Authorization: Basic YWRtaW46YWRtaW4=
- URL: http://localhost:8080/restconf/config/network-topology:network-topology/topology/topology-netconf/node/new-netconf-device/yang-ext:mount/
Adding yang-ext:mount/ to the URL will access the mount point created for new-netconf-device. This will show the configuration data store. If you want to see the operational one, replace config with operational in the URL.
If your device defines the YANG model, you can access its data using the following request:
- Type: GET
- Headers:
Authorization: Basic YWRtaW46YWRtaW4=
- URL: http://localhost:8080/restconf/config/network-topology:network-topology/topology/topology-netconf/node/new-netconf-device/yang-ext:mount/<module>:<container>
The <module> represents a schema defining the <container>. The <container> can either be a list or a container. It is not possible to access a single leaf. You can access containers/lists within containers/lists. The last part of the URL would look like this:
.../ yang-ext:mount/<module>:<container>/<sub-container>
- Web程序設計及應用
- OpenCV實例精解
- Learning C++ Functional Programming
- ASP.NET Core 2 and Vue.js
- Android Application Development Cookbook(Second Edition)
- INSTANT Sencha Touch
- Instant QlikView 11 Application Development
- 從0到1:Python數據分析
- Nginx實戰:基于Lua語言的配置、開發與架構詳解
- Windows Phone 7.5:Building Location-aware Applications
- Node Cookbook(Second Edition)
- Android嵌入式系統程序開發:基于Cortex-A8(第2版)
- GitHub入門與實踐
- Sails.js Essentials
- HTML5 and CSS3:Building Responsive Websites