virualChassisSystem element

Type: virtualChassisMO
Namespace: (default namespace)

Virtual Chassis System management data.

Example XML

<?xml version="1.0" encoding="UTF-8"?> <virualChassisSystem uri="..."> <instanceId>...</instanceId> <name>...</name> <resourceType>...</resourceType> <instanceId>...</instanceId> <hostname>...</hostname> <platform>...</platform> <ipaddr>...</ipaddr> <serial>...</serial> <osVersion>...</osVersion> <family>...</family> <type>...</type> <connStatus>...</connStatus> <configState>...</configState> <usedMacCount>...</usedMacCount> <usedVlanCount>...</usedVlanCount> <lastChanged>...</lastChanged> <tempRange>...</tempRange> <totalPortUps>...</totalPortUps> <totalPortDowns>...</totalPortDowns> <totalPortFrees>...</totalPortFrees> <totalPortUsed>...</totalPortUsed> <cpuUserUsage>...</cpuUserUsage> <cpuSysUsage>...</cpuSysUsage> <cpuBackgroundUsage>...</cpuBackgroundUsage> <cpuIntUsage>...</cpuIntUsage> <cpuIdleUsage>...</cpuIdleUsage> <memUsage>...</memUsage> <psStatus uri="..."> <name>...</name> <status>...</status> </psStatus> <psStatus uri="..."> <!--...--> </psStatus> <!--...more "psStatus" elements...--> <fanStatus> <name>...</name> <status>...</status> </fanStatus> <fanStatus> <!--...--> </fanStatus> <!--...more "fanStatus" elements...--> <collectionTime>...</collectionTime> <uptime>...</uptime> <vcTopology> <serial>...</serial> <id>...</id> <fpcSlot>...</fpcSlot> <mixedMode>...</mixedMode> <role>...</role> <model>...</model> <temperature>...</temperature> <neighborID>...</neighborID> </vcTopology> <vcTopology> <!--...--> </vcTopology> <!--...more "vcTopology" elements...--> </virualChassisSystem>

Example JSON

{ "vcTopology" : [ { "serial" : "...", "id" : ..., "fpcSlot" : "...", "mixedMode" : false, "role" : "...", "model" : "...", "temperature" : "...", "neighborID" : ... }, ... ], "usedMacCount" : ..., "usedVlanCount" : ..., "lastChanged" : "...", "tempRange" : "...", "totalPortUps" : ..., "totalPortDowns" : ..., "totalPortFrees" : ..., "totalPortUsed" : ..., "cpuUserUsage" : ..., "cpuSysUsage" : ..., "cpuBackgroundUsage" : ..., "cpuIntUsage" : ..., "cpuIdleUsage" : ..., "memUsage" : ..., "psStatus" : [ { "uri" : "...", "name" : "...", "status" : "OK" }, ... ], "fanStatus" : [ { "name" : "...", "status" : "OK" }, ... ], "collectionTime" : "...", "uptime" : "...", "uri" : "...", "instanceId" : "...", "hostname" : "...", "platform" : "...", "ipaddr" : "...", "serial" : "...", "osVersion" : "...", "family" : "JUNOS_EX", "type" : "XRE", "connStatus" : "UP", "configState" : "IN_SYNC", "name" : "...", "resourceType" : "..." }