cterasdk.core.reports module¶
-
class
cterasdk.core.reports.Reports(portal)¶ Bases:
cterasdk.core.base_command.BaseCommandReports APIs
-
folder_groups()¶ Retrieve the folder groups statistics report.
To retrieve this report, you must first browse the Virtual Portal that contains the report, using: GlobalAdmin.portals.browse()
-
folders()¶ Retrieve the cloud folders statistics report.
To retrieve this report, you must first browse the Virtual Portal that contains the report, using: GlobalAdmin.portals.browse()
-
portals()¶ Retrieve the storage statistics report.
To retrieve this report, you must first browse the Global Administration Portal, using: GlobalAdmin.portals.browse_global_admin()
-
storage()¶ Retrieve the portals statistics report.
To retrieve this report, you must first browse the Global Administration Portal, using: GlobalAdmin.portals.browse_global_admin()
-