HP Matrix Operating Environment Software PeriodType enum, ServiceFilter, FilterOperator enum

Page 90

Period

Represents the period of time of the data to be returned.

Date startDate

Start date from which to return data. Format: YYYY-MM-DD

Date endDate

End date from which to stop returning data. Format: YYYY-MM-DD

PeriodType type

Specifies how data must be consolidated in the report.

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.

ServiceFilterAttribute

Represents the attribute that will be used to filter data.

filterAttribute

 

FilterOperator

Represents the comparison operator.

filterOperator

 

String serviceFilterValue

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*”.

FilterConnector

Used with the prior filter.

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.

int pageSize

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 pageIndex

Indicates which page to be returned by the webservice. First page is 0 and last is totalPages

 

– 1.

90 Data model

Image 90
Contents API and CLI Operations Reference Guide Abstract7.1 Update 1 7.1Contents CMS Data Model Contents Exceptions Example UsageAccessing the Chargeback Web Service Interfaces Sample Java ClientRequiredParameterException Part I Matrix API Introduction New features in 7.1 Update Integration interface overviewIntroduction New features PowerCycleLogicalServersNew features in 7.1 LogicalServerGroupDetails EditLogicalServers RemoveLogicalServersQuiesceCms UnquiesceCms GetCmsQuiesceStatus LogicalServerInfoRequestInfo ServiceInfoChargeback TemplateInfoCommand Line Interface Accessing the Web Service InterfacesAccessing Wsdl SecurityExportTemplate OperationsImportTemplate List TemplateInfoGetService ServiceListServices CreateServiceDeleteService DeactivateServiceActivateService ChangeServiceLeasePowerOffService Request PowerOnServiceDeleteReplicaService ListRequestsSetRequestApprovalState GetRequestInfoGetRequest ContinueRequestGetLogicalServerGroup CancelRequestLogical Server Group AddServersToLogicalServerGroupAddDiskToLogicalServerGroup AddNewDiskToLogicalServerGroupSetLogicalServerGroupActiveServerCount RawMappingTypeEnumLogicalServerInfo GetLogicalServerDeactivateLogicalServers LogicalServerDetailsActivateLogicalServers PowerOffLogicalServersPowerOnLogicalServers LogicalServerNotFound Exception Logical ServerRemoveLogicalServers PowerCycleLogicalServersEditLogicalServers ByteSizeEnumGetServerPool Server PoolListServerPools CreateServerPoolDeleteServerPool MoveServerToServerPoolAssignUsersToServerPool GetComputeServer ServerUnassignUsersFromServerPool GetVmHostSoftware SubnetListSanVolumeTemplates ListSanVolumesGetSanVolume GetSanVolumeTemplateGetOrganization OrganizationListOrganizations AssignTemplateToOrganizationUnassignServerFromOrganization By a Service Provider AdministratorAssignServerToOrganization OrganizationName Returns None ExceptionsAssignSubnetToOrganization UnassignSubnetFromOrganizationAssignSoftwareToOrganization BeginCmsMaintenance UnassignSoftwareFromOrganizationSyncOrganizations AddCms EndCmsMaintenanceCountRunningRequestsForCms QuiesceCmsListLoadBalancers LoadBalancerGetCmsQuiesceStatus AddLoadBalancerAddLoadBalancerCertificate SetLoadBalancerPasswordRemoveLoadBalancer RemoveLoadBalancerCertificateCreateLogicalLoadBalancerGroup UnsetLoadBalancerPasswordLogicalLoadBalancer DeleteLogicalLoadBalancerGroupRemoveLogicalLoadBalancerGroupMember FirewallRuleGroupAddLogicalLoadBalancerGroupMember GetFirewallRuleGroupSyncFirewallRuleGroups AddRuleToFirewallRuleGroupRemoveRuleFromFirewallRuleGroup Name AddRuleToFirewallRuleMoveFloatingIPAddress FloatingIPAddressAddFloatingIPAddress RemoveFloatingIPAddressListUnassociatedFloatingIPAddresses ServerSnapshotReleaseFloatingIPAddress ListServerSnapshotsCreateServerSnapshot RevertServerSnapshotDeleteServerSnapshot Snapshot, recursively. Defaults to false Data Model Data ModelCidrIpRange ByteSizeByteSizeEnum CmsQuiesceStateCostFrequencyEnum CostCostFrequency CustomAddressAssignmentTypeAttributeCustomSubnetBindingAttribute CustomStorageVolumeAttributeCustomProcessorAttribute CustomTemplateAttributesDeploymentServiceTypeEnum DeploymentServiceDeploymentServiceType DrModeFirewallRuleGroupDetails FirewallRuleFirewallRuleGroupInfo ImageTypeLeasePeriod IPTypeIPTypeEnum LoadBalancerInfoLogicalDisk LogicalFirewallRuleGroupLogicalIPAddress LogicalLoadBalancerGroupInfo LogicalLoadBalancerDetailsLogicalLoadBalancerGroupDetails LogicalLoadBalancerGroupMemberLogicalNetworkInterface LogicalLoadBalancerProtocolLogicalLoadBalancerProtocolEnum LogicalServerDetailsServiceEntityStatus status LogicalServerGroupInfoLogicalServerInfo LogicalSoftware LogicalSubnetNatEntry MessageSeverityMessageSeverityEnum NatTypeProcessorArchitecture PacketProtocolPacketProtocolEnum ProcessorArchitectureEnumRequestHistoryItemLevel RequestDetailsRequestHistoryItem RequestHistoryItemLevelEnumRequestType RequestStatusRequestStatusEnum RequestTypeEnumSanVolume SanVolumeStateSanVolumeStateEnum State cannot be determined SanVolumeTemplateServerPool IDs of the cloud capacity pools in the server poolServerPoolResourceNote ServiceActionServiceActionTrigger trigger ServerResourceServiceDetails ServiceActionTriggerServiceActionTriggerEnum ServiceEntityStatusSoftwareType ServiceInfoSoftwareDiskDefinition SoftwareTypeEnumStorageType StorageProvisioningTypeStorageProvisioningTypeEnum StorageTypeEnumTemplateInfo VirtualizationTypeVirtualizationTypeEnum VmHostDataStore VirtualSwitchVmHost WorkflowExceptions ServiceNotFoundException SanVolumeNotFoundExceptionSanVolumeTemplateNotFoundException OrganizationNotFoundExceptionTemplateNotFoundException SoftwareNotFoundExceptionSubnetNotFoundException UserNotFoundExceptionPhysical Server Maintenance Example Physical Server Maintenance ExampleExample Usage Sample Java Client Sample CodeSample Java Client Sample Code Sample Java Client IOClientPasswordHandler.java Sample Java Client Sample VisualStudio/.NET/C# Client Add this codeSample VisualStudio/.NET/C# Client String.Format0s, DateTime.NowPage Part II Chargeback API Chargeback Soap API Chargeback Soap APIAccessing the Chargeback Web Service Interfaces Accessing the Chargeback Web Service InterfacesHttps//cms-ip-address55443/hpio/chargeback/soap/v1?wsdl Operations Summary Usage ReportDetailed Usage Report List ServiceFilter Aggregated Usage ReportOne entry with consolidated data for the entire period ServiceUsagePage Data Model FilterConnector enum ServiceFilterServiceFilterAttribute enum PeriodServerUsageSummary ServiceInformationResourceUsageSummary DiskUsageSummaryAggregateServiceUsage ServiceUsagePageServiceUsageSummary ServiceUsageDetailPageDiskUsageDetail IpAddressUsageDetailChargebackDataBaseException AuthenticationExceptionAuthorizationException ChargebackExceptionRequiredParameterException PeriodStartDateGreaterThanEndDateExceptionPeriodStartDateTooOldException PeriodStartDateGreaterThanEndDateExceptionSample Python Client Sample Python ClientPage Example 2 reports.py Pageindex =Page Sample Python Client 101 Sample Python Client Example 3 GUI.py 103Sample Python Client 105 Example 4 reportsfile.py Sample Chargeback Usage Report 107References ReferencesInformation to collect before contacting HP How to contact HPSupport and other resources Information to collect before contacting HPDocumentation feedback Warranty informationHP authorized resellers Subscribing to security bulletinsRelated information Documentation and supportRelated information
Related manuals
Manual 79 pages 57.42 Kb Manual 12 pages 7.25 Kb

