Returns event log settings for a specific machine.
Multiple records of the following fields are returned.
MachineName |
string |
Full machine name. Everything to the left of the left most decimal point is the machine name. |
AgentGuid |
decimal |
A unique identifier for a machine ID.group ID account and its corresponding agent. |
EventLogTypeId |
int |
Unique id number associated with this event log. For example: Application -> 796450521 When the event log type is pulled from a windows machine, if it doesn’t exist it will be created in this table with a unique Id. This Id will be the same across all systems, this is accomplished by using the name in the creation of the Id. |
EventLogName |
string |
The event log type name. |
EventAssignValue |
int |
Value determining the types of events to pull from the event log. Stored as a bitmap with the following weights: |
A single record of the following fields is returned.
Method |
string |
The operation that requested this response. |
TransactionID |
decimal |
The unique message ID for this message. |
ErrorMessage |
string |
If blank, no error was returned. |
ErrorLocation |
string |
If blank, no error was returned. |