infomaniak_list_site_aliases
List the main domain and aliases bound to a web hosting site to identify which FQDNs share the same Apache vhost and DocumentRoot.
Instructions
List the FQDNs (main + aliases) bound to a web hosting site. The site responds to all of them via the same Apache vhost / DocumentRoot — adding an alias is how you serve more domains from a single WordPress install without provisioning a new site. Manager-private.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site_id | Yes | Site id on the hosting. Discover via infomaniak_find_site. | |
| hosting_id | Yes | Web hosting id. Discover via infomaniak_list_hostings / infomaniak_find_site. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | ||
| aliases | Yes | ||
| site_id | Yes | ||
| main_fqdn | No | ||
| hosting_id | Yes |