cterasdk.core.reports module#

class cterasdk.core.reports.Reports(core)#

Bases: BaseCommand

Reports 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()

generate(name)#

Generate a CTERA Portal Report

Parameters:

report (cterasdk.core.enum.reports) – Report

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()