Skip to content

GET /probes/{probe_id}/traffic/

Get statistics about the probe traffic, as returned by measurement 9002, across specific time resolutions (none, hour, day). If no time range and resolution are specified, it defaults to the last 14 days with hour resolution. Requests are rejected if the time range is too wide for the specified resolution. The current limits are: 21 days for native resolution, 2 months for hour resolution. Day resolution has no limits

GET /probes/{probe_id}/traffic/ — page

A page number within the paginated result set.

GET /probes/{probe_id}/traffic/ — page_size

Number of results to return per page.

GET /probes/{probe_id}/traffic/ — probe_id

The unique probe ID.

GET /api/v2/probes/{probe_id}/traffic/

Get statistics about the probe traffic, as returned by measurement 9002, across specific time resolutions (none, hour, day).

If no time range and resolution are specified, it defaults to the last 14 days with hour resolution.

Requests are rejected if the time range is too wide for the specified resolution. The current limits are: 21 days for native resolution, 2 months for hour resolution. Day resolution has no limits

Try it out

Playground

Authorization
Variables
Key
Value
Authorizations

Authorizations

api-key
Type
API Key (header: Authorization)
or
ripe-access
Type
API Key (cookie: crowd.token_key)
Parameters

Path Parameters

probe_id*

The unique probe ID.

Type
integer
Required

Query Parameters

page

A page number within the paginated result set.

Type
integer
page_size

Number of results to return per page.

Type
integer
Responses

Responses

application/json
object
Format"uri"
Format"uri"
object[]
Required

The ID of the probe.

Time resolution used for aggregation.

  • none - none
  • hour - hour
  • day - day
Valid values"none""hour""day"

Start time of the aggregation time range in Unix timestamp format.

Format"date-time"

Stop time of the aggregation time range in Unix timestamp format.

Format"date-time"

The ID of the traffic measurement (9002).

Array of traffic results: Unix timestamp, bytes received, bytes sent, packets received, packets sent, upstream network interface ID

Samples