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>
- ClickHouse性能之巔:從架構設計解讀性能之謎
- INSTANT FreeMarker Starter
- Learning Linux Binary Analysis
- YARN Essentials
- C語言程序設計
- FFmpeg入門詳解:音視頻原理及應用
- 3D少兒游戲編程(原書第2版)
- Android開發案例教程與項目實戰(在線實驗+在線自測)
- Python+Office:輕松實現Python辦公自動化
- Learning Concurrency in Python
- Raspberry Pi Blueprints
- SQL Server on Linux
- 體驗之道:從需求到實踐的用戶體驗實戰
- Instant AppFog
- Image Processing with ImageJ(Second Edition)