< Back
ShowTable
Post
NAME ShowTable
SYNOPSIS
Generates a <ShowTable></ShowTable> XML tag for specifying whether a channel should be shown in tables by default
in a custom PRTG Network Monitor EXE/XML Sensor.
SYNTAX
ShowTable [[-Value] <String>] [<CommonParameters>]
DESCRIPTION
The ShowTable tag configures whether the channel has a gauge on the channel's Overview page, is shown in Live Data
tables and is included in channel retrieval API requests. The default value is 1 (true).
This tag will only be considered when the channel is initially created. Once created, the channel table visibility
can be adjusted under the channel's settings.
PARAMETERS
-Value <String>
The value to use. Either 1 (show in tables) or 0 (hide from tables).
Required? false
Position? 0
Default value None
Accept pipeline input? False
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
NOTES
-------------------------- EXAMPLE 1 --------------------------
Prtg {
Result {
Channel "My channel"
Value 1
ShowTable 0
}
}
Configure a channel's Table Rendering property to be "Hide from Tables" by default.
RELATED LINKS
Online Version: https://github.com/lordmilko/PrtgXml/bl ... owTable.md
Prtg
Result
Channel
Value
ShowChart
SYNOPSIS
Generates a <ShowTable></ShowTable> XML tag for specifying whether a channel should be shown in tables by default
in a custom PRTG Network Monitor EXE/XML Sensor.
SYNTAX
ShowTable [[-Value] <String>] [<CommonParameters>]
DESCRIPTION
The ShowTable tag configures whether the channel has a gauge on the channel's Overview page, is shown in Live Data
tables and is included in channel retrieval API requests. The default value is 1 (true).
This tag will only be considered when the channel is initially created. Once created, the channel table visibility
can be adjusted under the channel's settings.
PARAMETERS
-Value <String>
The value to use. Either 1 (show in tables) or 0 (hide from tables).
Required? false
Position? 0
Default value None
Accept pipeline input? False
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
NOTES
-------------------------- EXAMPLE 1 --------------------------
Prtg {
Result {
Channel "My channel"
Value 1
ShowTable 0
}
}
Configure a channel's Table Rendering property to be "Hide from Tables" by default.
RELATED LINKS
Online Version: https://github.com/lordmilko/PrtgXml/bl ... owTable.md
Prtg
Result
Channel
Value
ShowChart