junosDeviceMO

Extends: managedDevice
Namespace: (default namespace)

Management data for a Junos-based device.
Provides the summary of device configuration, resource utilization and environmental data of the device.

XML

Elements

name (type) min/max
occurs
description
usedMacCount (int) 0/1 Indicates the number of MAC addresses in use on the device.
usedVlanCount (int) 0/1 Indicates the VLAN memberships for this device.
lastChanged (string) 0/1 Indicates the date and time since the device was last configured.
tempRange (string) 0/1 Indicates the ambient temperature (in degrees Celsius).
totalPortUps (long) 1/1 Indicates the number of interfaces which are currently administratively enabled.
totalPortDowns (long) 1/1 Indicates the number of interfaces which are currently administratively disabled.
totalPortFrees (long) 1/1 Indicates the number of interfaces which are not currently in used.
totalPortUsed (long) 1/1 Indicates the number of interfaces which are currently in used.
cpuUserUsage (int) 0/1 Indicates the percentage of time that the CPU uses to run user processes, such as the database..
cpuSysUsage (int) 0/1 Indicates the percentage of time that the CPU uses on all processes for the system..
cpuBackgroundUsage (int) 0/1 Indicates the percentage of time that the CPU uses on background processes..
cpuIntUsage (int) 0/1 Indicates the percentage of time that the CPU uses for interrupt handling.
cpuIdleUsage (int) 0/1 Indicates the percentage of time that the CPU is available for work.
memUsage (int) 0/1 Indicates the amount of memory being used over a 5-minute average.
psStatus (powerSupply) 0/unbounded List of Power Supply status entries for power supply units in the system.
fanStatus (fan) 0/unbounded List of Fan status entries for fans or cooling devices in the system.
collectionTime (string) 0/1 Indicates the time when system utilization data were collected.
uptime (string) 0/1 Indicates the uptime of the device.

JSON

property type description
usedMacCount usedMacCount (int) Indicates the number of MAC addresses in use on the device.
usedVlanCount usedVlanCount (int) Indicates the VLAN memberships for this device.
lastChanged lastChanged (string) Indicates the date and time since the device was last configured.
tempRange tempRange (string) Indicates the ambient temperature (in degrees Celsius).
totalPortUps totalPortUps (long) Indicates the number of interfaces which are currently administratively enabled.
totalPortDowns totalPortDowns (long) Indicates the number of interfaces which are currently administratively disabled.
totalPortFrees totalPortFrees (long) Indicates the number of interfaces which are not currently in used.
totalPortUsed totalPortUsed (long) Indicates the number of interfaces which are currently in used.
cpuUserUsage cpuUserUsage (int) Indicates the percentage of time that the CPU uses to run user processes, such as the database..
cpuSysUsage cpuSysUsage (int) Indicates the percentage of time that the CPU uses on all processes for the system..
cpuBackgroundUsage cpuBackgroundUsage (int) Indicates the percentage of time that the CPU uses on background processes..
cpuIntUsage cpuIntUsage (int) Indicates the percentage of time that the CPU uses for interrupt handling.
cpuIdleUsage cpuIdleUsage (int) Indicates the percentage of time that the CPU is available for work.
memUsage memUsage (int) Indicates the amount of memory being used over a 5-minute average.
psStatus array of psStatus (powerSupply) List of Power Supply status entries for power supply units in the system.
fanStatus array of fanStatus (fan) List of Fan status entries for fans or cooling devices in the system.
collectionTime collectionTime (string) Indicates the time when system utilization data were collected.
uptime uptime (string) Indicates the uptime of the device.