Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions rpc/gnmi/gnmi-specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -1638,6 +1638,10 @@ with one of the following `modes`:
driven (e.g., the changing of state of an entity based on an external
trigger) then an `ON_CHANGE` subscription may be created, whereas if other
data represents counter values, a `SAMPLE` subscription may be created.
In addition to this, the target MUST select the `sample_interval` for a
Comment thread
ashu-ciena marked this conversation as resolved.
Outdated
`SAMPLE` subscription under this mode, on a per-leaf basis for a fast
periodic response. The target MAY change the `sample_interval` dynamically
without notifying the client.
Comment thread
ashu-ciena marked this conversation as resolved.
Outdated

##### 3.5.1.5.3 POLL Subscriptions

Expand Down