XbeeClusterCore
Use the XbeeClusterCore web service to list all clusters in your account.
URI
http://<hostname>/ws/XbeeClusterCore
Formats
HTTP method | Format | Description |
---|---|---|
GET | /ws/XbeeClusterCore | List all clusters in your account. |
Example
The following example shows how to list all clusters in your account.
Request
/ws/XbeeClusterCore
Response (abbreviated)
<?xml version="1.0" encoding="ISO-8859-1"?>
<result>
<resultTotalRows>53802</resultTotalRows>
<requestedStartRow>0</requestedStartRow>
<resultSize>1000</resultSize>
<requestedSize>1000</requestedSize>
<remainingSize>52802</remainingSize>
<XbeeClusterCore>
<id>
<xpExtAddr>00:08:A2:00:06:3D:8E:BC</xpExtAddr>
<xeEndpointId>1</xeEndpointId>
<xcClusterType>0</xcClusterType>
<xcClusterId>0</xcClusterId>
</id>
<cstId>2</cstId>
<devConnectwareId>00000000-00000000-000000FF-FF000B21</devConnectwareId>
<xeProfileId>265</xeProfileId>
<xeDeviceId>1281</xeDeviceId>
<xeDeviceVersion>0</xeDeviceVersion>
</XbeeClusterCore>
<XbeeClusterCore>
<id>
<xpExtAddr>00:08:A2:00:06:3D:8E:BC</xpExtAddr>
<xeEndpointId>1</xeEndpointId>
<xcClusterType>0</xcClusterType>
<xcClusterId>3</xcClusterId>
</id>
<cstId>2</cstId>
<devConnectwareId>00000000-00000000-000000FF-FF000B21</devConnectwareId>
<xeProfileId>265</xeProfileId>
<xeDeviceId>1281</xeDeviceId>
<xeDeviceVersion>0</xeDeviceVersion>
</XbeeClusterCore>
<XbeeClusterCore>
<id>
<xpExtAddr>00:08:A2:00:06:3D:8E:BC</xpExtAddr>
<xeEndpointId>1</xeEndpointId>
<xcClusterType>0</xcClusterType>
<xcClusterId>1794</xcClusterId>
</id>
<cstId>2</cstId>
<devConnectwareId>00000000-00000000-000000FF-FF000B21</devConnectwareId>
<xeProfileId>265</xeProfileId>
<xeDeviceId>1281</xeDeviceId>
<xeDeviceVersion>0</xeDeviceVersion>
</XbeeClusterCore>