System.Performance.Baselining.SignatureData

Applies To: System Center 2012 - Operations Manager, System Center 2012 R2 Operations Manager, System Center 2012 SP1 - Operations Manager

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

Remarks

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>

See Also

Reference

System.BaseData
System.Performance.Baselining.NTSignatureData
System.Performance.Baselining.SignatureEntry