FusionADNode
| Extends: | junosDeviceMO |
| Namespace: | (default namespace) |
Represents the management information of a Fusion aggregation device Node.
XML
Elements
| name (type) | min/maxoccurs | description |
|---|---|---|
| instanceId (int) | 1/1 | Indicates the instance ID of the device. |
| hostname (string) | 0/1 | Indicates the host name of the device. |
| platform (string) | 0/1 | Indicates the device platform. |
| ipaddr (long) | 1/1 | Indicates the IP address of the device. |
| serial (long) | 1/1 | Indicates the hardware serial number of the device. |
| osVersion (string) | 0/1 | Indicates the version and release level of Junos OS running on the device. |
| family (string) | 0/1 | Indicates the device family (Fusion) |
| type (string) | 0/1 | Indicates the configuration type of the device (stand-alone, VC, and so on). |
| 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). |
| totalPortsUp (long) | 1/1 | Indicates the number of interfaces which are currently administratively enabled. |
| totalPortsDown (long) | 1/1 | Indicates the number of interfaces which are currently administratively disabled. |
| totalPortsFree (long) | 1/1 | Indicates the number of interfaces which are not in use. |
| totalPortsUsed (long) | 1/1 | Indicates the number of interfaces which are currently in use. |
| 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. |
| cpuUsage (int) | 0/1 | Indicates the percentage of CPU being used over a 5-minute average. |
| psStatus (powerSupply) | 0/unbounded | List of Power Supply status entries for power supply units in the system. |
| name (string) | 0/1 | Name of the power supply. |
| status (FruStatus) | 0/1 | Current status of the power supply. |
| fanStatus (fan) | 0/unbounded | List of Fan status entries for fans or cooling devices in the system. |
| name (string) | 1/1 | Name of the fan. |
| status (FruStatus) | 0/1 | Current status of the fan. |
| uptime (string) | 0/1 | Indicates the uptime of the device. |
JSON
| property | type | description |
|---|---|---|
| instanceId | int | Indicates the instance ID of the device. |
| hostname | string | Indicates the host name of the device. |
| platform | string | Indicates the device platform. |
| ipaddr | long | Indicates the IP address of the device. |
| serial | long | Indicates the hardware serial number of the device. |
| osVersion | string | Indicates the version and release level of Junos OS running on the device. |
| family | string | Indicates the device family (Fusion) |
| type | string | Indicates the configuration type of the device (stand-alone, VC, and so on). |
| usedMacCount | int | Indicates the number of MAC addresses in use on the device |
| usedVlanCount | int | Indicates the VLAN memberships for this device. |
| lastChanged | string | Indicates the date and time since the device was last configured. |
| tempRange | string | Indicates the ambient temperature (in degrees Celsius). |
| totalPortsUp | long | Indicates the number of interfaces which are currently administratively enabled. |
| totalPortsDown | long | Indicates the number of interfaces which are currently administratively disabled. |
| totalPortsFree | long | Indicates the number of interfaces which are not currently in used. |
| totalPortsUsed | long | Indicates the number of interfaces which are currently in used. |
| cpuUserUsage | int | Indicates the percentage of time that the CPU uses to run user processes, such as the database. |
| cpuSysUsage | int | Indicates the percentage of time that the CPU uses on all processes for the system. |
| cpuBackgroundUsage | int | Indicates the percentage of time that the CPU uses on background processes. |
| cpuIntUsage | int | Indicates the percentage of time that the CPU uses for interrupt handling. |
| cpuIdleUsage | int | Indicates the percentage of time that the CPU is available for work. |
| memUsage | int | Indicates the amount of memory being used over a 5-minute average. |
| cpuUsage | int | Indicates the percentage of CPU being used over a 5-minute average. |
| psStatus | powerSupply | List of Power Supply status entries for power supply units in the system. |
| name | string | Name of the power supply. |
| status | FruStatus | Current status of the power supply. |
| fanStatus | fan | List of Fan status entries for fans or cooling devices in the system. |
| name | string | Name of the fan. |
| status | FruStatus | Current status of the fan. |
| uptime | string | Indicates the uptime of the device. |