getListRemote Operation
With getListRemote operation you can retrieve a list of all device groups currently configured for a managed TIBCO LogLogic Appliance from a Management Station. This returns all device groups, not just enabled device groups.
Response
If resultCount is greater than 0 and statusCode is 2000 (successful), the response returns a list of all device groups (total number indicated by resultCount) currently configured for the remote TIBCO LogLogic Appliance.
If resultCount is 0 and statusCode is not 2000 (successful), an error is returned in statusMessage.
Example
SOAP request for getListRemote Operation:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:dev="DeviceGroupService"> <soapenv:Header/> <soapenv:Body> <dev:getListRemote> <!--Optional:--> <dev:authToken>admin/admin123</dev:authToken> <!--Optional:--> <dev:applianceIP>10.114.66.36</dev:applianceIP> </dev:getListRemote> </soapenv:Body> </soapenv:Envelope>
SOAP response for getListRemote Operation:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <soapenv:Header/> <soapenv:Body> <ns:getListRemoteResponse xmlns:ns="DeviceGroupService"> <ns:return xsi:type="ax211:DeviceGroupResponse" xmlns:ax211="http://devicegroup.services.logapp.loglogic.com/xsd" xmlns:ax212="http://services.logapp.loglogic.com/xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ax212:authToken xsi:nil="true"/> <ax212:resultCount>6</ax212:resultCount> <ax212:statusCode>2000</ax212:statusCode> <ax212:statusMessage>Successful</ax212:statusMessage> <ax212:summaryOnly>true</ax212:summaryOnly> <ax211:resultSet xsi:type="ax211:DeviceGroupDetail"> <ax211:description>All Other UNIX</ax211:description> <ax211:deviceGroupName>All Other UNIX</ax211:deviceGroupName> <ax211:devices xsi:nil="true"/> <ax211:enabled>enabled</ax211:enabled> <ax211:groupType>local</ax211:groupType> </ax211:resultSet> <ax211:resultSet xsi:type="ax211:DeviceGroupDetail"> <ax211:description>All LogLogic Logu</ax211:description> <ax211:deviceGroupName>All LogLogic Logu</ax211:deviceGroupName> <ax211:devices xsi:nil="true"/> <ax211:enabled>enabled</ax211:enabled> <ax211:groupType>local</ax211:groupType> </ax211:resultSet> <ax211:resultSet xsi:type="ax211:DeviceGroupDetail"> <ax211:description>All LogLogic Appliance</ax211:description> <ax211:deviceGroupName>All LogLogic Appliance</ax211:deviceGroupName> <ax211:devices xsi:nil="true"/> <ax211:enabled>enabled</ax211:enabled> <ax211:groupType>local</ax211:groupType> </ax211:resultSet> <ax211:resultSet xsi:type="ax211:DeviceGroupDetail"> <ax211:description>All General Syslog</ax211:description> <ax211:deviceGroupName>All General Syslog</ax211:deviceGroupName> <ax211:devices xsi:nil="true"/> <ax211:enabled>enabled</ax211:enabled> <ax211:groupType>local</ax211:groupType> </ax211:resultSet> <ax211:resultSet xsi:type="ax211:DeviceGroupDetail"> <ax211:description>local_device_group1</ax211:description> <ax211:deviceGroupName>local_device_group1</ax211:deviceGroupName> <ax211:devices xsi:nil="true"/> <ax211:enabled>enabled</ax211:enabled> <ax211:groupType>local</ax211:groupType> </ax211:resultSet> <ax211:resultSet xsi:type="ax211:DeviceGroupDetail"> <ax211:description>local_device_group2</ax211:description> <ax211:deviceGroupName>local_device_group2</ax211:deviceGroupName> <ax211:devices xsi:nil="true"/> <ax211:enabled>enabled</ax211:enabled> <ax211:groupType>local</ax211:groupType> </ax211:resultSet> </ns:return> </ns:getListRemoteResponse> </soapenv:Body> </soapenv:Envelope>
Copyright © 2020. Cloud Software Group, Inc. All Rights Reserved.