HP OneView REST API Reference

fc-networks
fc-networks.html[10/17/2013 10:35:33 AM]
functional when used in simple cases, restrictions might be noted in
the implementation description.
A general filter/query string that narrows the list of resources
returned by a multi-resource GET (read) request and DELETE
(delete) request. The default is no filter (all resources are returned).
Request
Header
Attributes Description
REST API Request Headers NOTE: The X-API-Version header is required for all APIs. For the
current release, this must be set to "X-API-Version:3"
Response Description
FcNetworkList A paginated collection of Fibre Channel network
resources
Response Codes
REST API Response Codes
Examples
Get the first 10 FC networks in the domain:
GET https://{appl}/rest/fc-networks?start=0&count=10
Get all the FC networks in the domain:
GET https://{appl}/rest/fc-networks
POST Creates a Fibre Channel network.
Parameter Attributes Description
Request
Header
Attributes Description
REST API Request Headers NOTE: The X-API-Version header is required for all APIs. For the
current release, this must be set to "X-API-Version:3"
Request
Body
Attributes Description
FcNetwork Required The Fibre Channel network to be created
Response Description
TaskResourceV2 An object that can be used to track the progress of
the create operation to completion
Response Codes
REST API Response Codes
Examples
Create an FC Network with the name "vsan3":
POST https://{appl}/rest/fc-networks
Request Body:
{
"name":"vsan3",
"connectionTemplateUri":null,
"linkStabilityTime":"30",
"uplinkBandwidth":"Auto",