HP OneView REST API Reference

network-sets
network-sets.html[10/17/2013 10:35:34 AM]
number of resources that match the or , the actual
count returned, and the URIs to go to the next page, previous page,
or both. If necessary, you can make several requests using the URI
for the next or previous page (or different start parameters) to get
the desired count.
sort Optional The sort order of the returned data set. By default, the sort order is
based on the create time, with the oldest entry first.
filter Experimental This parameter is experimental for this release: While generally
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
NetworkSetList A paginated collection of network set resources
Response Codes
REST API Response Codes
Examples
Get the first 10 network set resources:
GET https://{appl}/rest/network-sets/withoutEthernet?
start=0&count=10
Get all the network set resources in the domain:
GET https://{appl}/rest/network-sets/withoutEthernet
URI: /rest/network-sets/{id}
Method API
GET Gets a network 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
NetworkSet The requested network set resource
Response Codes