v1

latestOpenAPI 3.0.2Apache 2.02026-07-13444463.0 KB
metrics

Get top invocation statistics for a day

get/metrics/invocations/top

Query parameters

daystring

The day to get statistics for (formatted with yyyyMMdd pattern). Default to today if not provided.

limitinteger

The number of top invoked mocks to return

Response

Top invocations for a defined day

idstring required

Unique identifier of this statistic object

daystring required

The day (formatted as yyyyMMdd string) represented by this statistic

serviceNamestring required

The name of the service this statistic is related to

serviceVersionstring required

The version of the service this statistic is related to

dailyCountnumber required

The number of service mock invocations on this day

hourlyCountobject

The number of service mock invocations per hour of the day (keys range from 0 to 23)

minuteCountobject

The number of service mock invocations per minute of the day (keys range from 0 to 1439)