how can i get information about device uptime ?
Page 1 / 1
We’ve added system uptime to the data model, and you can access it with the following NQE.
foreach device in network.devices
let system = device.system
select {
deviceName: device.name,
uptimeSeconds: system.uptimeSeconds,
uptime: system.uptime
}
thanks
Hi
Reply
Sign up
Already have an account? Login
Welcome to the Forward Networks Community
Select a login option:
Register / Login Forward Employee LoginEnter your E-mail address. We'll send you an e-mail with instructions to reset your password.