zotonic_status
Model for system-wide site status information.
This model exposes status checks for running sites and site URL/status data, primarily for administrators.
Available Model API Paths
| Method | Path pattern | Description |
|---|---|---|
get | /sites_status/... | Return the status of all non-builtin sites (admin only). |
get | /site_url/+site/... | Return the absolute URL configured for site +site (admin only). |
get | /check/... | Return a health check result indicating whether all sites are running. |
/+name marks a variable path segment. A trailing /... means extra path segments are accepted for further lookups.