filter on the status of the measurement. Multiple statuses are specified as comma-separated values. (0: Specified, 1: Scheduled, 2: Ongoing, 4: Stopped, 5: Forced to stop, 6: No suitable probes, 7: Failed, 8: Archived)
filter on the status of the measurement. Multiple statuses are specified as comma-separated values. (0: Specified, 1: Scheduled, 2: Ongoing, 4: Stopped, 5: Forced to stop, 6: No suitable probes, 7: Failed, 8: Archived)
filter on start time (as a unixtime timestamp) of scheduled measurement.
Type
integer
start_time__gt
filter on start time being greater than the value (after).
Type
integer
start_time__gte
filter on start time being greater than or equal to the value (after).
Type
integer
start_time__lt
filter on start time being less than the value (before).
Type
integer
start_time__lte
filter on start time being less than or equal to the value (before).
Type
integer
status
filter on the status of the measurement. Multiple statuses are specified as comma-separated values. (0: Specified, 1: Scheduled, 2: Ongoing, 4: Stopped, 5: Forced to stop, 6: No suitable probes, 7: Failed, 8: Archived)
Type
string
Format
"comma-separated status names or IDs"
status__in
filter on the status of the measurement. Multiple statuses are specified as comma-separated values. (0: Specified, 1: Scheduled, 2: Ongoing, 4: Stopped, 5: Forced to stop, 6: No suitable probes, 7: Failed, 8: Archived)
Type
string
Format
"comma-separated status names or IDs"
stop_time
filter on stop time (as a unixtime timestamp) of scheduled measurement.
Type
integer
stop_time__gt
filter on stop time being greater than (after) the value. If the given value is in the past then ongoing measurements will be included.
Type
integer
stop_time__gte
filter on stop time being greater than (after) or equal to the value. If the given value is in the past then ongoing measurements will be included.
Type
integer
stop_time__lt
filter on stop time being less than the value (before).
Type
integer
stop_time__lte
filter on stop time being less than or equal to the value (before).
Type
integer
tags
filter on list of tags
Type
string
Format
"comma-separated tags"
target
filter on the exact target FQDN (or target ip if fqdn is not available)
Type
string
target__contains
filter on the target containing the value.
Type
string
target__endswith
filter on the target hostname ending with value.
Type
string
target__startswith
filter on the target hostname starting with value.
Type
string
target_asn
filter on the ASN seen to be routing the target's IP address
Type
integer
target_ip
filter on the exact or more specific target IP address
Output serializer fields in lexically sorted order.
This shouldn't make a difference to machines since JSON object keys are
unordered, but it makes the output easier to read and compare for humans.
Collapse
is_public
boolean
Indicates this measurement is publicly available; may be changed from false to true, but not from true to false
Defaulttrue
description
string
Required
User-defined description of the measurement
auto_topup
boolean
Automatic top-up measurements probes
Defaultfalse
auto_topup_prb_days_off
integer
Threshold in days to replace a disconnected probe
Maximum30
Minimum1
Default7
auto_topup_prb_similarity
number
Minimum similarity for replacement probes
Format"double"
Maximum1
Minimum0
Default0.5
target_update_hours
integer
Number of hours to re-lookup a target DNS record
Default0
id
integer
Required
The unique identifier that RIPE Atlas assigned to this measurement
result
string
Required
The URL that contains the results of this measurement
Format"uri"
group_id
integer
The ID of the measurement group. This ID references a measurement acting as group master
af
integer
Required
[Not for wifi] IPv4 of IPv6 Address family of the measurement
4 - 4
6 - 6
Valid values46
is_oneoff
boolean
Indicates this is a one-off or a periodic measurement
spread
integer
Distribution of probes' measurements throughout the interval (default is half the interval, maximum 400 seconds)
resolve_on_probe
boolean
Indicates that a name should be resolved (using DNS) on the probe. Otherwise it will be resolved on the RIPE Atlas servers
Defaultfalse
start_time
string
Configured start time (as a unix timestamp)
Format"date-time"
stop_time
string
Actual end time of measurement (as a unix timestamp)
Format"date-time"
status
object
Required
Current status of the measurement. Status can be: Specified, Scheduled, Ongoing, Stopped, Requested to stop, Forced to stop, No suitable probes, Failed or Archived
Collapse
id
integer
Required
Numeric ID of this status (0: Specified, 1: Scheduled, 2: Ongoing, 4: Stopped, 5: Forced to stop, 6: No suitable probes, 7: Failed, 8: Archived)
name
string
Required
Human-readable description of this status
when
string
Required
When the measurement entered this status (not available for every status)
Format"date-time"
is_all_scheduled
boolean
Required
Indicates if all probe requests have made it through the scheduling process
target_asn
integer
Required
The number of the Autonomous System the IP address of the target belongs to
target_prefix
string
Required
Enclosing prefix of the IP address of the target
target_ip
string
Required
The IP Address of the target of the measurement
creation_time
string
Required
The creation date and time of the measurement (Defaults to unix timestamp format)
Format"date-time"
in_wifi_group
boolean
Required
Indicates this measurement belongs to a wifi measurement group
resolved_ips
string
Required
The list of IP addresses returned for the fqdn in the target field by the backend infra-structure resolvers
probes_requested
integer
Required
Number of probes requested, but not necessarily granted to this measurement
probes_scheduled
integer
Required
Number of probes actually scheduled for this measurement
participant_count
integer
Required
Number of probes actually scheduled for this measurement (alias for probes_scheduled)
group
string
Required
The API URL of the measurement group.
Format"uri"
estimated_results_per_day
integer
Required
estimated RIPE Atlas credits consumed by this measurement per day
credits_per_result
integer
Required
tags
string[]
Array of tags to apply to the measurement
target_update_last
string
Required
Time of the last DNS lookup for the measurement target)