Hi,
Live status tab for version, interfaces and switches are populated in UI , once clicked. Is there a way to auto-populate this data every day?
I tried using this data from Python API , but i got nothing.
c=root.devices.device['lab-sw1']
In [7]: ncs.maagic.as_pyval(c.live_status.ios_stats__interfaces)
In [8]: c.live_status.ios_stats__interfaces
Out[8]: List name=interfaces tag=321503962
Path for live-status
/ ncs:devices / device { lab-sw1 } / live-status / ios-stats:interfaces
/ ncs:devices / device { lab-sw1 } / live-status / ios-stats:inventory
/ ncs:devices / device { lab-sw1 } / live-status / ios-stats:version
Thanks,
Pranay