Skip to content

GET /probes/{probe_id}/measurements/

List the user-defined measurements currently running on this probe.

GET /probes/{probe_id}/measurements/ — fields

Comma-separated list of fields to include in response, in addition to 'type' and 'id' which are always present. Optional fields can be listed here also.

GET /probes/{probe_id}/measurements/ — format[datetime]

Output datetimes in ISO-8601 format ('iso-8601' or 'json') or as seconds since the epoch ('unix' or 'timestamp')

GET /probes/{probe_id}/measurements/ — include

Include additional fields named in comma-separated values in response as nested JSON objects.

GET /probes/{probe_id}/measurements/ — optional_fields

Comma-separated list of optional fields named to include in response objects.

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

A page number within the paginated result set.

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

Number of results to return per page.

GET /probes/{probe_id}/measurements/ — probe_id

The unique probe ID.

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

List the user-defined measurements currently running on this probe.

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)
or
anonymous

No authentication required — this endpoint can be accessed anonymously.

Parameters

Path Parameters

probe_id*

The unique probe ID.

Type
integer
Required

Query Parameters

fields

Comma-separated list of fields to include in response, in addition to 'type' and 'id' which are always present. Optional fields can be listed here also.

Type
string
format[datetime]

Output datetimes in ISO-8601 format ('iso-8601' or 'json') or as seconds since the epoch ('unix' or 'timestamp')

Type
string
Valid values
"iso-8601""json""timestamp""unix"
include

Include additional fields named in comma-separated values in response as nested JSON objects.

Type
string
Valid values
"probe"
optional_fields

Comma-separated list of optional fields named to include in response objects.

Type
string
Valid values
"date_created""date_modified"
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 unique measurement ID.

The type of the measurement.

A user-defined description of the measurement.

A human-readable measurement status.

The time the measurement started.

Format"date-time"

The time the measurement stopped, or the time that it will be stopped.

Format"date-time"

The target of the measurement.

Format"uri"
Samples