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

Period
Represents the period of time of the data to be returned.
Start date from which to return data. Format: YYYY-MM-DDDate startDate
End date from which to stop returning data. Format: YYYY-MM-DDDate endDate
Specifies how data must be consolidated in the report.PeriodType type
PeriodType enum
Represents the possible usage data grouping. PERIOD means that the result will consolidate one
entry per service for the entire period, and DAILY means one entry per day.
Possible values: PERIOD, DAILY
ServiceFilter
Represents queries to be done while returning data.
Represents the attribute that will be used to filter data.ServiceFilterAttribute
filterAttribute
Represents the comparison operator.FilterOperator
filterOperator
Specifies the value to be searched. This value, together with filterAttribute and filterOperator,
is used in the form: filterAttribute filterOperator value. For example: ORGANIZATION_ID
LIKE “HP*”.
String serviceFilterValue
Used with the prior filter.FilterConnector
filterConnector
ServiceFilterAttribute enum
Represents the fields supported for usage data filtering.
Possible values: ORGANIZATION_ID, BILLING_CODE, OWNER, SERVICE_NAME
FilterOperator enum
Represents the supported operators for filters.
Possible values: EQUAL, NOT_EQUAL, LIKE, NOT_LIKE. These are non case sensitive.
FilterConnector enum
Represents the supported filter connectors.
Possible values: AND, OR, NONE
Paging
Provides paging information for the data returned by the chargeback web service. This object is
ignored when PERIOD is used. The result is paged only for period type set to DAILY. When PERIOD
is used, only one page is returned with all registers.
Number of services in a page. It is used to determine the number of pages in the report.
It must be greater than 0. If 0 is supplied, InvalidPageSizeException is thrown.
int pageSize
Indicates which page to be returned by the webservice. First page is 0 and last is totalPages
1.
int pageIndex
Period 103