Invoking RPC
In order to invoke an RPC on the remote device, you should use the following request:
- Type: POST
- Headers:
Accept: application/xml
Content-Type: application/xml
Authorization: Basic YWRtaW46YWRtaW4=
- URL: http://localhost:8080/restconf/config/network-topology:network-topology/topology/topology-netconf/node/new-netconf-device/yang-ext:mount/<module>:<operation>
This URL is accessing the mount point of new-netconf-device, and through this mount point we're accessing the <module> to call its <operation>. The <module> represents a schema defining the RPC and <operation> represents the RPC to call.
推薦閱讀
- Mastering phpMyAdmin 3.4 for Effective MySQL Management
- 深入淺出Android Jetpack
- Koa開發:入門、進階與實戰
- SEO實戰密碼
- C語言程序設計學習指導與習題解答
- VMware虛擬化技術
- Learning Laravel's Eloquent
- Regression Analysis with Python
- Laravel Application Development Blueprints
- SQL Server 2012 數據庫應用教程(第3版)
- 計算機系統解密:從理解計算機到編寫高效代碼
- Mastering Responsive Web Design
- Go語言從入門到進階實戰(視頻教學版)
- Magento 2 -Build World-Class online stores
- 企業應用架構模式