Key | Description |
apiId | Sequential primary key. This column does not contain a NULL value. Example: c0f84954-9732-11e5-b9f4-f159eafe47b2 |
apiName | Name of the API invoked. This column does not contain a NULL value. Example: VirtualService_MonitoringEvent |
apiVersion | Version of the API. By default, for every version of an API a system version number is generated. At the same time, user can also provide a version number which is set as a user version. Example: API 1.0 and API 2.0 |
consumerId | The system generated consumer application ID. Example: c0f84954-9732-11e5-b9f4-f159eafe47b2 |
consumerIp | Consumer IP. Example: 10.20.248.33 |
consumerName | Comma-separated consumer names identified based on the policy that triggered the event. Example: <consumer application name> |
creationDate | Timestamp when the event is created. Example: 2015-08-26 04:13:35 PM |
errorDesc | Description of the error. Example: Service invocation for Virtualize_CalcService_Throttling(1.0) was rejected based on policy violation, response code: 503 |
eventType | Type of the event. Value: ErrorEvents |
operationName | Virtual service operation which has been invoked. Example: in calc API, the operations include add, sub, multi, and div. If add operation is invoked the operation name has add. |
sessionId | Session token. This is the IS session token or a GUID if the token is missing from the message context. Example: 779be3201e5f19b3b0e0ab264379ebd3 |
targetName | Specifies the name of the Mediator instance from where the event is published. Example: LOCAL-MED |