Skip to content

Get-AlarmStatistics

SYNOPSIS

Obtiene estadísticas de alarmas del Servidor de eventos que proporciona el número de alarmas en cada estado.

SYNTAX

Get-AlarmStatistics [<CommonParameters>]

DESCRIPTION

Obtiene el número de alarmas en cada estado. Los valores son estimaciones ya que las estadísticas no se actualizan bajo demanda. Los valores de estado de alarma integrados son New=1, In progress=4, On hold=9 and Closed=11. Los administradores pueden agregar estados adicionales en Management Client.

En el objeto [Statistic[]] resultante, la propiedad Statistic.Number representa el Estado y la propiedad Statistic.Value representa el número de alarmas en ese estado.

REQUIREMENTS

  • Requires VMS connection and will attempt to connect automatically

EXAMPLES

Example 1

{{ Add example code here }}

{{ Add example description here }}

PARAMETERS

CommonParameters

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

INPUTS

OUTPUTS

VideoOS.Platform.Proxy.Alarm.Statistic[]

NOTES

Online Help