BGPCEP: Match Neighbor Condition doc
[docs.git] / docs / user-guide / jsonrpc-user-guide.rst
1 .. _jsonrpc_user_guide:
2
3 JSON-RPC User Guide
4 ===================
5
6 Overview
7 --------
8
9 JSON-RPC 2.0 is a lightweight remote procedure call and notification
10 specification maintained by http://www.jsonrpc.org/. OpenDaylight uses the
11 YANG-modelled JSON-RPC 2.0 specification as described in the IETF DRAFT:
12 https://tools.ietf.org/html/draft-yang-json-rpc-00
13
14 Supported Transports
15 --------------------
16
17 The JSON-RPC 2.0 plugin in OpenDaylight supports both ODL as server
18 and as a client with ZMQ. HTTP support will be added in future
19 versions.
20
21 Additional Information
22 ----------------------
23
24 JSON-RPC 2.0 is primarily intended for developers of interfaces
25 and extensions that are used to connect OpenDaylight to external systems.
26 For additional information, please see the JSON-RPC Developer Guide.