Node gen_setup

This node is used in the add request packets to set general properties for the newly created subscription. This node does not have its own type, it is defined within the parent node and has the following structure:

 

The following packet creates a subscription and sets all necessary general information for it:

<packet>
<webspace>
<add>
   <gen_setup>
      <name>example.com</name>
      <htype>vrt_hst</htype>
      <ip_address>192.0.2.11</ip_address>
      <status>0</status>
   </gen_setup>
   <hosting>
      <vrt_hst>
          <ftp_login>c4u7dwbc2y8</ftp_login>
          <ftp_password>qweqwe</ftp_password>
          <ip_address>192.0.2.54</ip_address>
       </vrt_hst>
    </hosting>
</add>
</webspace>
</packet>