Skip to content

Get-NsxtSyslogStatus

Synopsis

Gets the status of the Syslog Service

Syntax

node

Get-NsxtSyslogStatus [-node] [-ProgressAction <ActionPreference>] [<CommonParameters>]

transport

Get-NsxtSyslogStatus [-transport] -id <String> [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

The Get-NsxtSyslogStatus cmdlet gets the status of the Syslog Service for NSX components.

Examples

Example 1

Get-NsxtSyslogStatus -type node

This example gets the status of the syslog service for NSX Manager node

Example 2

Get-NsxtSyslogStatus -type transport -id f3bd5bf0-23cd-4c6f-8de5-ab065f74d7fe

This example gets the status of the syslog service for NSX Edge node.

Parameters

-node

The NSX Manager node.

Type: SwitchParameter
Parameter Sets: node
Aliases:

Required: True
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

-transport

The NSX Edge node.

Type: SwitchParameter
Parameter Sets: transport
Aliases:

Required: True
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

-id

The NSX Edge node ID.

Type: String
Parameter Sets: transport
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-ProgressAction

Progress Action

Type: ActionPreference
Parameter Sets: (All)
Aliases: proga

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

Common Parameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.