HP OneView REST API Reference

logical-interconnects
logical-interconnects.html[10/17/2013 10:35:29 AM]
Header
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
TaskResourceV2 An object that can be used to track the progress of the configuration operation to completion
Response Codes
REST API Response Codes
Examples
Update the configuration on the logical interconnect
that matches ID d0432852-28a7-4060-ba49-57ca973ef6c2:
PUT https://{appl}/rest/logical-interconnects/d0432852-28a7-4060-ba49-57ca973ef6c2/configuration
URI: /rest/logical-interconnects/{lsId}/port-monitor
Method API
GET Gets the port monitor configuration of 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
PortMonitor The port monitor configuration
Response Codes
REST API Response Codes
Examples
Get the port monitor configuration on the logical interconnect
that matches ID d0432852-28a7-4060-ba49-57ca973ef6c2:
GET https://{appl}/rest/logical-interconnects/d0432852-28a7-4060-ba49-57ca973ef6c2/port-monitor
PUT Updates the port monitor configuration of 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"
Request
Body
Attributes Description
PortMonitor Required The port monitor configuration resource
Response Description
TaskResourceV2 An object that can be used to track the progress of the update operation to completion