Get an HTTP Content Delivery Downloads data store

Specify a data store to fetch a list of the dimensions and metrics used with delivery of your content. This also includes the aggregation interval, purge interval, maximum allowed query interval, and other details.

🚧

This endpoint is deprecated and will be decommissioned on June 30, 2025.

Path Params
integer
required

The ID of the data store. Uniquely identifies it.

Query Params
string

For customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.

Response

rows when there's no available data.

Response body
object
integer
required
≥ 0

Number of seconds for which data aggregates.

string
required
length ≥ 1

Text describing the data store.

dimensions
array of objects
required
length ≥ 1

Encapsulates dimensions for the data store. A dimension acts like a key in data exploration and answers questions such as who, what, where, and which. Each dimension object provides information on the ID, name, type, and description of the dimension.

dimensions*
object
string

Type of data: STRING, NUMBER, ENCODED, DATE, COUNT, TIME, BIT_FLAG, VOLUME, BANDWIDTH, PERCENT, CONTINENT, COUNTRY, REGION, CPCODE, ACGID, DOMAIN or STREAM.

STRING NUMBER ENCODED DATE COUNT TIME BIT_FLAG VOLUME BANDWIDTH PERCENT CONTINENT COUNTRY REGION CPCODE ACGID DOMAIN STREAM

string
required
length ≥ 1

A description of the dimension.

group
array of objects
length ≥ 1

TBD Add description.

group
object
string
required
length ≥ 1

TBD Add description.

integer
required
≥ -1

TBD Add description.

string
required
length ≥ 1

TBD Add description.

string
length ≥ 1

TBD Add description.

integer
required
≥ 0

A unique identifier for each dimension.

string
required
length ≥ 1

The name of the dimension.

string

The type of dimension, either STANDARD or CUSTOM.

STANDARD CUSTOM

integer
required
≥ 0

Unique identifier for each data store.

integer
required
≥ 0

Maximum number of minutes when you can query a data store. This system-imposed limit leads to better performance.

metrics
array of objects
required
length ≥ 1

Encapsulates metrics for the data store. A metric is a numeric aggregation against one or more dimensions and answers questions on volume of activity or attack. Each metric object provides information on the name, description, and ID of the metric.

metrics*
object
string

Type of data: STRING, NUMBER, ENCODED, DATE, COUNT, TIME, BIT_FLAG, VOLUME, BANDWIDTH, PERCENT, CONTINENT, COUNTRY, REGION, CPCODE, ACGID, DOMAIN or STREAM.

STRING NUMBER ENCODED DATE COUNT TIME BIT_FLAG VOLUME BANDWIDTH PERCENT CONTINENT COUNTRY REGION CPCODE ACGID DOMAIN STREAM

string
required
length ≥ 1

A description of the metric.

string
length ≥ 1

TBD Add description.

group
array of objects
length ≥ 1

TBD Add description.

group
object
string
required
length ≥ 1

TBD Add description.

integer
required
≥ -1

TBD Add description.

string
required
length ≥ 1

TBD Add description.

string
length ≥ 1

TBD Add description.

integer
required
≥ 0

A unique identifier for each metric.

string
required
length ≥ 1

The name of the metric.

string

Type of metric: TIME, NUMBER, COUNT, BANDWIDTH, VOLUME, PERCENT, PERCENTAGE or %.

TIME NUMBER COUNT BANDWIDTH VOLUME PERCENT PERCENTAGE %

string

Unit of metric: TIME, SECONDS, MINUTES, COUNT, HITS, BYTES, MS, MBPS, KBPS, MB, GB, NUMBER, MBIT/SEC, HITS/SEC or %.

TIME SECONDS COUNT BYTES MS MBPS KBPS MB GB HITS MINUTES NUMBER MBIT/SEC HITS/SEC %

string
required
length ≥ 1

The name of the data store.

integer
required
≥ 0

Number of days for which the data store keeps data.

string
length ≥ 0

TBD Add description.

string
required

The type of data store, either STANDARD or CUSTOM.

STANDARD CUSTOM

Language
Authentication
URL