HP OneView REST API Reference

fc-networks
fc-networks.html[10/17/2013 10:35:33 AM]
Examples
The following example returns the FC network with the specified ID:
GET https://{appl}/rest/fc-networks/d5fc4334-78c7-4487-a4eb-
40739d47ab02
DELETE Deletes a Fibre Channel network. Any deployed connections that are using the network are
placed in the 'Failed' state.
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"
Response Description
TaskResourceV2 An object that can be used to track the delete Fibre
Channel network operation to completion
Response Codes
REST API Response Codes
Examples
Delete the FC network that matches ID d5fc4334-78c7-4487-a4eb-
40739d47ab02:
DELETE https://{appl}/rest/fc-networks/d5fc4334-78c7-4487-a4eb-
40739d47ab02
PUT Updates 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 updated
Response Description
TaskResourceV2 An object that can be used to track the Fibre
Channel network update operation to completion
Response Codes
REST API Response Codes
Examples
Before doing an update, please do a GET of the FC network to obtain the
required eTag
value and use it in the request body.
Update the name of the FC Network with the ID d5fc4334-78c7-4487-a4eb-
40739d47ab02: