View source: R/list-measurements.R
List measurements
1 2 3 4 5 6 7 8 9 | ooni_list_measurements(test_name = c("web_connectivity", "http_requests",
"dns_consistency", "http_invalid_request_line", "bridge_reachability",
"tcp_connect", "http_header_field_manipulation", "http_host",
"multi_protocol_traceroute", "meek_fronted_requests_test", "whatsapp",
"vanilla_tor", "facebook_messenger", "ndt", "dash", "telegram"),
probe_cc = NULL, probe_asn = NULL, confirmed = TRUE, report_id = NULL,
input = NULL, since = NULL, until = NULL, since_index = NULL,
order_by = c("test_start_time", "probe_cc", "probe_asn", "test_name",
"input"), ascending = TRUE, offset = 0L, limit = 100L)
|
test_name |
the name of the measurement test. One of " |
probe_cc |
two letter country code |
probe_asn |
autonomous system number in the format "ASXXX" |
confirmed |
logical (optional); return only measurements that have confirmed network
anomalies? (i.e. we found a blockpage, a middlebox was found, the IM app is blocked,
etc.). Default is |
report_id |
the report id to search measurements for |
input |
URL or IP address to search measurements for |
since, until |
start/end dates of when measurements were run. A |
since_index |
return results only strictly greater than the provided index |
order_by |
how the results should be ordered by. One of " |
ascending |
should the order be ascending or descending |
offset |
offset into the paginated result set (default: |
limit |
number of records to return (default & max are |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.