Components

Detailed information on software components currently installed on a server is held by the components node. The components node of the response XML packet has the following structure:

 

A reduced response packet received from server can look as follows:

<packet>
<server>
<get>
   <result>
      <status>ok</status>
      <components>
         <component>
            <name>SSHTerm</name>
            <version>0.2.2-debian3.1.build81061120.18</version>
         </component>
...
         <component>
            <name>webalizer</name>
            <version>2.01.10-26</version>
         </component>
      </components>
   </result>
</get>
</server>
</packet>