The Subscription Usage page in the Site Factory Management Console
displays how many websites and site collections in your
Site Factory subscription already have custom domain names
assigned to them. If your Site Factory subscription has a limited
number of websites, this page will display the number of websites with custom
domains on your production and update
environments, which are the websites
that count against your subscription’s maximum number of websites limit. It
also displays the number of dynamic requests served by each Site Factory stack
per month.
To view the Subscription Usage page:
Sign in to the Site Factory Management Console using an account with the platform admin role.
In the admin menu, click Administration.
In the Site Factory Management section, click the Subscription Usage link.
The Dynamic requests section of the Subscription Usage page displays the number of dynamic requests served by each Site Factory Stack during each month. Dynamic request data is available with up to a two-day delay.
For this purpose, dynamic requests include all requests served by Drupal, including:
successful page loads
redirections
image derivative generations
page not founds
failed page loads
Dynamic requests do not include:
requests served from Varnish® cache or a CDN
requests for images, files, and other assets which are served directly without additional processing (such as resizing)
cron runs (although these will be included in the future)
Click the CSV button to download dynamic request reports in CSV
format. The downloaded report includes all of the time periods currently
displayed on the Subscription Usage page. By default, the name of
the downloaded file is dynamic-requests.csv
.
The Site Factory REST API includes a
Dynamic requests
method
(GET /api/v1/dynamic-requests/monthly
) that you can use to obtain
additional, detailed dynamic request reports.