Hosting Settings¶
For add and set operations, the hosting node is presented by
DomainAddonTemplateVrtHst type (domain_addon_template.xsd
), and
its graphical representation is as follows:
The property node is optional. It specifies a hosting setting. Data type: PleskLimitType (
plesk_client.xsd
).The name node is required. It specifies a setting name. Data type: sting.
The value node is required. It specifies a setting value. Data type: any.
Note
You can specify multiple property parameters within one hosting node.
Note
To manage hosting settiungs, you should first retrieve a corresponding descriptor that contains names of hosting settings. For details, refer to the Retrieving Descriptor of Hosting Settings section.
For the get operation, the graphical representation of the hosting settings node is as follows:
- The vrt_hst node is required if a subscription ships with
virtual hosting. Data type: complex type domainPhHostingSet
(
plesk_domain.xsd
). - The none node is required if no hosting ships with a subscription. If specified, hosting settings will be deleted. Data type: none.
The graphical representation of the vrt_hst node is as follows:
- The property node is required. It specifies a hosting
parameter. Data type: PleskPhysHostingPropertyType
(
plesk_domain.xsd
).- The name node is required. It specifies a hosting parameter name. Data type: string.
- The value node is required. It specifies a hosting parameter value. Data type: any.
Note
You can specify multiple property parameters in one vrt_hst node.
Note
To manage hosting settings, you should first retrieve a hosting settings descriptor, containing names of the settings. For details, refer to the Retrieving Descriptor of Hosting Settings section.