The request packet retrieving descriptor of hosting settings for the domain with ID 5 looks as follows:
<packet version ="1.5.0.0">
<domain>
<get-physical-hosting-descriptor>
<filter>
<id>5</id>
</filter>
</get-physical-hosting-descriptor>
</domain>
</packet>
The request packet retrieving descriptor of hosting settings for MyDomain.com and MySample.com domains looks as follows:
<packet version ="1.5.0.0">
<domain>
<get-physical-hosting-descriptor>
<filter>
<domain_name>5</domain_name>
<domain_name>7</domain_name>
</filter>
</get-physical-hosting-descriptor>
</domain>
</packet>
The request packet retrieving descriptor of hosting settings for domains of the client specified by ID 3 looks as follows:
<packet version ="1.5.0.0">
<domain>
<get-physical-hosting-descriptor>
<filter>
<client_id>3</client_id>
</filter>
</get-physical-hosting-descriptor>
</domain>
</packet>
The request packet retrieving the server-level descriptor of hosting settings looks as follows:
<packet version ="1.5.0.0">
<client>
<get-physical-hosting-descriptor>
<filter/>
</get-physical-hosting-descriptor>
</client>
</packet>