cloudkittyclient.v1.report.
ReportManager
(api_client)¶Class used to handle /v1/report endpoint.
get_summary
(**kwargs)¶Returns a list of summaries.
begin (datetime.datetime) – Begin timestamp
end (datetime.datetime) – End timestamp
tenant_id (str) – Tenant ID
groupby (list) – Fields to group by.
all_tenants (bool) – Get summary from all tenants (admin only). Defaults to False.
get_tenants
(**kwargs)¶Returns a list of tenants.
begin (datetime.datetime) – Begin timestamp
end (datetime.datetime) – End timestamp
get_total
(**kwargs)¶Returns the total for the given tenant.
begin (datetime.datetime) – Begin timestamp
end (datetime.datetime) – End timestamp
tenant_id (str) – Tenant ID
all_tenants (bool) – Get total from all tenants (admin only). Defaults to False.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.