[atlas] API probe search

2016-08-29 Thread Hank Nussbacher
When searching for specific ASN probes via: https://atlas.ripe.net/probes/ and entering a search like "AS", why does the API ignore the letters AS and respond with probes that have an id of y or y or ASN yxxxy? Shouldn't it be if I specify a specific string of ASxxx the response should

Re: [atlas] API probe search

2016-08-29 Thread Wenqin SHAO
Hi, Here is an example from the official doc https://atlas.ripe.net/docs/rest/#probe https://atlas.ripe.net/api/v1/probe/?asn= It queries the probes hosted in AS . It works for me. My two cents,

Re: [atlas] API probe search

2016-08-29 Thread Jasper den Hertog
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= and the docs for this live at: https://atlas.ripe.net/docs/api/v2/manual/probes/queryparameters.html

Re: [atlas] API probe search

2016-08-29 Thread Hank Nussbacher
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 > H