Health Service availability data source

Microsoft.SystemCenter.DataWarehouse.Synchronization.HealthServiceOutageDataSource (DataSourceModuleType)

This module provides Health Service availability data for the Management Group

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityInternal
RunAsDefault
OutputTypeMicrosoft.SystemCenter.HealthServiceOutageData

Member Modules:

ID Module Type TypeId RunAs 
TimerDataSource DataSource System.Scheduler Default
HealthServiceOutageListBuilder ProbeAction Microsoft.SystemCenter.DataWarehouse.Synchronization.HealthServiceOutageProbe Default
StateReader ProbeAction Microsoft.SystemCenter.DataWarehouse.Synchronization.SynchronizationStateReader Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
BatchSizeint$Config/BatchSize$Batch Size
BatchGenerationFrequencySecondsint$Config/BatchGenerationFrequencySeconds$Batch Generation Frequency Seconds
HealthServiceOutageEndMaxAgeMinutesint$Config/HealthServiceOutageEndMaxAgeMinutes$Managed Object End Max Age Minutes

Source Code:

<DataSourceModuleType ID="Microsoft.SystemCenter.DataWarehouse.Synchronization.HealthServiceOutageDataSource" Batching="true" Accessibility="Internal">
<Configuration>
<IncludeSchemaTypes>
<SchemaType>DataWarehouse!Microsoft.SystemCenter.DataWarehouse.SqlAuthenticationSchema</SchemaType>
</IncludeSchemaTypes>
<xsd:element name="BatchSize" type="xsd:positiveInteger"/>
<xsd:element name="BatchGenerationFrequencySeconds" type="xsd:positiveInteger"/>
<xsd:element name="HealthServiceOutageEndMaxAgeMinutes" type="xsd:positiveInteger"/>
<xsd:element name="ManagementGroupId" type="xsd:string"/>
<xsd:element name="SynchronizationProcessId" type="xsd:string"/>
<xsd:element name="SqlAuthentication" type="SqlAuthenticationType" minOccurs="0" maxOccurs="1"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="BatchSize" ParameterType="int" Selector="$Config/BatchSize$"/>
<OverrideableParameter ID="BatchGenerationFrequencySeconds" ParameterType="int" Selector="$Config/BatchGenerationFrequencySeconds$"/>
<OverrideableParameter ID="HealthServiceOutageEndMaxAgeMinutes" ParameterType="int" Selector="$Config/HealthServiceOutageEndMaxAgeMinutes$"/>
</OverrideableParameters>
<ModuleImplementation>
<Composite>
<MemberModules>
<DataSource ID="TimerDataSource" TypeID="System!System.Scheduler">
<Scheduler>
<SimpleReccuringSchedule>
<Interval Unit="Seconds">$Config/BatchGenerationFrequencySeconds$</Interval>
</SimpleReccuringSchedule>
<ExcludeDates/>
</Scheduler>
</DataSource>
<ProbeAction ID="StateReader" TypeID="Microsoft.SystemCenter.DataWarehouse.Synchronization.SynchronizationStateReader">
<ManagementGroupId>$Config/ManagementGroupId$</ManagementGroupId>
<SynchronizationProcessId>$Config/SynchronizationProcessId$</SynchronizationProcessId>
<SqlAuthentication>$Config/SqlAuthentication$</SqlAuthentication>
</ProbeAction>
<ProbeAction ID="HealthServiceOutageListBuilder" TypeID="Microsoft.SystemCenter.DataWarehouse.Synchronization.HealthServiceOutageProbe">
<BatchSize>$Config/BatchSize$</BatchSize>
<HealthServiceOutageEndMaxAgeMinutes>$Config/HealthServiceOutageEndMaxAgeMinutes$</HealthServiceOutageEndMaxAgeMinutes>
</ProbeAction>
</MemberModules>
<Composition>
<Node ID="HealthServiceOutageListBuilder">
<Node ID="StateReader">
<Node ID="TimerDataSource"/>
</Node>
</Node>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>Microsoft.SystemCenter.HealthServiceOutageData</OutputType>
</DataSourceModuleType>