HP OneView REST API Reference

uplink-sets
uplink-sets.html[10/17/2013 10:35:32 AM]
Request
Body
Attributes Description
UplinkSet Required The uplink set to be updated
Response Description
TaskResourceV2 An object that can be used to track the progress of the update uplink
set operation to completion
Response Codes
REST API Response Codes
Examples
Update a uplink set that matches ID 9b8f7ec0-52b3-475e-84f4-c4eac51c2c20
using the supplied resource information:
PUT https://{appl}/rest/uplink-sets/9b8f7ec0-52b3-475e-84f4-c4eac51c2c20
GET Gets an uplink set.
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
UplinkSet The requested uplink set resource
Response Codes
REST API Response Codes
Examples
Get the instance of uplink set that matches ID 9b8f7ec0-52b3-475e-84f4-c4eac51c2c20:
GET https://{appl}/rest/uplink-sets/9b8f7ec0-52b3-475e-84f4-c4eac51c2c20
DELETE Deletes an uplink set. If the uplink set was carrying a Fibre Channel (FC) network, any connections which are deployed and
using the FC network will be placed into a '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 progress of the delete uplink set
operation to completion
Response Codes
REST API Response Codes
Examples
Delete the uplink set that matches ID 9b8f7ec0-52b3-475e-84f4-c4eac51c2c20:
DELETE https://{appl}/rest/uplink-sets/9b8f7ec0-52b3-475e-84f4-c4eac51c2c20
UplinkSet
description: Interconnect uplinks are grouped into an uplink set and managed as a unit with an assigned set of one or
more networks. Both networkUris and fcNetworkUris need to be non-null for the uplink set to be valid.
type: object
Properties