1
0
Fork 0
telegraf/plugins/inputs/gnmi/testcases/issue_11778/responses.json

49 lines
1.3 KiB
JSON
Raw Permalink Normal View History

[
{
"update": {
"timestamp": "1673608605875353770",
"prefix": {
"origin": "openconfig-interfaces",
"elem": [
{
"name": "interfaces"
},
{
"name": "interface",
"key":{"name":"eth42"}
},
{
"name": "state"
}
],
"target": "subscription"
},
"update": [
{
"path": {
"elem": [
{
"name": "counters"
}
]
},
"val": {
"intVal": "5678"
}
},
{
"path": {
"elem": [
{
"name": "description"
}
]
},
"val": {
"stringVal": "eth42"
}
}
]
}
}
]