Currently, server general information include only full server name.
The gen_info node of the response XML packet has the following structure:
The mode switches off InnoDB engine in MySQL database server, and web server modules that are not critical for hosting services. This makes the Plesk use less memory than other control panels available on the market, which ensures better utilization of hardware resources and increased density of virtual environments per server.
A response packet received from server can look as follows:
<packet>
<server>
<get>
<result>
<status>ok</status>
<gen_info>
<server_name>a10-52-45-205.qa.plesk.ru</server_name>
<server_guid>cc982f71-48c3-479d-bc7b-59b97547e092</server_guid>
<vps-optimized-status>
<aspect>
<name>mysql-innodb</name>
<value>false</value>
</aspect>
<aspect>
<name>apache-modules-all</name>
<value>false</value>
</aspect>
<aspect>
<name>apache-modules-except-php</name>
<value>false</value>
</aspect>
<aspect>
<name>apache-modules-except-scripting</name>
<value>false</value>
</aspect>
</vps-optimized-status>
<mode>standard</mode>
</gen_info>
</result>
</get>
</server>
</packet>