Request Packet Structure

A request XML packet creating a new domain alias in Plesk database includes the create operation node:

<packet version="1.4.2.0">
<domain_alias >
   <create>
   ¡­
   </create>
</domain_alias>
</packet>

 

The create node is presented by the AliasInfoType type (plesk_domainalias.xsd). Its graphical representation is as follows:

Note: This node is supported starting from API RPC v.1.5.0.0. Data type: boolean.

 

Remarks

The ascii-name node is supported by API RPC 1.4.2.0 and later versions.