HP OneView REST API Reference

server-profiles
server-profiles.html[10/17/2013 10:35:14 AM]
type: array
Items
allocatedMbps: description: The transmit throughput (mbps) currently allocated to this
connection.
type: integer
readonly: true
networkUri: description: Identifies the network or network set to be connected.
required: true
type: string
searchable: true
format: URI
deploymentStatus: description: The deployment status of the connection, The value can be
'Undefined', 'Reserved', or 'Deployed'
type: string
readonly: true
portId: description: Identifies the port (FlexNIC) used for this connection, for
example 'FlexibleLOM:1-a'. The port can be automatically
selected by specifying 'Auto', 'None', or a physical port when
creating or editing the connection. If 'Auto' is specified, a
port that provides access the selected network (networkUri)
will be selected. A physical port (e.g. 'FlexibleLOM:2') can
be specified if the choice of a specific FlexNIC on the
physical port is not important. If 'None' is specified, the
connection will not be configured on the server hardware.
When omitted, portId defaults to 'Auto'. Use /rest/server-
profiles/ports to retrieve the list of available ports.
type: string
functionType: description: Type of function required for the connection. functionType
cannot be modified after the connection is created.
required: true
type: string
requestedMbps: description: The transmit throughput (mbps) that should be allocated to
this connection. This value must not exceed the maximum
bandwidth of the selected network (networkUri). If omitted,
this value defaults to the typical bandwidth value of the
selected network. The sum of the requestedBW values for
the connections (FlexNICs) on an adapter port cannot
exceed the capacity of the network link (usually 10Gbit/sec).
type: integer
minimum: 100
maximum: 10000
boot: description: Indicates that the server will attempt to boot from this
connection.
type: object
Properties
priority: description: Indicates the boot priority for this device.