Replies: 1 comment 3 replies
-
Which template? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Dear friends,
I am able to get the json response from the: GET /api/dcim/devices/774/napalm/?method=get_lldp_neighbors
How can I access this data inside the template?
I am assuming this data is temporary available somewhere, can you help me please.
Thank you,
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"get_lldp_neighbors": {
"Ethernet0": [
{
"hostname": "junos-unittest0",
"port": "520"
}
],
"Ethernet1": [
{
"hostname": "junos-unittest1",
"port": "521"
}
],
"Ethernet2": [
{
"hostname": "junos-unittest2",
"port": "522"
}
],
"Ethernet3": [
{
"hostname": "junos-unittest3",
"port": "523"
}
],
"Ethernet4": [
{
"hostname": "junos-unittest4",
"port": "524"
}
]
}
}
Beta Was this translation helpful? Give feedback.
All reactions