API Reference
Command
New-BGInfoTopologyNode
Creates a BGInfo topology node definition.
Remarks
Creates a BGInfo topology node definition.
Examples
EXAMPLE 1
New-BGInfoTopologyNode -Badge '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-BGInfoTopologyNode [-Badge <String>] [-Color <String>] [-DisplayMode <Card>] [-GroupId <String>] -Id <String> [-Kind <Generic>] -Label <String> [-Status <Healthy|Warning|Critical|Unknown|Disabled>] [-Subtitle <String>] [-Symbol <String>] [<CommonParameters>]#Parameter set:
All Parameter SetsParameters
- Badge String
- Optional badge text.
- Color String
- Optional node accent color as CSS hex.
- DisplayMode TopologyNodeDisplayMode
- Optional node display mode override.
- Possible values:
Card,CompactCard,Tile,Pill,Icon,Artwork,Dot,Hidden - GroupId String
- Optional parent group identifier.
- Id String
- Stable node identifier used by topology edges.
- Kind TopologyNodeKind
- Node kind used for icon and legend selection.
- Possible values:
Generic,Group,Location,Hub,Branch,Server,Service,Endpoint,Gateway,Cloud,Database,Storage,Network,NetworkSegment,Namespace,Application,Process,Queue,Person,Team,Certificate - Label String
- Node label rendered in the topology.
- Status TopologyHealthStatus
- Node health or state.
- Possible values:
Healthy,Warning,Critical,Unknown,Disabled - Subtitle String
- Optional node subtitle.
- Symbol String
- Short symbol rendered inside or near the node icon.
Outputs
ChartForgeX.Topology.TopologyNode