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

Optional list of server pools used to create the service. If null, the pools
currently available to the requesting user are used.
List<String>
serverPoolNames
Optional email address of the service owner (the user performing the
operation). If specified, the value replaces the user’s email address on
String
ownerEmailAddress
record. If the value is an empty string, any existing email address is
removed with no replacement. An email address update applies generally,
not just to the service created by this operation. The email address update
may take effect even if the CreateService operation is not submitted
successfully.
Optional descriptive text about the created service to be added to the
created service notes
String note
Optional text identifying the entity responsible for the service costs. The
value is limited to 128 characters and may not include the characters
[<>'`"&] or control characters.
String billingCode
Request ID for the operationString requestIdReturns
InvalidParameterExceptionExceptions
NoServerPoolsAvailableException
ServerPoolNotFoundException
TemplateNotFoundException
IOSoapException
deleteService
Deletes an infrastructure servicedeleteServiceName
The ID or name of the service to deleteString serviceNameParameters
Request ID for the operationString requestIdReturns
InvalidParameterExceptionExceptions
ServiceNotFoundException
IOSoapException
deactivateService
Deactivates all logical servers in an infrastructure service (existing at the
time of the request).
deactivateServiceName
The ID or name of the service containing the logical servers to deactivateString serviceNameParameters
Request ID for the operationString requestIdReturns
InvalidParameterExceptionExceptions
ServiceNotFoundException
IOSoapException
activateService
Activates all logical servers in an infrastructure service (existing at the
time of the request).
activateServiceName
The ID or name of the service containing the logical servers to activateString serviceNameParameters
14 Operations