Matrix Operating Environment Software specifications

HP Matrix Operating Environment (MOE) is an innovative software platform designed to deliver efficient management and orchestration of IT resources across physical, virtual, and cloud infrastructures. It provides a comprehensive solution for organizations that require a robust and flexible environment to manage their IT operations seamlessly.

One of the main features of HP MOE is its ability to optimize resource utilization by automating the provisioning and management of infrastructure components. This includes the ability to rapidly deploy servers, storage, and networking resources in a manner that meets the dynamic needs of modern businesses. This automation significantly reduces the time and effort required for manual configurations, enabling IT teams to focus on strategic initiatives rather than routine tasks.

The software offers a unified management interface that provides visibility into the entire IT environment. Users can monitor performance metrics, track resource allocation, and manage workflows through a single dashboard. This centralized control not only simplifies operations but also enhances decision-making capabilities by providing real-time insights into system health and performance.

Another critical characteristic of HP MOE is its support for both physical and virtual resources. The platform is designed to seamlessly integrate with existing infrastructure, making it easier for organizations to adopt virtualization and hybrid cloud strategies. Its compatibility with industry-standard hypervisors allows businesses to leverage their current investments while taking advantage of the benefits of virtualization.

HP MOE incorporates advanced technologies such as automation scripts, APIs, and tools for workload balancing. This technological backbone enables organizations to implement elasticity in their environments, allowing them to scale resources up or down based on demand. The software also supports a service-oriented architecture, facilitating integration with other enterprise applications and systems.

Security is a top priority in the design of HP MOE. The software provides robust security features that ensure data integrity and protect against unauthorized access. This includes role-based access controls, encryption, and compliance reporting, all of which contribute to a secure operating environment.

In summary, HP Matrix Operating Environment Software is a powerful solution that addresses the complexities of managing modern IT resources. Its key features include automation, unified management, support for physical and virtual environments, and strong security measures. With its ability to enhance efficiency and streamline operations, HP MOE is an essential tool for organizations looking to stay competitive in an increasingly digital landscape.