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 |
availability | The availability of the API for invocation in terms of percentage. Example: 100 |
avgResponseTime | The average response time taken for the API within the configured metrics interval. Example: 158 milliseconds |
creationDate | Timestamp when the event is created. Example: 2015-08-26 04:13:35 PM |
eventType | Type of the event. Value: PerformanceMetrics |
faultCount | Total number of error invocations for any API withing the configured metrics interval. Example: 10 |
includeFaults | Include error invocations for any API. Example: true |
intervalStart | The interval start time for accumulating the data. Example: 2015-08-26 04:13:35 PM |
intervalStop | The interval stop time for accumulating the data. Hence, the metrics contains the accumulation of event data between these two time intervals for any API. Example: 2015-08-26 04:13:45 PM |
maxResponseTime | The maximum amount of time it took the API to complete an invocation in the current interval. Example: 343 |
minResponseTime | The minimum amount of time it took the API to complete an invocation in the current interval. Example: 10 |
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. |
successCount | Total number of successful invocations for any API within the configured metrics interval. Example: 100 |
targetName | Specifies the name of the Mediator instance from where the event is published. Example: LOCAL-MED |
totalCount | The total number of API invocations during the current interval. Example: 110 |