For a project (testing the randomness of probe selection), I need a list of all probes. The only solution I find is a loop over <https://atlas.ripe.net/api/v1/probe/?limit=100&offset=N> Is there a simpler way? <https://atlas.ripe.net/docs/api/#public-probes-list> seems to say there is a JSON file with all probes but it yields a 404 (reported to the RIPE-NCC, ticket [ripe.net #1179513])
On 2015-07-07 16:56, Stephane Bortzmeyer wrote:
For a project (testing the randomness of probe selection), I need a list of all probes.
The only solution I find is a loop over <https://atlas.ripe.net/api/v1/probe/?limit=100&offset=N>
Is there a simpler way? <https://atlas.ripe.net/docs/api/#public-probes-list> seems to say there is a JSON file with all probes but it yields a 404 (reported to the RIPE-NCC, ticket [ripe.net #1179513])
Hi, Quoting from a mail from last week:
We have been providing the downloadable archive for probe metadata for some time now, and recently we've added the measurement metadata too. You can now reach these at http://ftp.ripe.net/ripe/atlas/
Cheers, Robert
On Tue, Jul 07, 2015 at 05:01:48PM +0200, Robert Kisteleki <robert@ripe.net> wrote a message of 22 lines which said:
We have been providing the downloadable archive for probe metadata for some time now, and recently we've added the measurement metadata too. You can now reach these at http://ftp.ripe.net/ripe/atlas/
Perfect, it works. One last thing: what about a symbolic link, "current", going to the latest file, to ease automation?
On 2015-07-07 17:11, Stephane Bortzmeyer wrote:
On Tue, Jul 07, 2015 at 05:01:48PM +0200, Robert Kisteleki <robert@ripe.net> wrote a message of 22 lines which said:
We have been providing the downloadable archive for probe metadata for some time now, and recently we've added the measurement metadata too. You can now reach these at http://ftp.ripe.net/ripe/atlas/
Perfect, it works. One last thing: what about a symbolic link, "current", going to the latest file, to ease automation?
Yes, it's a nice convention, we'll add that too. Cheers, Robert
participants (2)
-
Robert Kisteleki
-
Stephane Bortzmeyer