HP OneView REST API Reference

logical-downlinks
logical-downlinks.html[10/17/2013 10:35:31 AM]
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
LogicalDownlinkCollection An array of logical downlinks
Response Codes
REST API Response Codes
Examples
Get the first 10 logical downlinks in the domain:
GET https://{appl}/rest/logical-downlinks?start=0&count=10
Get all the logical downlinks in the domain:
GET https://{appl}/rest/logical-downlinks
URI: /rest/logical-downlinks/schema
Method API
GET Gets the JSON schema for the logical downlink.
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
JsonSchema The JSON schema for this resource
Response Codes
REST API Response Codes
Examples
Get the JSON schema for the resource:
GET https://{appl}/rest/logical-downlinks/schema
URI: /rest/logical-downlinks/withoutEthernet
Method API
GET Gets a list of logical downlinks, excluding any existing ethernet networks, based on optional sorting