commit | 65d0447bc6f89bba7a4c1c21582add23fee67411 | [log] [tgz] |
---|---|---|
author | Nicolas Palpacuer <np202g@att.com> | Thu Sep 06 15:53:37 2018 -0400 |
committer | Shad Ansari <shad@opennetworking.org> | Fri Sep 07 18:00:28 2018 +0000 |
tree | 78ed4cf04c89bb036dfad5b0089a16803e49b3c0 | |
parent | 6a63ea9a9b6f8806ffbab5134e3b1cbe5c353b05 [diff] [blame] |
VOL-931 Adding statistics collection trigger Change-Id: I6fd6e3254b83cb0f4f3b3a6aa2abde5065a24753
diff --git a/protos/openolt.proto b/protos/openolt.proto index d02b64f..2ee2346 100644 --- a/protos/openolt.proto +++ b/protos/openolt.proto
@@ -109,6 +109,13 @@ }; } + rpc CollectStatistics(Empty) returns (Empty) { + option (google.api.http) = { + post: "/v1/CollectStatistics" + body: "*" + }; + } + rpc Reboot(Empty) returns (Empty) { option (google.api.http) = { post: "/v1/Reboot"