Retrieve timeseries metrics
GET {{fastly_url}}/security/workspaces/{{workspace_id}}/timeseries?end&granularity&metrics&start
Get timeseries metrics in a workspace.
Authorization: API token with at least Engineer permissions.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
end | null | The end of a date-time range, expressed in RFC 3339 format. | |
granularity | null | Level of detail of the sample size in seconds. | |
metrics | null | Comma-separated list of metrics to be included in the timeseries. | |
start | null | The start of a date-time range, expressed in RFC 3339 format. |