- 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.
推薦閱讀
- 數(shù)據(jù)庫系統(tǒng)原理及MySQL應(yīng)用教程(第2版)
- Unreal Engine Physics Essentials
- 流量的秘密:Google Analytics網(wǎng)站分析與優(yōu)化技巧(第2版)
- VMware View Security Essentials
- GitLab Cookbook
- C語言程序設(shè)計教程(第2版)
- Python神經(jīng)網(wǎng)絡(luò)項目實戰(zhàn)
- Learning Firefox OS Application Development
- MySQL數(shù)據(jù)庫管理與開發(fā)實踐教程 (清華電腦學(xué)堂)
- JavaScript by Example
- Python機器學(xué)習(xí)經(jīng)典實例
- Android底層接口與驅(qū)動開發(fā)技術(shù)詳解
- Canvas Cookbook
- Python 3 Object:oriented Programming(Second Edition)
- 玩轉(zhuǎn).NET Micro Framework移植:基于STM32F10x處理器