Skip to content

Commit

Permalink
Device monitoring (#156)
Browse files Browse the repository at this point in the history
* Device monitoring fix

* Update Device_memory_monitoring.json
  • Loading branch information
Jozefiel authored Jul 24, 2023
1 parent 8f17127 commit 6722c57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions demo-workflows/workflows/Device_interface_monitoring.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"taskReferenceName": "Netconf_read_structured_device_dataRefName_EZW4",
"inputParameters": {
"device_id": "${workflow.input.node-id}",
"uri": "/Cisco-IOS-XR-pfi-im-cmd-oper:interfaces/interface-xr/interface=${URI_encode_aFfh.output.result}",
"uri": "/Cisco-IOS-XR-pfi-im-cmd-oper:interfaces/interface-xr/interface=${URI_encode_aFfh.output.result}?content=nonconfig",
"uniconfig_tx_id": ""
},
"type": "SIMPLE",
Expand Down Expand Up @@ -98,4 +98,4 @@
"label": "simple"
}
]
}
}
4 changes: 2 additions & 2 deletions demo-workflows/workflows/Device_memory_monitoring.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"taskReferenceName": "Netconf_read_structured_device_dataRefName_EZW5",
"inputParameters": {
"device_id": "${workflow.input.node-id}",
"uri": "/Cisco-IOS-XR-nto-misc-shmem-oper:memory-summary",
"uri": "/Cisco-IOS-XR-nto-misc-shmem-oper:memory-summary?content=nonconfig",
"uniconfig_tx_id": ""
},
"type": "SIMPLE",
Expand Down Expand Up @@ -117,4 +117,4 @@
]
}
]
}
}

0 comments on commit 6722c57

Please sign in to comment.