System.ApplicationLog.HTTPErrorLogEntryData
System Center
Updated: May 18, 2012
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 HTTP error log entry data items that are passed within a workflow.
All Internet log entry data item types are defined in accordance with the System.ApplicationLog.HTTPErrorLogEntryData schema. Workflow modules that take HTTP error log entry data as input will define their input data type as System.ApplicationLog.HTTPErrorLogEntryData.
System.ApplicationLog.HTTPErrorLogEntryData has the following structure:
<DataItem type="System.ApplicationLog.HTTPErrorLogEntryData" 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> <ComputerName></ComputerName> <ClientIP></ClientIP> <ClientPort></ClientPort> <ServerIP></ServerIP> <ServerPort></ServerPort> <ProtocolVersion></ProtocolVersion> <Verb></Verb> <CookedURL></CookedURL> <UserAgent></UserAgent> <Cookie></Cookie> <Referer></Referer> <Host></Host> <ProtocolStatus></ProtocolStatus> <BytesSent></BytesSent> <BytesReceived></BytesReceived> <TimeTaken></TimeTaken> <SiteID></SiteID> <ReasonPhrase></ReasonPhrase> <QueueName></QueueName> </DataItem>
Show: