ooni_list_measurements: List measurements

Description Usage Arguments

View source: R/list-measurements.R

Description

List measurements

Usage

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)

Arguments

test_name

the name of the measurement test. One of "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". Defaults to "web_connectivity".

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 TRUE meaning return only confirmed anomalies?

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 POSIXct object, Date object or character string that can be converted to one of those objects.

since_index

return results only strictly greater than the provided index

order_by

how the results should be ordered by. One of "test_start_time", "probe_cc", "report_id", "probe_asn", "test_name", "index", "idx", or "report_no". Default is "test_start_time".

ascending

should the order be ascending or descending

offset

offset into the paginated result set (default: 0)

limit

number of records to return (default & max are 100)


hrbrmstr/ooni documentation built on May 21, 2019, 1:43 a.m.