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

String used to make the template hostnames unique. The string is
substituted for the # symbol used in the template element names. If no
such replacement is defined in the template, this value may be null.
String replacementText
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
Optional list of custom attributes.CustomTemplateAttributes
customTemplateAttributes
Request ID for the operation.String requestIdReturns
InvalidParameterExceptionExceptions
NoServerPoolsAvailable
Exception
ServerPoolNotFound
Exception
TemplateNotFound
Exception
IOSoapException
deleteService
Deletes an infrastructure service.deleteServiceName
The ID or name of the service to delete.String serviceNameParameters
Request ID for the operation.String 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 deactivate.String serviceNameParameters
Request ID for the operation.String requestIdReturns
InvalidParameterExceptionExceptions
ServiceNotFoundException
IOSoapException
Service 19