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

unquiesceCms
Removes the CMS from the quiesced state. This operation may be
performed only by an infrastructure orchestration Administrator.
unquiesceCmsName
noneParameters
noneReturns
IOSoapExceptionExceptions
getCmsQuiesceStatus
Gets the current quiesce status of the CMS. This operation may be
performed only by an infrastructure orchestration Administrator.
getCmsQuiesceStatusName
noneParameters
The current quiesce state.CmsQuiesceStatus
cmsQuiesceStatus
Returns
IOSoapExceptionExceptions
LoadBalancer
listLoadBalancers
Gets a list of load balancer resources. This operation may be performed
only by an infrastructure orchestration Administrator.
listLoadBalancersName
noneParameters
A list of LoadBalancerInfo objects containing information about load
balancer resources.
List<LoadBalancerInfo>
loadBalancers
Returns
IOSoapExceptionExceptions
addLoadBalancer
Adds a load balancer to the infrastructure orchestration server. This
operation may be performed only by an infrastructure orchestration
Administrator.
addLoadBalancerName
The load balancer definition.LoadBalancerInfo
loadBalancer
Parameters
noneReturns
InvalidParameterExceptionExceptions
IOSoapException
modifyLoadBalancer
Modifies an existing load balancer to the infrastructure orchestration
server. This operation may be performed only by an infrastructure
orchestration Administrator.
modifyLoadBalancerName
The load balancer definition. Contains only the load balancer ID and the
attributes to be changed. All other attributes are set to null.
LoadBalancerInfo
loadBalancer
Parameters
noneReturns
LoadBalancer 49