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.
It holds the creation date of the specified site. Data type: date. Format: YYYY-MM-DD.
It holds the site name displayed in Plesk. Data type: string.
It holds the site name in ASCII format. Data type: string.
It holds the current status of the specified site. Data type: objectStatus (plesk_common.xsd
). Allowed values: 0
(active) | 4
(under backup/restore) | 8
(web service for the site is suspended by Administrator) | 16
(disabled by Administrator) | 32
(disabled by Reseller) |64
(disabled by a customer) | 256
(expired).
It holds the actual size of the site (in bytes). For details on how the actual size is calculated, see the Administrator's Guide. Data type: unsignedLong.
It holds the IP address shown in DNS records. Data type: ip_address (common.xsd
).
It specifies the type of hosting set on the site. Data type: string. Allowed values: vrt_hst | std_fwd | frm_fwd | none
.
It contains the site GUID. Data type: string. For details on GUIDs, refer to the GUIDs Overview section.
Specifies a GUID of an associated subscription. Data type: string.
Specifies a GUID of an associated Presence Builder site. Data type: string.
Specifies a website ID.
Specifies the description of a site. Data type: string.
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>