API Reference
Command
New-BGInfoTopologyGroup
Creates a BGInfo topology group definition.
Remarks
Creates a BGInfo topology group definition.
Examples
EXAMPLE 1
New-BGInfoTopologyGroup -Color 'Value'
Common Parameters
This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see about_CommonParameters.
Syntax
New-BGInfoTopologyGroup [-Color <String>] -Id <String> -Label <String> [-Status <Healthy|Warning|Critical|Unknown|Disabled>] [-Subtitle <String>] [-Symbol <String>] [<CommonParameters>]#Parameter set:
All Parameter SetsParameters
- Color String
- Optional group accent color as CSS hex.
- Id String
- Stable group identifier.
- Label String
- Group label rendered in the topology.
- Status TopologyHealthStatus
- Group health or state.
- Possible values:
Healthy,Warning,Critical,Unknown,Disabled - Subtitle String
- Optional group subtitle.
- Symbol String
- Short symbol rendered near the group header.
Outputs
ChartForgeX.Topology.TopologyGroup