HP CloudSystem Matrix/Matrix Operating Environment 7.2 Integration Interfaces API and CLI Operations Reference Guide

ServiceUsagePage
Paging object with detailed information about the pages for the given query.Paging pagingInformation
List of registers returned by this query. A register is represented by a
ServiceUsageSummary object. This contains allocation metric information
List<ServiceUsageSummary>
serviceUsageSummary
for a given service in a given date. The number of objects returned in a page
is determined by the pageSize and the amount of data resulted by specified
query. This list is ordered by service ID and then by date.
ServiceUsageSummary
Represents the date for which that object has data.String date
Contains service specific information.ServiceInformation serviceInformation
Contains collected metrics for the given service (identified by
serviceInformation) in the given date (date).
ResourceUsageSummary
resourceUsageSummary
AggregateServiceUsage
Number of existing services in the period and that match specified filters.Long servicesCount
Contains collected metrics for all services that existed in the given period
and that match specified filters.
ResourceUsageSummary
resourceUsageSummary
Total cost for the query.BigDecimal totalCost
ServiceUsageDetailPage
Paging object with detailed information about the pages for the given query.Paging pagingInformation
List<ServiceUsageDetail>
serviceUsageDetail
ServiceUsageDetail
If Period is set to DAILY, this represents the date for the associated data.String date
ServiceInformation serviceInformation
ResourceUsageDetail resourceUsageDetail
ResourceUsageDetail
Data for each server in the service.List<ServerUsageDetailList> servers
Data for each disk in the service.List<DiskUsageDetail> disks
Data for each IP Address in the service.List<IpAddressUsageDetail> ipAddresses
ServerUsageDetail
Contains server’s hostname.String hostName
Identifies whether the server is PHYSICAL, VIRTUAL or CLOUD. Physical and
virtual types are servers deployed on-premise. The Cloud type identifies
String resourceType
ServiceUsagePage 105