infomaniak_list_site_aliases
List all FQDNs (main domain and aliases) associated with a web hosting site. Use it to see which domains are served by the same Apache vhost.
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 |
|---|---|---|---|
| hosting_id | Yes | Web hosting id. Discover via infomaniak_list_hostings / infomaniak_find_site. | |
| site_id | Yes | Site id on the hosting. Discover via infomaniak_find_site. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hosting_id | Yes | ||
| site_id | Yes | ||
| count | Yes | ||
| main_fqdn | No | ||
| aliases | Yes |