X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-rest-connector%2Fsrc%2Fmain%2Fyang%2Fopendaylight-rest-connector.yang;h=6fa9c86ec1879985afa664783f65e483ffad60da;hb=92cd266a60a0dd246324654d456b5068207d3037;hp=6d2add6ff14313b8824a5ade4d8cba187260bc24;hpb=a41c1ca36ad9be6b8e43413e4477623123b62250;p=controller.git diff --git a/opendaylight/md-sal/sal-rest-connector/src/main/yang/opendaylight-rest-connector.yang b/opendaylight/md-sal/sal-rest-connector/src/main/yang/opendaylight-rest-connector.yang index 6d2add6ff1..6fa9c86ec1 100644 --- a/opendaylight/md-sal/sal-rest-connector/src/main/yang/opendaylight-rest-connector.yang +++ b/opendaylight/md-sal/sal-rest-connector/src/main/yang/opendaylight-rest-connector.yang @@ -31,6 +31,14 @@ module opendaylight-rest-connector { leaf received-requests { type uint64; } + + leaf successful-responses { + type uint64; + } + + leaf failed-responses { + type uint64; + } } augment "/config:modules/config:module/config:configuration" { @@ -70,6 +78,10 @@ module opendaylight-rest-connector { container put { uses statistics; } + + container delete { + uses statistics; + } } container operational {