The API policies dashboard displays aggregation of successful transactions.
The transactions are aggregated based on API name, API version and API policy name.
The device name is not used for aggregation. Data for identical API names, version and policies will be aggregated into one row even when running on different devices, domains, etc...
Note that you can still filter the dashboard data by device name(s).
Columns | Description |
---|---|
API Name | API name |
API Version | API version |
Policy Name | Activity name in API |
...
diagram/assembly | |
Avg (ms.) | Average execution time in milliseconds |
Max (ms.) | Maximum execution time in milliseconds |
Min (ms.) | Minimum execution time in milliseconds |
Calls | Number of API calls |
X Percentile (90% by default) | The execution time in millisecond of the top X percentile |
Y Percentile (95% by default) | The execution time in millisecond of the top Y percentile |
Z Percentile (99% by default) | The execution time in millisecond of the top Z percentile |
...