HP OneView REST API Reference

network-sets
network-sets.html[10/17/2013 10:35:34 AM]
value and use it in the request body.
PUT https://{appl}/rest/network-sets/f984237c-7450-47a0-820a-
84518b119c06
Request Body:
{
"eTag":"37d09b5c-f1b0-44ca-820b-9ac6a907ac2d",
"name":"NS2",
"nativeNetworkUri":null,
"networkUris":[
"/rest/ethernet-networks/0f4aa1ec-c2a9-40dc-bf39-
4963783862cd",
"/rest/ethernet-networks/a9533968-29dc-48d9-b3ce-
2778dcb7c47d"
],
"connectionTemplateUri":"/rest/connection-templates/dbc9adc5-
5259-4be2-af97-a08507446711",
"type":"network-set"
}
URI: /rest/network-sets/{id}/withoutEthernet
Method API
GET Gets a network set excluding ethernet networks.
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
NetworkSet The requested network set resource
Response Codes
REST API Response Codes
Examples
Get the network set that matches ID f984237c-7450-47a0-820a-
84518b119c06:
GET https://{appl}/rest/network-sets/f984237c-7450-47a0-
820a-84518b119c06/withoutEthernet
NetworkSet
description: A network set is a group of Ethernet L2/L3 networks that may be assigned to one or
more connections.
type: object
Properties