Share via


System.SnmpData

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

Represents the Simple Network Management Protocol (SNMP) data type for SNMP data in a workflow.

Remarks

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

System.SnmpData has the following structure:

<DataItem type="System.SnmpData" time="2008-03-11T03:08:55.0343534-08:00" sourceHealthServiceId="0A0800A0-A802-E90B-6045-D961D516CA78">
   <Source></Source>
   <Destination></Destination>
   <CommunityString></CommunityString>
   <ErrorCode></ErrorCode>
   <Version></Version>
   <SnmpVarBinds>
     <VarBindType>
      <OID></OID>
      <Syntax></Syntax>
      <Value></Value>
     </VarBindType>
   </SnmpVarBinds>
</DataItem>    


See Also

Reference

System.BaseData