ApiMetrics Object

Returns metric information for an API on a user's Top APIs list.

This object is used by the following operations:

The properties included in the ApiMetrics object are listed below.

Property Type Description
APIID string The unique ID for a specific API.
ApiName string The name of the API to which the call is being made.
Interval IntervalType[ ]

An array of detail intervals, one for each data point. For example, if the duration is set to one hour and the interval is set to one minute, there are 60 data points.

@StartTime is the beginning of the interval, in Zulu time.

Related Topics