General Information

Currently, server general information include only full server name.

The gen_info node of the response XML packet has the following structure:

 

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>