Node gen_info (type domainGenInfoType)

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

domainGenInfoType

 

The following packet with general subscription information can be received from Plesk server:

<packet>
<webspace>
<get>
   <result>
      <status>ok</status>
      <filter-id>1234</filter-id>
      <id>1234</id>
      <data>
          <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>
            <owner-id>3</owner-id>
            <dns_ip_address>192.168.0.2</dns_ip_address>
            <htype>vrt_hst</htype>
            <guid>3848dc2e-ac6c-4420-ba51-2c0ae0f2b9a7</guid>
            <vendor-guid>cc982f71-48c3-479d-bc7b-59b97547e092</vendor-guid>
            <external-id/>
            <sb-site-uuid>3a17be63-0f9f-07df-6d35-57063a097d60</sb-site-uuid>
          </gen_info>
      </data>
   </result>
</get>
</webspace>
</packet>