Jasper, Thank you a lot for your quick response as usual. Regards, wenqin
On 03 Feb 2016, at 11:35, Jasper den Hertog <jdenhertog@ripe.net> wrote:
Wenqin,
You could user the ?id__in= query-parameter in you query, like:
https://atlas.ripe.net/api/v1/probe/?id__in=1,11,66 <https://atlas.ripe.net/api/v1/probe/?id__in=1,11,66>
You are right BTW that ?id= is a documented feature, that is now working as advertised (although also completely useless).
greetings,
Jasper den Hertog Software Engineer RIPE NCC
On 03 Feb 2016, at 11:34, Wenqin SHAO <wenqin.shao@telecom-paristech.fr <mailto:wenqin.shao@telecom-paristech.fr>> wrote:
Indeed! What if I’d like to select a list of probes, how should I compose the query in this fashion? Many thanks.
Wenqin
On 03 Feb 2016, at 11:11, Stephane Bortzmeyer <bortzmeyer@nic.fr <mailto:bortzmeyer@nic.fr>> wrote:
On Wed, Feb 03, 2016 at 11:07:57AM +0100, Wenqin SHAO <wenqin.shao@telecom-paristech.fr <mailto:wenqin.shao@telecom-paristech.fr>> wrote a message of 98 lines which said:
An example is: https://atlas.ripe.net/api/v1/probe/?id=1 <https://atlas.ripe.net/api/v1/probe/?id=1>
I use the URL <https://atlas.ripe.net/api/v1/probe/1/ <https://atlas.ripe.net/api/v1/probe/1/>> and it seems to work.