commit | 1156b2798877f77ed76bf4de1f597f7c63165702 | [log] [tgz] |
---|---|---|
author | Anjali Thontakudi <anjali.thontakudi@gmail.com> | Tue Jul 02 18:37:52 2019 +0000 |
committer | Shad Ansari <shad@opennetworking.org> | Wed Jul 10 18:44:13 2019 +0000 |
tree | 5333786090d6e2165a985bf43fc43137ce357680 | |
parent | 7f2e3d9249a50228444619e5e38237e35fb45b9b [diff] |
Added HTTP request information when getting PON interface status Change-Id: Icdff750b6e9414cd2ee3e10ac5640fc9ebc979e9
diff --git a/voltha/adapters/openolt/protos/openolt.proto b/voltha/adapters/openolt/protos/openolt.proto index 415791d..7e52f02 100644 --- a/voltha/adapters/openolt/protos/openolt.proto +++ b/voltha/adapters/openolt/protos/openolt.proto
@@ -110,7 +110,12 @@ }; } - rpc GetPonIf(Interface) returns (IntfIndication) { } + rpc GetPonIf(Interface) returns (IntfIndication) { + option (google.api.http) = { + post: "/v1/GetPonIf" + body: "*" + }; + } rpc DisablePonIf(Interface) returns (Empty) { option (google.api.http) = {