HP OneView REST API Reference

interconnect-types
interconnect-types.html[10/17/2013 10:35:39 AM]
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
InterconnectTypeCollection A paginated collection of interconnect type
resources
Response Codes
REST API Response Codes
Examples
Get up to 10 supported interconnect module types:
GET https://{appl}/rest/interconnect-types?start=0&count=10
Get all the supported interconnect module types:
GET https://{appl}/rest/interconnect-types
URI: /rest/interconnect-types/schema
Method API
GET Gets the JSON schema for the interconnect type.
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/interconnect-types/schema
URI: /rest/interconnect-types/{id}
Method API
GET Gets an interconnect type.