getList Operation

With getList operation you can retrieve a list of all devices currently configured for the TIBCO LogLogic Appliance. This returns all devices, not just enabled devices.

Request Parameter

authToken

Response

If resultCount is greater than 0 and statusCode is 2000 (successful), the response returns a list of all devices (total number indicated by resultCount) currently configured for the TIBCO LogLogic Appliance.

If resultCount is 0 and statusCode is not 2000 (successful), an error is returned in statusMessage.

Example

To list all devices currently configured for the Appliance:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:dev="DeviceService">
   <soapenv:Header/>
   <soapenv:Body>
      <dev:getList>
         <dev:authToken>admin/admin123</dev:authToken>
      </dev:getList>
   </soapenv:Body>
</soapenv:Envelope>
SOAP response for getList Operation:
<soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope">
   <soapenv:Header/>
   <soapenv:Body>
      <ns:getListResponse xmlns:ns="DeviceService">
         <ns:return xsi:type="ax215:DeviceResponse" xmlns:ax215="http://device.services.logapp.loglogic.com/xsd" xmlns:ax216="http://services.logapp.loglogic.com/xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ax216:authToken xsi:nil="true"/>
            <ax216:resultCount>11</ax216:resultCount>
            <ax216:statusCode>2000</ax216:statusCode>
            <ax216:statusMessage>Successful</ax216:statusMessage>
            <ax216:summaryOnly>true</ax216:summaryOnly>
            <ax215:resultSet xsi:type="ax215:DeviceDetail">
               <ax215:applianceIp>127.0.0.1</ax215:applianceIp>
               <ax215:applianceName>localhost</ax215:applianceName>
               <ax215:description>Auto-identified address</ax215:description>
               <ax215:deviceId>9187343239835811841</ax215:deviceId>
               <ax215:deviceIp>::1</ax215:deviceIp>
               <ax215:deviceName>::1_General</ax215:deviceName>
               <ax215:deviceType>General Syslog</ax215:deviceType>
               <ax215:dnsRefreshEnabled>no</ax215:dnsRefreshEnabled>
               <ax215:enabled>enabled</ax215:enabled>
            </ax215:resultSet>
            <ax215:resultSet xsi:type="ax215:DeviceDetail">
               <ax215:applianceIp>127.0.0.1</ax215:applianceIp>
               <ax215:applianceName>localhost</ax215:applianceName>
               <ax215:description>Auto-identified address</ax215:description>
               <ax215:deviceId>9187343239835811846</ax215:deviceId>
               <ax215:deviceIp>::1</ax215:deviceIp>
               <ax215:deviceName>::1_logapp</ax215:deviceName>
               <ax215:deviceType>LogLogic Appliance</ax215:deviceType>
               <ax215:dnsRefreshEnabled>no</ax215:dnsRefreshEnabled>
               <ax215:enabled>enabled</ax215:enabled>
            </ax215:resultSet>
            <ax215:resultSet xsi:type="ax215:DeviceDetail">
               <ax215:applianceIp>127.0.0.1</ax215:applianceIp>
               <ax215:applianceName>localhost</ax215:applianceName>
               <ax215:description>Auto-identified address</ax215:description>
               <ax215:deviceId>9187343239835811847</ax215:deviceId>
               <ax215:deviceIp>10.114.81.42</ax215:deviceIp>
               <ax215:deviceName>::ffff:10.114.81.42_General</ax215:deviceName>
               <ax215:deviceType>General Syslog</ax215:deviceType>
               <ax215:dnsRefreshEnabled>no</ax215:dnsRefreshEnabled>
               <ax215:enabled>enabled</ax215:enabled>
            </ax215:resultSet>
            <ax215:resultSet xsi:type="ax215:DeviceDetail">
               <ax215:applianceIp>127.0.0.1</ax215:applianceIp>
               <ax215:applianceName>localhost</ax215:applianceName>
               <ax215:description>Auto-identified address</ax215:description>
               <ax215:deviceId>9187343239835811845</ax215:deviceId>
               <ax215:deviceIp>10.114.81.42</ax215:deviceIp>
               <ax215:deviceName>::ffff:10.114.81.42_logapp</ax215:deviceName>
               <ax215:deviceType>LogLogic Appliance</ax215:deviceType>
               <ax215:dnsRefreshEnabled>no</ax215:dnsRefreshEnabled>
               <ax215:enabled>enabled</ax215:enabled>
            </ax215:resultSet>
            <ax215:resultSet xsi:type="ax215:DeviceDetail">
               <ax215:applianceIp>127.0.0.1</ax215:applianceIp>
               <ax215:applianceName>localhost</ax215:applianceName>
               <ax215:description>Auto-identified address</ax215:description>
               <ax215:deviceId>9187343239835811849</ax215:deviceId>
               <ax215:deviceIp>10.114.81.42</ax215:deviceIp>
               <ax215:deviceName>::ffff:10.114.81.42_logu</ax215:deviceName>
               <ax215:deviceType>LogLogic Logu</ax215:deviceType>
               <ax215:dnsRefreshEnabled>no</ax215:dnsRefreshEnabled>
               <ax215:enabled>enabled</ax215:enabled>
            </ax215:resultSet>
            <ax215:resultSet xsi:type="ax215:DeviceDetail">
               <ax215:applianceIp>127.0.0.1</ax215:applianceIp>
               <ax215:applianceName>localhost</ax215:applianceName>
               <ax215:description>Auto-identified address</ax215:description>
               <ax215:deviceId>9187343239835811848</ax215:deviceId>
               <ax215:deviceIp>10.114.81.42</ax215:deviceIp>
               <ax215:deviceName>::ffff:10.114.81.42_otherUnix</ax215:deviceName>
               <ax215:deviceType>Other UNIX</ax215:deviceType>
               <ax215:dnsRefreshEnabled>no</ax215:dnsRefreshEnabled>
               <ax215:enabled>enabled</ax215:enabled>
            </ax215:resultSet>
            <ax215:resultSet xsi:type="ax215:DeviceDetail">
               <ax215:applianceIp>127.0.0.1</ax215:applianceIp>
               <ax215:applianceN