Request Packet Structure

A request XML packet retrieving a local database server info includes the get-local operation node:

<packet version="1.4.2.0">
<db_server>
  <get-local>
  ¡­
  </get-local>
</db_server>
</packet>

 

The get-local node has the following graphical representation:

Note: If the filter node is left blank (<filter/>), the operation will return info on all local database servers.

A single operation can retrieve the data of multiple database servers. Add as many different type parameters as the number of local database servers info on which you want to retrieve.

<db_server>
   <get-local>
   ¡­
   </get-local>
...
   <get-local>
   ¡­
   </get-local>
</db_server>