This is documentation for Plesk Onyx.
Go to documentation for the latest version, Plesk Obsidian.
Hosting Settings
For the add operation, the graphical representation of the hosting settings 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.
For get and set operations, 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.
Note: When creating request packets, put nodes and elements in the order they follow in the packet structure.