SMS_SiteDetailSummarizer Server WMI Class
Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2
The SMS_SiteDetailSummarizer Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that provides per-site status of components and the system. An instance of this class is created for each site.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_SiteDetailSummarizer : SMS_BaseClass
{
UInt32 AvailabilityState;
UInt32 DatabaseFree;
UInt32 Errors;
UInt32 Infos;
String SiteCode;
String SiteName;
UInt32 Status;
String TallyInterval;
UInt32 TransFree;
String Version;
UInt32 Warnings;
};
Properties
AvailabilityState
Data type: UInt32Access type: Read/Write
Qualifiers: None
Availability state of the site. The default value is 0.
DatabaseFree
Data type: UInt32Access type: Read/Write
Qualifiers: None
Percentage of free storage space available for the site databases.
Errors
Data type: UInt32Access type: Read/Write
Qualifiers: None
Total number of error status messages reported by all server components in this site during the tally interval.
Infos
Data type: UInt32Access type: Read/Write
Qualifiers: None
Total number of informational status messages reported by all server components in this site during the tally interval.
SiteCode
Data type: StringAccess type: Read/Write
Qualifiers: [key, SizeLimit("3")]
Site code of a Configuration Manager site.
SiteName
Data type: StringAccess type: Read/Write
Qualifiers: None
Friendly name of the site.
Status
Data type: UInt32Access type: Read/Write
Qualifiers: [ToInstance]
Status value indicating the health of the component. Possible values are:
GREEN(0)
OK. There are no warning or error messages.
YELLOW(1)
Warning. Warning messages were generated, but error messages were not generated.
RED(2)
Critical. There are error messages.
TallyInterval
Data type: StringAccess type: Read/Write
Qualifiers: [key]
Interval for which the detailed statistics apply. You must specify a tally interval in your WHERE clause to query instances of this class. The statistics are reset to zero each time the schedule elapses. To use this property, see How to Read the Tally Intervals for a Configuration Manager Site.
TransFree
Data type: UInt32Access type: Read/Write
Qualifiers: None
Percentage of free storage space available for the transaction logs of the site databases.
Version
Data type: StringAccess type: Read/Write
Qualifiers: None
Version of Configuration Manager that is installed on the site, including the service pack if one is installed.
Warnings
Data type: UInt32Access type: Read/Write
Qualifiers: None
Total number of warning status messages reported by all server components in this site during the tally interval.
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.
This class summarizes all informational, warning, and error messages for the site. An instance of the class is created for each server component that is running in the site.
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.