Documentation Index
Fetch the complete documentation index at: https://mintlify.com/HewlettPackard/POSH-HPEOneView/llms.txt
Use this file to discover all available pages before exploring further.
Synopsis
Retrieves one or more Logical Interconnect Group (LIG) resources from the connected HPE OneView appliance.Syntax
Default
Pipeline
Description
Get-OVLogicalInterconnectGroup retrieves Logical Interconnect Group (LIG) resources from HPE OneView. A LIG is a policy template that defines the desired interconnect configuration for an enclosure group, including bay assignments, uplink sets, SNMP settings, and QoS policies.
When an enclosure group is created and enclosures are added to it, HPE OneView creates a logical interconnect for each enclosure that inherits its configuration from the governing LIG. Changes made to the LIG can be pushed down to all associated logical interconnects to keep them in compliance.
The -InputObject pipeline parameter accepts objects that have an associated LIG (such as a logical interconnect), and resolves the governing LIG.
Parameters
The name of the Logical Interconnect Group to retrieve. When omitted, all LIGs are returned.
Filter results by LIG type. Accepted values:
SAS— SAS LIGs for HPE Synergy SAS interconnectsVC— Virtual Connect LIGs (Ethernet/FC)
Filter results by a resource label assigned to the LIG.
Filter results to resources that belong to the specified scope. Defaults to
AllResourcesInScope.Path to a JSON file where the retrieved LIG objects will be exported.
A resource object (such as a logical interconnect) that has an associated LIG. The cmdlet resolves the governing LIG from the provided object. Supports pipeline input.Alias:
-Resource.The appliance connection object or name. Defaults to the default connected session.
Examples
Return all Logical Interconnect Groups
Return a specific LIG by name
Return all SAS LIGs
Retrieve a LIG after creating it
Export a LIG to a JSON file
Output
HPEOneView.Networking.LogicalInterconnectGroup objects.