getListRemote Operation

With getListRemote operation you can retrieve a list of all message forwarding rules currently configured on a managed TIBCO LogLogic Appliance from a Management Station.

Request Parameter

authToken, applianceIP

Response

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

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

Example

SOAP request to getListRemote Operation

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:msg="MsgRoutingService">
   <soapenv:Header/>
   <soapenv:Body>
      <msg:getListRemote>
         <!--Optional:-->
         <msg:authToken>admin/admin123</msg:authToken>
         <!--Optional:-->
         <msg:applianceIP>10.114.66.36</msg:applianceIP>
      </msg:getListRemote>
   </soapenv:Body>
</soapenv:Envelope>