Skip to content

Instantly share code, notes, and snippets.

@narankhetani
Created November 21, 2017 21:36
Show Gist options
  • Save narankhetani/d462a280b0cf5e32d3e82ccd01786680 to your computer and use it in GitHub Desktop.
Save narankhetani/d462a280b0cf5e32d3e82ccd01786680 to your computer and use it in GitHub Desktop.
juniper rpc output
{
"msg": {
"rpc_reply": {
"interface-information": [
{
"physical-interface": [
{
"active-alarms": [
{
"interface-alarms": [
{
"ethernet-alarm-link-down": [
{
"data": null
}
]
}
]
}
]
},
{
"admin-status": [
{
"attributes": {
"junos:format": "Enabled"
},
"data": "up"
}
]
}
]
}
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment