FusionADNode element

Type: FusionADNode
Namespace: (default namespace)

Represents the management information of a Fusion aggregation device node.

Example XML

<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <FusionADNode uri="..."> <instanceId>...</instanceId> <hostname>...</hostname> <platform>...</platform> <ipaddr>...</ipaddr> <serial>...</serial> <osVersion>...</osVersion> <family>...</family> <type>...</type> <usedMacCount>...</usedMacCount> <usedVlanCount>...</usedVlanCount> <lastChanged>...</lastChanged> <tempRange>...</tempRange> <totalPortsUp>...</totalPortsUp> <totalPortsDown>...</totalPortsDown> <totalPortsFree>...</totalPortsFree> <totalPortsUsed>...</totalPortsUsed> <cpuUserUsage>...</cpuUserUsage> <cpuSysUsage>...</cpuSysUsage> <cpuBackgroundUsage>...</cpuBackgroundUsage> <cpuIntUsage>...</cpuIntUsage> <cpuIdleUsage>...</cpuIdleUsage> <memUsage>...</memUsage> <cpuUsage>...</cpuUsage> <psStatus uri="..."> <name>...</name> <status>...</status> </psStatus> <psStatus uri="..."> <!--...--> </psStatus> <!--...more "psStatus" elements...--> <fanStatus> <name>...</name> <status>...</status> </fanStatus> <fanStatus> <!--...--> </fanStatus> <!--...more "fanStatus" elements...--> <uptime>...</uptime> </FusionADNode>

Example JSON

{ "instanceId": "...", "hostname": "...", "platform": "...", "ipaddr": "...", "serial": "...", "osVersion": "...", "family": "...", "type": "...", "usedMacCount": "...", "usedVlanCount": "...", "lastChanged": "...", "tempRange": "...", "totalPortsUp": "...", "totalPortsDown": "...", "totalPortsFree": "...", "totalPortsUsed": "...", "cpuUserUsage": "...", "cpuSysUsage": "...", "cpuBackgroundUsage": "...", "cpuIntUsage": "...", "cpuIdleUsage": "...", "memUsage": "...", "cpuUsage": "...", "psStatus" : [ { "uri" : "...", "name" : "...", "status" : "OK" }, ... ], "fanStatus" : [ { "name" : "...", "status" : "OK" }, ... ], "uptime": "..." }
af