GeDatabaseUsagePeriod
GeDatabaseUsagePeriod
- Method: GET or optionally POST.
Gets aggregated database usage statistical data in the provided time window.
Request example:
GET /odata.svc/('Root')/GeDatabaseUsagePeriod?timeWindow=_value_&time=_value_
or
POST /odata.svc/('Root')/GeDatabaseUsagePeriodDATA:models=[{"timeWindow": _value_,"time": _value_}]
Can only be called on the root content.
Parameters:
- timeWindow (
TimeWindow?
) optional: Size of the time window: Hour, Day, Month or Year. Default: Month. - time (
DateTime?
) optional: Start time. Default: now.
Return value:
Database usage data containing time window information and a list of aggregated data points. (Type: object
).
Requirements:
- AllowedRoles: Administrators, Developers