applianceStats¶
Provides the statistic information of all the appliance templates for a user. This includes:
- the number of appliance templates
- the number of machine images generated and a breakdown on the format types used
- the breakdown on the operating systems used
- the number appliance templates shared (e.g. to workspaces)
Attributes¶
The list of attributes for applianceStats are:
curr(int): the valuecurrOSUsage: list of statDataPoint for the breakdown on operating system types currently being used for the user’s appliance templatescurrShared(int): number of appliance templates currently being shared (e.g. in a workspace)currUsage: the list of statDataPoint objects holding the statistic historytotal(int): the total value (over time regardless if the object in question has been deleted)totalOSUsage: list of statDataPoint for the breakdown on operating system types that have been used for the user’s appliance templatestotalShared(int): number of appliance templates that have been shared (e.g. in a workspace)totalUsage: the list of statDataPoint objects holding the statistic history (over time regardless if the object in question has been deleted)