On 8/29/2016 3:23 PM, Jasper den Hertog wrote: Sorry I wasn't more clear. I am referring to the GUI API located at: https://atlas.ripe.net/probes/ There is a search box on that page. It even says "filter by id/asn/country/description" Put in there AS222 and see what pops up. Regards, Hank
Hi All,
Please note that the v1 API is deprecated.
The latest and greatest query would be:
https://atlas.ripe.net/api/v2/probes/?asn=3333
and the docs for this live at:
https://atlas.ripe.net/docs/api/v2/manual/probes/queryparameters.html
and
https://atlas.ripe.net/docs/api/v2/reference/#!/probes/Probe_List_GET <https://atlas.ripe.net/docs/api/v2/reference/#%21/probes/Probe_List_GET>
Greetings,
Jasper den Hertog
On 29 Aug 2016, at 14:20, Wenqin SHAO <wenqin.shao@telecom-paristech.fr <mailto:wenqin.shao@telecom-paristech.fr>> wrote:
Hi,
Here is an example from the official doc https://atlas.ripe.net/docs/rest/#probe
https://atlas.ripe.net/api/v1/probe/?asn=3333
It queries the probes hosted in AS 3333. It works for me.
My two cents, wenqin
On 29 Aug 2016, at 13:10, Hank Nussbacher <hank@efes.iucc.ac.il <mailto:hank@efes.iucc.ac.il>> wrote:
When searching for specific ASN probes via: https://atlas.ripe.net/probes/ and entering a search like "ASxxxx", why does the API ignore the letters AS and respond with probes that have an id of yxxxx or xxxxy or ASN yxxxy? Shouldn't it be if I specify a specific string of ASxxx the response should be *only *those probes in ASxxx or at the worst also ASxxxy?
Thanks, Hank