System.Health.StateData

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

Defines the data type for all health state event data items that are passed within a workflow.

Remarks

All health state event data item types are defined in accordance with the System.Health.StateData schema. Workflow modules that take health state event data as input will define their input data type as System.Health.StateData.

System.Health.StateData has the following structure:

<DataItem time="2000-01-15T20:00:00.1111111-08:00" type="System.Health.StateData">
  <HealthState></HealthState>
  <Context>
    <DataItem type="System.Event.Data" time="2000-01-15T20:00:00Z">
      <EventOriginId></EventOriginId>
      <PublisherId></PublisherId>
      <PublisherName></PublisherName>
      <Channel></Channel>
      <LoggingComputer></LoggingComputer>
      <EventNumber></EventNumber>
      <EventCategory></EventCategory>
      <EventLevel></EventLevel>
      <UserName></UserName>
      <RawDescription></RawDescription>
      <LCID></LCID>
      <Params>
        <Param></Param>
        <Param></Param>
      </Params>
      <EventData>
        <DataItem type="System.Event.Data" time="2000-01-15T20:00:00Z">
          <EventOriginId></EventOriginId>
          <PublisherId></PublisherId>
          <PublisherName></PublisherName>
          <Channel></Channel>
          <LoggingComputer></LoggingComputer>
          <EventNumber></EventNumber>
          <EventCategory></EventCategory>
          <EventLevel></EventLevel>
          <UserName></UserName>
          <RawDescription></RawDescription>
          <LCID></LCID>
          <Params>
            <Param></Param>
            <Param></Param>
          </Params>
          <EventData></EventData>
          <EventDisplayNumber></EventDisplayNumber>
          <EventDescription></EventDescription>
          <ManagedEntityId></ManagedEntityId>
          <RuleId></RuleId>
        </DataItem>
      </EventData>
      <EventDisplayNumber></EventDisplayNumber>
      <EventDescription></EventDescription>
      <ManagedEntityId></ManagedEntityId>
      <RuleId></RuleId>
    </DataItem>
  </Context>
</DataItem>

See Also

Reference

System.BaseData