HP CloudSystem Matrix/Matrix Operating Environment 7.1 Integration Interfaces API and CLI Operations Reference Guide
The floating IP address to remove.String ipAddress
Request ID for the operation.String requestIdReturns
InvalidParameterExceptionExceptions
ServiceNotFoundException
LogicalServerNotFound
Exception
IOSoapException
releaseFloatingIPAddress
Permanently releases a floating IP address that is not associated to a
server. This operation may be performed only by an infrastructure
orchestration Administrator.
releaseFloatingIPAddressName
The ID of a cloud capacity pool in which the floating IP address exists.String
cloudCapacityPoolId
Parameters
The floating IP address to release.String ipAddress
Request ID for the operation.noneReturns
InvalidParameterExceptionExceptions
ServerResourceNotFound
Exception
IOSoapException
listUnassociatedFloatingIPAddresses
Returns a list of floating IP addresses in a cloud capacity pool that are
not associated with a server.
listUnassociatedFloating
IPAddresses
Name
The ID of the cloud capacity pool for which to list unassociated floating
IP addresses.
String
cloudCapacityPoolId
Parameters
A list of unassociated floating IP addresses.List<String> ipAddressesReturns
InvalidParameterExceptionExceptions
ServerResourceNotFound
Exception
IOSoapException
ServerSnapshot
listServerSnapshots
Retrieves a list of snapshots for a server. Supported only for ESX VMs.listServerSnapshotsName
The ID or name of the service containing the logical server.String serviceNameParameters
The name of the logical server for which to retrieve snapshot information.String
logicalServerName
A list of snapshots for the servers.List<ServerSnapshot>
snapshots
Returns
InvalidParameterExceptionExceptions
ServerSnapshot 45