fusionGroup element

Type: fusionGroup
Namespace: (default namespace)

Represents the management information of a fusion group.

Example XML

<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <fusionGroup uri="..."> <instanceId>...</instanceId> <hostname>...</hostname> <family>...</family> <type>...</type> <name>...</name> <systemType>...</systemType> <aggregationDevice1> <name>...</name> <deviceId>...</deviceId> <ipAddress>...</ipAddress> <serialNumber>...</serialNumber> <platform>...</platform> <osVersion>...</osVersion> <deviceFamily>...</deviceFamily> <deviceType>...</deviceType> <connectionState>...</connectionState> <configState>...</configState> <memUsage>...</memUsage> <cpuUsage>...</cpuUsage> </aggregationDevice1> <satteliteDevices> <name>...</name> <deviceId>...</deviceId> <serialNumber>...</serialNumber> <platform>...</platform> <osVersion>...</osVersion> <deviceFamily>...</deviceFamily> <deviceType>...</deviceType> <connectionState>...</connectionState> <discoveryType>...</discoveryType> </satteliteDevices> </fusionGroup>

Example JSON

{ "instanceId": "...", "hostname": "...", "family": "...", "type": "...", "name": "...", "systemType": "...", "aggregationDevice1": { "name": "...", "deviceId": "...", "ipAddress": "...", "serialNumber": "...", "platform": "...", "osVersion": "...", "deviceFamily": "...", "deviceType": "...", "connectionState": "...", "configState": "...", "memUsage": "...", "cpuUsage": "..." }, "satteliteDevices": [ { "name": "...", "deviceId": "...", "serialNumber": "...", "platform": "...", "osVersion": "...", "deviceFamily": "...", "deviceType": "...", "connectionState": "...", "discoveryType": "..." } ] }