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.
推薦閱讀
- LaTeX Cookbook
- WildFly:New Features
- Reporting with Visual Studio and Crystal Reports
- LabVIEW2018中文版 虛擬儀器程序設計自學手冊
- C++ Builder 6.0下OpenGL編程技術
- 樂學Web編程:網站制作不神秘
- WordPress Plugin Development Cookbook(Second Edition)
- Spring+Spring MVC+MyBatis整合開發實戰
- SQL 經典實例
- 開源項目成功之道
- Arduino計算機視覺編程
- Ext JS 4 Plugin and Extension Development
- Arduino電子設計實戰指南:零基礎篇
- 程序員的成長課
- Selenium WebDriver Practical Guide