Node get/gen_info

This node is used in the get response packets. It is defined by complex type siteGenInfoType (site.xsd) and holds a collection of common settings.

The following sample demonstrates how the general information can be presented:

          <gen_info>
            <cr_date>2010-11-15</cr_date>
            <name>example.com</name>
            <ascii-name>example.com</ascii-name>
            <status>0</status>
            <real_size>0</real_size>
            <dns_ip_address>192.168.0.2</dns_ip_address>
            <htype>vrt_hst</htype>
            <guid>3848dc2e-ac6c-4420-ba51-2c0ae0f2b9a7</guid>
            <webspace-guid>cc982f71-48c3-479d-bc7b-59b97547e092</webspace-guid>
            <webspace-id>2</webspace-id>
          </gen_info>