GetEventSetDefinitionList
Returns an event set definition.
Multiple records of the following fields are returned.
EventSetId
|
int
|
A unique identifier of the event set.
|
Ignore
|
int
|
0,null – to apply these filter settings using LIKE 1 – to apply these filter settings using NOT LIKE
|
Source
|
string
|
Filter used to match the event log source field.
|
Category
|
string
|
Filter used to match the event log category field.
|
EventId
|
int
|
Filter used to match the event log event ID field.
|
UserName
|
string
|
Filter used to match the event log username field.
|
Description
|
string
|
Filter used to match the event log description field.
|
EventSetDefId
|
int
|
A unique identifier of the event set definition.
|
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.
|
|