-
Current pygnmi supports common parameters for all xpaths provided. Please enhance to pass specific arguments for each xpath(subscription)
-
I would like to ask for an extension in Subscription message allowing to define a "filter criteria". In case the collector subscribes to large tables, it would be beneficial to define a filter criteri…
-
Sections 2.3.1 and 2.4.3 suggest that that data returned should begin at the requested data element omitting all parent nodes (eg. the example json_val contents for path "/a/b[name=b1]/c" under 2.3.1)…
-
Hi,
I am testing this telemetry app with GNMIC and I am able to do the subscribe and capabilities request. I am getting the expected output but here I am only creating one gnmi session.
Is there a…
-
gNMI currently only supports dial-in (i.e. a client coming from the outside and connecting to the network element where the gRPC server implementing the gNMI spec listens), but we see a need for a dia…
tsuna updated
2 years ago
-
Today for gNMI.Subscribe a list of subscriptions can be provided. However, it is possible that overlap is created with different subscription behaviors.
For example, assume a subscription list spec…
-
It would be really useful to have the conditions available to all formatters. We receive multiple sensors and I don't want to apply formatters to all events.
One example here is group-by.
```
…
-
Hi All,
The GetResponse message consists of:
`notification - a set of Notification messages, as defined in Section 2.1. The target MUST generate a Notification message for each path specified in…
-
In section 3.3.2 for GetResponse the spec dictates:
`The target MUST generate a Notification message for each path specified in the client's GetRequest`
Similarly in section 3.4.2:
`response …
-
I've generated go structs which i'm populating from json. After validation, i want to store/share in protobuf serialized format. I'm not finding proper way for conversion between generated go struc…