We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying to understand what the benefits is of adding models under a subscription. I have subs one using models and one is not and the result seems to be the same. I read this and made it little what they can be used for https://openconfig.net/docs/gnmi/gnmi-specification/#26-schema-definition-models
I have tried to look into e.g https://openconfig.net/projects/models/schemadocs/jstree/openconfig-interfaces.html# And the path i get there for counters is not working. /oc-if:interfaces/oc-if:interface/oc-if:state/oc-if:counters Not working /interfaces/interface/state/counters Working
/oc-if:interfaces/oc-if:interface/oc-if:state/oc-if:counters
/interfaces/interface/state/counters
One of many gnmic examples
interface_state_with: paths: - "openconfig-interfaces:/interfaces" models: - "openconfig-interfaces" mode: stream stream-mode: sample sample-interval: 15s heartbeat-interval: 15s encoding: proto interface_state_without: paths: - "/interfaces" mode: stream stream-mode: sample sample-interval: 15s heartbeat-interval: 15s encoding: proto
The text was updated successfully, but these errors were encountered:
This question is probably better asked in the reference repo.
Sorry, something went wrong.
No branches or pull requests
Trying to understand what the benefits is of adding models under a subscription.
I have subs one using models and one is not and the result seems to be the same.
I read this and made it little what they can be used for https://openconfig.net/docs/gnmi/gnmi-specification/#26-schema-definition-models
I have tried to look into e.g https://openconfig.net/projects/models/schemadocs/jstree/openconfig-interfaces.html#
And the path i get there for counters is not working.
/oc-if:interfaces/oc-if:interface/oc-if:state/oc-if:counters
Not working/interfaces/interface/state/counters
WorkingOne of many gnmic examples
The text was updated successfully, but these errors were encountered: