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>
- SQL Server 從入門(mén)到項(xiàng)目實(shí)踐(超值版)
- Learning Docker
- 區(qū)塊鏈:以太坊DApp開(kāi)發(fā)實(shí)戰(zhàn)
- Getting Started with Python Data Analysis
- UML 基礎(chǔ)與 Rose 建模案例(第3版)
- Mobile Device Exploitation Cookbook
- 深入實(shí)踐Kotlin元編程
- Python Machine Learning Blueprints:Intuitive data projects you can relate to
- 單片機(jī)原理及應(yīng)用技術(shù)
- Python Projects for Kids
- Android編程權(quán)威指南(第4版)
- Drupal Search Engine Optimization
- 從零開(kāi)始學(xué)Unity游戲開(kāi)發(fā):場(chǎng)景+角色+腳本+交互+體驗(yàn)+效果+發(fā)布
- Java面試一戰(zhàn)到底(基礎(chǔ)卷)
- 區(qū)塊鏈:技術(shù)與場(chǎng)景