Share via


SMS_SummarizerRootStatus Server WMI Class

 

Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager

The SMS_SummarizerRootStatus Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents a summarizer for the overall health of the entire site hierarchy.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.

Syntax

Class SMS_SummarizerRootStatus : SMS_BaseClass
{
    UInt32 Status;
};

Methods

The following table shows the methods in SMS_SummarizerRootStatus.

Method

Description

GetTallyIntervals Method in Class SMS_SummarizerRootStatus

Gets an array of tally intervals and the default interval.

Properties

  • Status
    Data type: UInt32

    Access type: Read

    Qualifiers: [key]

    Value indicating the overall health of the site hierarchy. Possible values are listed below. Determining the overall status for the site hierarchy is based on the status of the child sites.

    GREEN(0)

    OK. All the child sites reported a GREEN status.

    YELLOW(1)

    Warning. One or more child sites reported a YELLOW status, but no RED status was reported by a child site.

    RED(2)

    Critical. One or more of the child sites reported a RED status.

Remarks

Class qualifiers for this class include:

  • Read (read-only)

For more information about both the class qualifiers and the property qualifiers included in the Properties section, see Configuration Manager Class and Property Qualifiers.

Requirements

Runtime Requirements

For more information, see Configuration Manager Server Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Server Development Requirements.

See Also

Status Server WMI Classes