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

Filled every time the web service is called and contains the total number of pages based
on the query executed and the pageSize. If no data is returned, totalPages is 0.
int totalPages
Indicates if the returned page is the last page for the specified query.bool lastPage
ServiceInformation
Represents descriptive information of a service.
Service name.String name
Unique id used by Matrix OE infrastructure orchestration and chargeback.String id
Organization unique ID associated with the service.String organizationId
Billing code associated with this service as specified during service creation.String billingCode
Name of the service owner.String owner
Date that the service was created.Date startDate
Returned when the service is already deleted and has a delete date saved.Date endDate
ResourceUsageSummary
Fixed cost associated with the service in the given day or period (depending
on the query).
BigDecimal fixedCost
Summarized data for the service’s servers.ServerUsageSummary serverUsage
Summarized data for the service’s disks.DiskUsageSummary diskUsage
Summarized data for the service’s IP addresses.IpAddressUsageSummary
ipAddressUsage
ServerUsageSummary
Number of servers in the service for the given period or day.Long serversCount
Sum of servers allocation hours for the given period or day.BigDecimal allocationHours
Servers allocation cost for the given period or day.BigDecimal allocationCost
Sum of servers uptime hours for the given period or day.BigDecimal uptimeHours
DiskUsageSummary
Number of disks associated to the service for the given period or day.Long disksCount
Sum of disks allocation hours for the given period or day.BigDecimal allocationHours
Disks allocation cost for the given period or day.BigDecimal allocationCost
Amount of storage allocated for the given period or day.BigDecimal disksSizeGb
IpAddressUsageSummary
Number of IP addresses associated to the service for the given period or dayLong ipAddressCount
Sum of IP addresses allocation hours for the given period or day.BigDecimal allocationHours
IP addresses allocation cost for the given period or day.BigDecimal allocationCost
104 Data model