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

operation may be performed only by an infrastructure orchestration
Administrator.
The name of the new service to create.String serviceNameParameters
ID of the virtual machine to import.String vmId
ID or name of the organization to own the service, if the service owner
is a member of multiple organizations.
String
organizationName
Optional owner to assign to the service. Defaults to the requesting user.String owner
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 maximum processor count to enforce if the VM is later edited.
Defaults to the value specified by the import.max.processor.count property
Integer
maxProcessorCount
in conf\hpio.properties or the VM's current processor count, whichever
is higher.
Optional maximum memory size to enforce if the VM is later edited, in
megabytes. Defaults to the value specified by the import.max.memory.size
Integer maxMemorySize
property in conf\hpio.properties or the VM's current memory size,
whichever is higher.
Request ID for the operation.String requestIdReturns
InvalidParameterExceptionExceptions
OrganizationNotFound
Exception
UserNotFoundException
IOSoapException
deleteReplicaService
Deletes a DR (disaster recovery) replica service without deprovisioning.deleteReplicaServiceName
The ID or name of the service to delete.String serviceNameParameters
Delete the replica service regardless of its state.boolean ignoreStatus
Request ID for the operation.String requestIdReturns
InvalidParameterExceptionExceptions
ServiceNotFoundException
IOSoapException
Request
listRequests
Gets a list of requests initiated by the requester. For Administrator users,
the list contains all requests.
listRequestsName
noneParameters
Request 29