pem.statistics.getStatisticsReport
This method is supported by Operations starting from version 5.0
The method has the following input parameters:
Name |
Type |
Short Description |
---|---|---|
|
array of struct |
List of reports to produce |
|
string |
Name of report |
|
string |
Report's parameters, which can be specified in the following formats:
The list of parameters depends on report. |
The method returns:
Name |
Type |
Short Description |
---|---|---|
result |
array of struct |
List of reports |
|
string |
Friendly name of report |
|
string |
Report itself, in most cases it is resource usage. |
The table below provides a list of the available reports.
Report Name |
Description |
---|---|
poaVersion |
Operations version Example of the report:
|
ADSync |
Total amount of enabled 'Active Directory Synchronization' services. Example of the report:
|
ADSyncUsers |
Total number of users synchronized from on-premise Active Directories. Users are included into the report for subscriptions where the 'Active Directory Synchronization' service is enabled. Example of the report:
|
totalDomains |
Total number of active domains (domains are in the Enabled state in Operations) Example of the report:
|
Parked domains |
Total number of parked domains. Domain is included into the report when the following conditions are satisfied:
OR
Example of the report:
|
domainsLinux |
Total number of domains with Linux-based Hosting modules. Domain is included into the report when the following conditions are satisfied:
AND
Example of the report:
|
domainsWindows |
Total number of domains with Windows-based Hosting modules. Domain is included into the report when the following conditions are satisfied:
AND
Example of the report:
|
mailboxesLinux |
Total number of CQMail Mailboxes Example of the report:
|
mailboxesWindows |
Total number of Exchange Mailboxes Example of the report:
|
PPPServersLinux |
Total number of Plesk Servers on Linux (Plesk is installed on Hardware Node or VPS) Example of the report:
|
PPPServersWindows |
Total number of Plesk Servers on Windows (Plesk is installed on Hardware Node or VPS) Example of the report:
|
PVCServersLinux |
Total number of Linux-based VPS Hardware Nodes Example of the report:
|
PVCServersWindows |
Total number of Windows-based VPS Hardware Nodes Example of the report:
|
PVCContainersLinux |
Total number of Linux-based VPSs (Shared or Dedicated) Example of the report:
|
PVCContainersWindows |
Total number of Windows-based VPSs (Shared or Dedicated) Example of the report:
|
Resellers |
Report on Reseller Accounts that are in Enabled state (XML data). |
ActiveAccounts |
Total number of active Accounts (accounts are in the Enabled state in Operations) Example of the report:
|
ActiveSubscriptions |
Total number of active Subscriptions (Subscriptions are in the Enabled state in Operations) Example of the report:
|
ActiveUsers |
Total number of active users. It is calculated in the following way: For each account, MAX(number of active service users from active subscriptions of account, number of active staff members of account) is calculated, then the results are summarized. Example of the report:
|
Domains |
Total number of active domains (domains are in the Enabled state in Operations) Example of the report:
|
DomainsWithSH |
Total number of domains with Linux-based Hosting modules. Domain is included into the report when the following conditions are satisfied:
OR
Example of the report:
|
DomainsWithWSH |
Total number of domains with Windows-based Hosting modules. Domain is included into the report when the following conditions are satisfied:
OR
Example of the report:
|
ExchangeMailboxes |
Total number of active Exchange Mailboxes. Example of the report:
|
ExchnageVersions |
Total number of active Mailboxes for each version of Exchange Server. Example of the report:
|
QmailMailboxes |
Total number of CQMail Mailboxes Example of the report:
|
ServersWeb |
Total number of web servers (VPSs and Hardware Nodes). Server is included into the report when the following conditions are satisfied:
OR
Note: If one or more different (by type) services are installed on the same server, it is included into the report only once. Example of the report:
|
ServersMail |
Total number of mail servers (VPSs and Hardware Nodes). Server is included into the report when the following conditions are satisfied:
OR
OR
Notes:
Example of the report:
|
ServersDB |
Total number of database servers (VPSs and Hardware Nodes). Server is included into the report when the following conditions are satisfied:
OR
Note: If one or more different (by type) services are installed on the same server, it is included into the report only once. Example of the report:
|
ExchangeLight |
Total number of Exchange Mailboxes where the MAPI protocol is in the disabled state (Outlook access is in the disabled state in CCP). Example of the report:
|
ExchangeFull |
Total number of Exchange Mailboxes where the MAPI protocol is in the enabled state (Outlook access is in the enabled state in CCP). Example of the report:
|
VPSDistribution |
This report provides information how VPSs are distributed on VPS Hardware Nodes according to specified thresholds. Thresholds are defined in the following format: number1,...,numberN There are the following intervals: [0,number1], (number1,number2],...,(numberN,infinity). For example: when 5 and 10 thresholds are defined, there are the following intervals: [0,5], (5,10], (10,infinity). Example of the report for 5 and 10 thresholds:
Note: Thresholds are mandatory report's parameters. |
VPSLinuxNoPlesk |
Total number of Linux-based VPSs without Plesk Example of the report:
|
VPSWindowsNoPlesk |
Total number of Windows-based VPSs without Plesk Example of the report:
|
VPSLinuxPlesk |
Total number of Linux-based VPSs with Plesk Example of the report:
|
VPSWindowsPlesk |
Total number of Windows-based VPSs with Plesk Example of the report:
|
SPLA |
Exchange SPLA report (at the beginning of the current month) Example of the report:
|
report-for-cep |
CEP report (XML data). |
report-for-billing |
Billing report (XML data). |
APSApplications |
APS Applications (XML data), see Appendix A. APSApplications Report Format |
Notes:
1. Resource usage is returned for active Subscriptions only (Subscriptions are in the Enabled state in Operations).
2. Each Operations Hosting Module provides a set of reports. When a report is requested for not-installed Hosting Module, Operations returns empty result for this report.