- OpenDaylight Cookbook
- Mathieu Lemay Alexis de Talhou?t Jamie Goodyear Rashmi Pujar Mohamed El Serngawy Yrineu Rodrigues
- 64字
- 2021-07-02 21:38:35
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.
推薦閱讀
- 一步一步學Spring Boot 2:微服務項目實戰
- Node.js 10實戰
- 趣學Python算法100例
- Python 3破冰人工智能:從入門到實戰
- Windows Server 2016 Automation with PowerShell Cookbook(Second Edition)
- Mastering Android Game Development
- SSM開發實戰教程(Spring+Spring MVC+MyBatis)
- Bootstrap for Rails
- 測試架構師修煉之道:從測試工程師到測試架構師
- INSTANT Apache ServiceMix How-to
- 算法秘籍
- HTML5移動Web開發
- Mastering OpenStack
- Mastering Bootstrap 4
- Spring Boot從入門到實戰