Skip to content
Merged
Changes from 6 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 @@ -1636,6 +1636,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.
The target is expected to choose and change a `sample_interval` dynamically.
Comment thread
ashu-ciena marked this conversation as resolved.
Outdated
If `sample_interval` is specified in the subscribe request, the target
`SHOULD` reject the subscription by closing the Subscribe RPC specifying an
`InvalidArgument (3)` error code.

##### 3.5.1.5.3 POLL Subscriptions

Expand Down