public class StatsApi extends Object
Constructor and Description |
---|
StatsApi() |
StatsApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
ApiClient |
getApiClient() |
StatsResponse |
getAppsStats(Integer rangeFrom,
Integer rangeTo,
Integer topCount,
Integer numPoints)
Get app aggregate transaction statistics
This is for obtaining app level aggregate transaction statistics to find top apps by transaction.
|
StatsResponse |
getAppStats(String appId,
Integer rangeFrom,
Integer rangeTo,
Integer numPoints)
Get transaction statistics for a specific application
This API is for obtaining transaction statistics for a specific application.
|
StatsResponse |
getGroupsStats(Integer rangeFrom,
Integer rangeTo,
Integer topCount,
Integer numPoints)
Get group aggregate transaction statistics
This is for obtaining group level aggregate transaction statistics to find top groups by transaction.
|
StatsResponse |
getGroupStats(String groupId,
Integer rangeFrom,
Integer rangeTo,
Integer numPoints)
Get transaction statistics for a specific group
This API is for obtaining transaction statistics for a specific group.
|
StatsResponse |
getSecurityObjectStats(String keyId,
Integer rangeFrom,
Integer rangeTo,
Integer numPoints)
Get transaction statistics for a specific security object
This API is for obtaining transaction statistics for a specific security object.
|
void |
setApiClient(ApiClient apiClient) |
public StatsApi()
public StatsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public StatsResponse getAppStats(String appId, Integer rangeFrom, Integer rangeTo, Integer numPoints) throws ApiException
appId
- Application Identifier (required)rangeFrom
- Starting time for search , this is EPOCH value (optional)rangeTo
- Ending time for search , this is EPOCH value (optional)numPoints
- Number of data points desired (optional)ApiException
- if fails to make API callpublic StatsResponse getAppsStats(Integer rangeFrom, Integer rangeTo, Integer topCount, Integer numPoints) throws ApiException
rangeFrom
- Starting time for search , this is EPOCH value (optional)rangeTo
- Ending time for search , this is EPOCH value (optional)topCount
- Maximum top count for statistics query (optional)numPoints
- Number of data points desired (optional)ApiException
- if fails to make API callpublic StatsResponse getGroupStats(String groupId, Integer rangeFrom, Integer rangeTo, Integer numPoints) throws ApiException
groupId
- Group Identifier (required)rangeFrom
- Starting time for search , this is EPOCH value (optional)rangeTo
- Ending time for search , this is EPOCH value (optional)numPoints
- Number of data points desired (optional)ApiException
- if fails to make API callpublic StatsResponse getGroupsStats(Integer rangeFrom, Integer rangeTo, Integer topCount, Integer numPoints) throws ApiException
rangeFrom
- Starting time for search , this is EPOCH value (optional)rangeTo
- Ending time for search , this is EPOCH value (optional)topCount
- Maximum top count for statistics query (optional)numPoints
- Number of data points desired (optional)ApiException
- if fails to make API callpublic StatsResponse getSecurityObjectStats(String keyId, Integer rangeFrom, Integer rangeTo, Integer numPoints) throws ApiException
keyId
- kid of security object (required)rangeFrom
- Starting time for search , this is EPOCH value (optional)rangeTo
- Ending time for search , this is EPOCH value (optional)numPoints
- Number of data points desired (optional)ApiException
- if fails to make API callCopyright © 2017-2023 Fortanix Inc. All Rights Reserved