Analytics
Last updated
Last updated
Retrieves analytics data from the server.
operation (required) - must always be get_analytics
metric (required) - any value returned by list_metrics
start_time (optional) - Unix timestamp in seconds
end_time (optional) - Unix timestamp in seconds
get_attributes (optional) - array of attribute names to retrieve
conditions (optional) - array of conditions to filter results (see for details)
Returns a list of available metrics that can be queried.
operation (required) - must always be list_metrics
metric_types (optional) - array of metric types to filter results; one or both of custom
and builtin
; default is builtin
Provides detailed information about a specific metric, including its structure and available parameters.
operation (required) - must always be describe_metric
metric (required) - name of the metric to describe