Share via


System.ApplicationLog.InternetLogEntryData

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 Internet log entry data items that are passed within a workflow.

Remarks

All Internet log entry data item types are defined in accordance with the System.ApplicationLog.InternetLogEntryData schema. Workflow modules that take Internet log entry data as input will define their input data type as System.ApplicationLog.InternetLogEntryData.

System.ApplicationLog.InternetLogEntryData has the following structure:

<DataItem type="System.ApplicationLog.InternetLogEntryData" time="2008-03-11T03:08:55.0343534-08:00" sourceHealthServiceId="0A0800A0-A802-E90B-6045-D961D516CA78">
   <LogFileDirectory></LogFileDirectory>
   <LogFileType></LogFileType>
   <LogFileName></LogFileName>
   <Date></Date>
   <Time></Time>
   <ClientIP></ClientIP>
   <UserName><UserName>
   <SiteID></SiteID>
   <ServerName></ServerName>
   <ServerIP></ServerIP>
   <ServerPort></ServerPort>
   <Method></Method>
   <URIStem></URIStem>
   <URIQuery></URIQuery>
   <ProtocolStatus></ProtocolStatus>
   <WindowsStatus></WindowsStatus>
   <BytesSent></BytesSent>
   <BytesReceived></BytesReceived>
   <BytesTransferred></BytesTransferred>
   <TimeTakenInMS></TimeTakenInMS>
   <ProtocolVersion></ProtocolVersion>
   <ProtocolSubstatus></ProtocolSubstatus>
   <HostHeader></HostHeader>
   <UserAgent></UserAgent>
   <Cookie></Cookie>
   <Referer></Referer>
</DataItem>

See Also

Reference

System.ApplicationLog.GenericLogEntryData
System.ApplicationLog.HTTPErrorLogEntryData
System.ApplicationLog.SysLogData
System.BaseData