metrics

Get requested metrics for an address set

Returns requested metrics for an address set.

get/address-sets/{id}/metrics

Path parameters

idstring required

Address set id.

Query parameters

namesstring[] required

A comma-separated list of metrics names. Allowed metric names: entries_added, entries_extended, entries_expired, entries_deleted

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 address set 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.