HP OneView REST API Reference

logical-interconnect-groups
logical-interconnect-groups.html[10/17/2013 10:35:26 AM]
URI: /rest/logical-interconnect-groups/{id}
Method API
GET Gets a logical interconnect group.
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
LogicalInterconnectGroup The requested logical interconnect group resource
Response Codes
REST API Response Codes
Examples
Get the logical interconnect group that matches ID dce3fc90-873e-48f7-8340-cc927d625b16:
GET https://{appl}/rest/logical-interconnect-groups/dce3fc90-873e-48f7-8340-cc927d625b16
DELETE Deletes a logical interconnect group.
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"
Response Description
TaskResourceV2 An object that can be used to track the progress of the logical interconnect group delete operation to completion
Response Codes
REST API Response Codes
Examples
Delete the logical interconnect group with ID dce3fc90-873e-48f7-8340-cc927d625b16:
DELETE https://{appl}/rest/logical-interconnect-groups/dce3fc90-873e-48f7-8340-cc927d625b16
PUT Updates a logical interconnect group.
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
LogicalInterconnectGroup Required The logical interconnect group to be updated
Response Description
TaskResourceV2 An object that can be used to track the progress of the logical interconnect group update operation to
completion