Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 5.8.0
-
Fix Version/s: 5.10.0-b1
-
Component/s: Staff Interface
-
Labels:None
Description
Data Feeds have a client/count endpoint to fetch the number of clients of any status. Service counts are also popular.
Add a new section to Data Feeds called "Services" with the following endpoints:
service/count
Allow the following parameters:
status (for the status of the service. active, pending, suspended, etc)
module (optional, default is all if not included. If module is specified the count would be limited to services that match the module. e.g. module=cpanel or module=cpanel,plesk to support multiple modules being included)
Rename the "Domain Pricing" section to simply "Domains". Add an additional endpoint for domain/count that allows the following parameters:
status (for the status of the domain. active, etc)
tlds (optional, default is all if not included. If tlds are specified, limit count to those of the tld/tlds. e.g. tlds=com,net,org,co.uk)