metrics

Get metrics for an application

Will return all the metrics for the application based on various parameters.

get/applications/{id}/metrics

Path parameters

idstring required

Application id.

Query parameters

namesstring[] required

A comma separated list of metrics names. Possible series names associated with an application layer are: active_requests, active_sessions, avg_session_length, bytes_in, bytes_in_per_second, bytes_out, bytes_out_per_second, cache_hits, cache_misses, cache_sources, cdn_bytes_in, cdn_bytes_out, cdn_response_summary, countries, delivery_status, edge_locations, edge_response_time, edge_response_types, edge_status_codes, edge_ttfb, edge_useragent_device, edge_useragent_name, edge_useragent_os, page_load_binned, page_load_time, page_views, rejected_requests, req_time, requests, requests_per_second, response_time, response_time_lower, response_time_upper, status_codes, suspended_requests, useragent_device, useragent_name, useragent_os, waf_hits, webcontrol_hits

fromstring

Beginning of a date-time range.

tostring

End of a date-time range.

resolutioninteger

Size of each division for which metrics data will be returned, in seconds. Resolution should not be mentioned when metrics summary is needed

summarizeboolean

Indicates if summarized value for the series should be returned for the interval.

Response

Metrics for the application have been returned successfully.

fromstring required

An iso8601 formatted timestamp

tostring required

An iso8601 formatted timestamp

resolutioninteger required

Resolution of the time series data returned.

metricsobject required

Metrics returned

Changes

No recorded changes to this endpoint across all 1 revision of this API.