openapi_client.model.api_usage_aggregated_out.APIUsageAggregatedOut
Input Type
Accessed Type
Description
Notes
dict, frozendict.frozendict,
frozendict.frozendict,
Key
Input Type
Accessed Type
Description
Notes
timeUnit
str,
str,
Time unit is DAY, WEEK or MONTH depending on prior usage
[optional]
periodStart
decimal.Decimal, int,
decimal.Decimal,
Start datetime of the reporting period
[optional] value must be a 64 bit integer
periodEnd
decimal.Decimal, int,
decimal.Decimal,
End datetime of the reporting period
[optional] value must be a 64 bit integer
totalUsage
decimal.Decimal, int,
decimal.Decimal,
Total usage in the current period
[optional] value must be a 64 bit integer
historyTruncated
bool,
BoolClass,
If the history was truncaded due to data limit
[optional]
data
list, tuple,
tuple,
Data points : usage per DAY, WEEK or MONTH and per apiService
[optional]
colHeaders
list, tuple,
tuple,
apiServices as column headers
[optional]
rowHeaders
list, tuple,
tuple,
dates as row headers
[optional]
any_string_name
dict, frozendict.frozendict, str, date, datetime, int, float, bool, decimal.Decimal, None, list, tuple, bytes, io.FileIO, io.BufferedReader
frozendict.frozendict, str, BoolClass, decimal.Decimal, NoneClass, tuple, bytes, FileIO
any string name can be used but the value must be the correct type
[optional]
Data points : usage per DAY, WEEK or MONTH and per apiService
Input Type
Accessed Type
Description
Notes
list, tuple,
tuple,
Data points : usage per DAY, WEEK or MONTH and per apiService
Class Name
Input Type
Accessed Type
Description
Notes
items
list, tuple,
tuple,
Data points : usage per DAY, WEEK or MONTH and per apiService
Data points : usage per DAY, WEEK or MONTH and per apiService
Input Type
Accessed Type
Description
Notes
list, tuple,
tuple,
Data points : usage per DAY, WEEK or MONTH and per apiService
Class Name
Input Type
Accessed Type
Description
Notes
items
decimal.Decimal, int,
decimal.Decimal,
Data points : usage per DAY, WEEK or MONTH and per apiService
value must be a 32 bit integer
colHeaders
apiServices as column headers
Input Type
Accessed Type
Description
Notes
list, tuple,
tuple,
apiServices as column headers
Class Name
Input Type
Accessed Type
Description
Notes
items
str,
str,
apiServices as column headers
rowHeaders
dates as row headers
Input Type
Accessed Type
Description
Notes
list, tuple,
tuple,
dates as row headers
Class Name
Input Type
Accessed Type
Description
Notes
items
str,
str,
dates as row headers
[Back to Model list] [Back to API list] [Back to README]