HP OneView REST API Reference

logical-interconnects
logical-interconnects.html[10/17/2013 10:35:29 AM]
GET Gets the installed firmware for a logical interconnect.
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
LIFirmware The logical interconnect firmware DTO
Response Codes
REST API Response Codes
Examples
Get the installed firmware for a logical interconnect with a specified ID {id},
for example d0432852-28a7-4060-ba49-57ca973ef6c2:
GET https://{appl}/rest/logical-interconnects/{id}/firmware
URI: /rest/logical-interconnects/{id}/settings
Method API
PUT Updates interconnect settings on the logical interconnect. Changes to interconnect settings are asynchronously applied to all managed interconnects.
Parameter Attributes Description
force Optional If set to true, the operation completes even if there are network connectivity issues or resource errors. The default is false.
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"
Request Body Attributes Description
InterconnectSettings Required The updated interconnect settings object
Response Description
TaskResourceV2 An object that can be used to track the progress of the update setting operation to completion
Response Codes
REST API Response Codes
Examples
Update the interconnect settings on the logical interconnect
that matches ID d0432852-28a7-4060-ba49-57ca973ef6c2:
PUT https://{appl}/rest/logical-interconnects/d0432852-28a7-4060-ba49-57ca973ef6c2/settings
URI: /rest/logical-interconnects/{id}/snmp-configuration
Method API