Adding upstream version 1.34.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
e393c3af3f
commit
4978089aab
4963 changed files with 677545 additions and 0 deletions
116
plugins/inputs/gnmi/testcases/issue_11011/responses.json
Normal file
116
plugins/inputs/gnmi/testcases/issue_11011/responses.json
Normal file
|
@ -0,0 +1,116 @@
|
|||
[
|
||||
{
|
||||
"update": {
|
||||
"timestamp": "1543236571000000000",
|
||||
"prefix": {},
|
||||
"update": [
|
||||
{
|
||||
"path": {
|
||||
"elem": [
|
||||
{
|
||||
"name": "network-instances"
|
||||
},
|
||||
{
|
||||
"name": "network-instance",
|
||||
"key": {
|
||||
"name": "default"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "protocols"
|
||||
},
|
||||
{
|
||||
"name": "protocol",
|
||||
"key": {
|
||||
"identifier": "BGP",
|
||||
"name": "BGP"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "bgp"
|
||||
},
|
||||
{
|
||||
"name": "neighbors"
|
||||
},
|
||||
{
|
||||
"name": "neighbor",
|
||||
"key": {
|
||||
"neighbor_address": "192.0.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "state"
|
||||
},
|
||||
{
|
||||
"name": "description"
|
||||
}
|
||||
]
|
||||
},
|
||||
"val": {
|
||||
"stringVal": "EXAMPLE-PEER"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"syncResponse": true
|
||||
},
|
||||
{
|
||||
"update": {
|
||||
"timestamp": "1543236572000000000",
|
||||
"prefix": {},
|
||||
"update": [
|
||||
{
|
||||
"path": {
|
||||
"elem": [
|
||||
{
|
||||
"name": "network-instances"
|
||||
},
|
||||
{
|
||||
"name": "network-instance",
|
||||
"key": {
|
||||
"name": "default"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "protocols"
|
||||
},
|
||||
{
|
||||
"name": "protocol",
|
||||
"key": {
|
||||
"identifier": "BGP",
|
||||
"name": "BGP"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "bgp"
|
||||
},
|
||||
{
|
||||
"name": "neighbors"
|
||||
},
|
||||
{
|
||||
"name": "neighbor",
|
||||
"key": {
|
||||
"neighbor_address": "192.0.2.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "state"
|
||||
},
|
||||
{
|
||||
"name": "session-state"
|
||||
}
|
||||
]
|
||||
},
|
||||
"val": {
|
||||
"stringVal": "ESTABLISHED"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"syncResponse": true
|
||||
}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue