HP Matrix Operating Environment 7.3 Release Notes
New and changed Matrix OE API requests
AddNetworkInterfaceToLogicalServerGroup
Enhancements to the AddNetworkInterfaceToLogicalServerGroup request include:
• The existing tags parameter can now be used to specify storage tags for virtual disks.
• The following new optional parameter is added to the end of the parameter list:
ParametersName
Optional. The Provisioning Type for a virtual disk.
Defaults to Unspecified. HPVM and Cloud do not support
thin provisioning.
StorageProvisioningTypeEnum
storageProvisioningType
addNewDiskToLogicalServer
Enhanced addNewDiskToLogicalServer requests adds a network interface to a logical server
group which includes:
Adds a network interface to a logical server
group, with Administrator approval.
addNetworkInterfaceToLogicalServerGroup
Name
The ID or name of service containing the
server group.
String serviceNameParameter
The name of the logical server group to
which to add the network connection.
String logicalServerGroupName
The ID of the subnet to add to server group.String subnetId
Optional. IPv4 address assignment type
(STATIC, AUTOMATIC, DHCP or
EXTERNAL). For IPv6 only networks, this
value is not required. It is possible to
provide IPv6 settings in addition to IPv4 for
dual stack configuration.
IPAddressAssignmentTypeEnum
ipv4AddressAssignmentType
Optional. For IPv4 STATIC address
assignment, a list of the IP addresses to use
must be specified. The list size must match
the initial logical server group size. For
other assignment types, no addresses
should be specified.
List Stringipv4StaticIPValues
Optional. IPv6 address assignment type
(STATIC, AUTOMATIC, DHCP or
EXTERNAL). For IPv4 only networks, this
value is not required. It is possible to
provide IPv4 settings in addition to IPv6 for
dual stack configuration.
IPAddressAssignmentTypeEnum
ipv6AddressAssignmentType
Optional. For IPv6 STATIC address
assignment, a list of the IP addresses to use
must be specified. The list size must match
the initial logical server group size. For
other assignment types, no addresses
should be specified.
ListStringipv6StaticIPValues
Optional. The cost per IP for the new
network connection. Only administrator
users may specify a cost value. If not
specified, the cost will be zero. The units
for the cost will be same as the units used
for the server group.
Float cost
62 Matrix OE API change details