We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a689c10 commit adecfa6Copy full SHA for adecfa6
src/cisco_gnmi/xe.py
@@ -248,9 +248,11 @@ def subscribe_xpaths(
248
-------
249
subscribe()
250
"""
251
+ supported_request_modes = ["STREAM"]
252
request_mode = "STREAM"
- supported_encodings = ["JSON", "JSON_IETF"]
253
+ supported_sub_modes = ["SAMPLE"]
254
sub_mode = "SAMPLE"
255
+ supported_encodings = ["JSON", "JSON_IETF"]
256
subscription_list = proto.gnmi_pb2.SubscriptionList()
257
subscription_list.mode = util.validate_proto_enum(
258
"mode",
0 commit comments