This archive is retained to ensure existing URLs remain functional. It will not contain any emails sent to this mailing list after July 1, 2024. For all messages, including those sent before and after this date, please visit the new location of the archive at https://mailman.ripe.net/archives/list/[email protected]/
[atlas] Feature you asked for: "latest results" API
- Previous message (by thread): [atlas] Feature you asked for: "latest results" API
- Next message (by thread): [atlas] DENIC eG (DE) has joined RIPE Atlas anchors
Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Stephane Bortzmeyer
bortzmeyer at nic.fr
Tue May 27 17:32:40 CEST 2014
On Fri, May 09, 2014 at 11:32:11AM +0200, Vesna Manojlovic <BECHA at ripe.net> wrote a message of 42 lines which said: > last week we enabled a new feature that quite a few people had an > interest in: an API that lets you get up to 10 most recent results > of any measurement: The Python package RIPEAtlas <https://github.com/RIPE-Atlas-Community/ripe-atlas-community-contrib/blob/master/RIPEAtlas.py> has been updated to use this new feature: measurement = RIPEAtlas.Measurement(data=None, id=int(sys.argv[1])) results = measurement.results(latest=1) for result in results:
- Previous message (by thread): [atlas] Feature you asked for: "latest results" API
- Next message (by thread): [atlas] DENIC eG (DE) has joined RIPE Atlas anchors
Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]