MSFT_SIPQMSAlertingOverrides (New)

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Defines alerting overrides for network location monitoring.

The properties in the MSFT_SIPQMSAlertingOverrides class do not map directly to the Office Communications Server 2007 R2 Administration Tool.

MSFT_SIPQMSAlertingOverrides

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties. Properties are listed in alphabetic order, not MOF order.

Syntax

class MSFT_SIPQMSAlertingOverrides
{
  string AlertingType;
  uint32 ErrorLevel;
  [key] string InstanceID;
  string LocationName;
  string LocationType;
  uint32 MinimumCallVolume;
  uint32 WarningLevel;
};

Methods

This class does not define any methods.

Properties

The MSFT_SIPQMSAlertingOverrides class has the following properties.

  • AlertingType
    Data type: string

    Access type: Read-only

    Required. Specifies the alert type for an instance of the class.

    The value of this property is not case-sensitive.

    Value

    Description

    NetworkDegradation

    Percentage of calls where Network MOS degradation exceeds 1.0 (default)

    NetworkDelay

    Percentage of audio calls whose roundtrip time exceeds 500 ms (default)

    Connectivity

    Percentage of audio calls that fail to establish a media session

    VideoPacketLoss

    Percentage of video calls in which more than 15% (default) of video packets are lost

    The maximum length of the string is 20 characters.

  • ErrorLevel
    Data type: uint32

    Access type: Read/Write

    Required. Specifies the percentile error level for the alert.

    This value must be greater or equal to the WarningLevel value.

    The minimum value for this property is 1 and the maximum value is 100.

  • InstanceID
    Data type: [key] string

    Access type: Read-only

    Required. A GUID value that uniquely identifies an instance of this class.

    The GUID must be encapsulated between the "{" and "}" braces; for example: "{01234567-0123-4567-89AB-CDEF01234567}".

  • LocationName
    Data type: string

    Access type: Read-only

    Required. The name of the location.

    The value of this property is not case-sensitive. The maximum length of the string is 256 characters.

  • LocationType
    Data type: string

    Access type: Read-only

    Required. Specifies how a monitoring location is determined.

    The value of this property is not case-sensitive.

    Value

    Description

    AutoEP

    Endpoint (EP) subnets. Monitoring Server automatically creates subnet locations according to the subnet mask and IP address that are sent from supported call endpoints.

    AutoSM

    Single Subnet Mask (SM). Monitoring Server automatically creates subnet locations by applying a single administrator-configured subnet mask to the IP addresses that are sent from supported endpoints.

    Import

    Monitoring Server imports a comma-delimited (.csv) list of user-defined locations to be monitored.

    The maximum length of the string is 15 characters.

  • MinimumCallVolume
    Data type: uint32

    Access type: Read/Write

    Required. The minimum volume of total calls required for triggering alerts.

    The default value for this property is 30.

    The minimum value for this property is 1 and the maximum value is 2147483647.

  • WarningLevel
    Data type: uint32

    Access type: Read/Write

    Required. Specifies the percentile warning level for the alert. This must be less than or equal to the ErrorLevel value.

    The minimum value for this property is 1 and the maximum value is 100.

Remarks

This class gets and sets information at the following level: WMI.

Instances of this class support the following interface methods:

  • Provider::DeleteInstance();

  • Provider::EnumerateInstances();

  • Provider::GetObject();

  • Provider::PutInstance();

    Where PutInstance() supports the following flags:

    • WBEM_FLAG_CREATE_ONLY

    • WBEM_FLAG_UPDATE_ONLY

    • WBEM_FLAG_CREATE_OR_UPDATE

Requirements

Server: Installed on computers serving the following role: Monitoring Server.

Namespace: Defined in \root\cimv2.

See Also

Concepts

Office Communications Server WMI Reference