Extension of Hosting Settings Descriptor

This extension is used to see which properties are available for different Plesk objects (such as domains, subdomains and webusers). In the descriptor of objects properties, which you can retrieve using the site/get-physical-hosting-descriptor operation, each property has the extension element. Inside the extension element there is either the service node, or one or several level nodes.

The extension node of physical hosting property can be represented graphically as follows:

hostingDescriptorExtension

 

This extract from a physical hosting descriptor shows that the service property asp is available for webspaces (domains), subdomains and web users.

          <property>
            <name>asp</name>
            <type>boolean</type>
            <writable-by>admin</writable-by>
            <label>__asp_unix_support</label>
            <extension>
              <service>
                <domain>1</domain>
                <subdomain>1</subdomain>
                <webuser>1</webuser>
              </service>
            </extension>
          </property>

 

This extract from a physical hosting descriptor shows that:

          <property>
             <name>fp</name>
             <type>boolean</type>
             <writable-by>none</writable-by>
             <label>__fp_unix_support</label>
             <extension>
                <level>domain</level>
             </extension>
          </property>
          <property>
             <name>ftp_quota</name>
             <type>bytes</type>
             <writable-by>none</writable-by>
             <label>__hard_disk_quota</label>
             <extension>
                <level>domain</level>
                <level>subdomain</level>
             </extension>
           </property>

 

For details on hosting settings, refer to the section Managing Subscriptions > Subscription Settings > Limits, Permissions and Hosting Settings.