System.Performance.Baselining.SignatureData

System Center

Updated: August 10, 2011

Applies To: Operations Manager 2007 R2, System Center Operations Manager 2007

Defines the data type for all signature data items that are passed within a workflow.

All signature data item types are defined in accordance with the System.Performance.Baselining.SignatureData schema. Workflow modules that take any signature data item type as input will define their input data type as System.Performance.Baselining.SignatureData.

System.Performance.Baselining.SignatureData has the following structure:


<DataItem type="System.Performance.Baselining.SignatureData" time="2000-01-15T12:00:00.0000000-08:00">
  <ObjectName></ObjectName>
  <CounterName></CounterName>
  <InstanceName></InstanceName>
  <BusinessCycleLengthUnit></BusinessCycleLengthUnit>
  <BusinessCycleLengthInGivenUnit></BusinessCycleLengthInGivenUnit>
  <BusinessCycleStartTime></BusinessCycleStartTime>
  <SignatureValues>
    <SignatureValue>
      <Initialized Type="Boolean"></Initialized>
    </SignatureValue>
    <SignatureValue>
      <Average></Average>
      <Deviation></Deviation>
    </SignatureValue>
  </SignatureValues>
  <Sensitivity></Sensitivity>
  <ManagedEntityId></ManagedEntityId>
  <RuleId></RuleId>
</DataItem>


 
Show: