We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46df3e1 commit 7af0429Copy full SHA for 7af0429
1 file changed
ansible/roles/prometheus/vars/main.yml
@@ -116,6 +116,11 @@ blackbox_jobs:
116
- "https://api.ooni.org/api/v2/oonirun/links/10009"
117
- "https://api.ooni.org/api/v2/oonirun/links/10009/revisions"
118
119
+ - name: "Changepoints API"
120
+ module: "http_2xx_json"
121
+ targets:
122
+ - "https://oonimeasurements.prod.ooni.io/api/v1/detector/changepoints"
123
+
124
# end of API #
125
126
- name: "countly.ooni.io ping"
0 commit comments