System.Health.StateData

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 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