HP OneView REST API Reference

fc-networks
fc-networks.html[10/17/2013 10:35:33 AM]
PUT https://{appl}/rest/fc-networks/d5fc4334-78c7-4487-a4eb-
40739d47ab02
Request Body:
{
"eTag":"360141ed-5286-49da-bb27-ab20c4417134",
"name":"vsan3a",
"connectionTemplateUri":"/rest/connection-templates/b34500f6-
ab41-4930-ad93-ef2cca9230b2",
"linkStabilityTime":"30",
"uplinkBandwidth":"Auto",
"autoLoginRedistribution":true,
"fabricType":"FabricAttach",
"type":"fc-network"
}
FcNetwork
description: A Fibre Channel (FC) network supporting external access to Fibre Channel
fabrics/SANs
type: object
Properties
status: description: Overall health status of the resource. The following are the valid
values for the status of the resource:Unknown - should be avoided,
but there may be rare occasions where status is Unknown; OK -
indicates normal/informational behavior; Disabled - indicates that a
resource is not operational; Warning - needs attention soon; Critical -
needs immediate attention.
type: string
fabricType: description: The supported Fibre Channel access method
required: true
searchable: true
default: FabricAttach
enum: FabricAttach
DirectAttach
type: string
name: description: Display name for the resource
type: string
autoLoginRedistribution: description: Used for load balancing when logins are not evenly distributed over
the Fibre Channel links, such as when an uplink that was previously
down becomes available
default: false
required: true
type: boolean