summary (/v2/summary)¶
-
class
cloudkittyclient.v2.summary.
SummaryManager
(api_client)¶ -
get_summary
(**kwargs)¶ Returns a paginated list of summaries.
This support filters along with custom grouping.
Parameters: - offset (int) – Index of the first scope that should be returned.
- limit (int) – Maximal number of scopes to return.
- filters (dict) – Optional dict of filters to select data on.
- groupby (str or list of str.) – Optional list of attributes to group data on.
- begin (datetime.datetime) – Start of the period to gather data from
- end (datetime.datetime) – End of the period to gather data from
-