We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
if I do not use --ids-only the last digit of the measurement ID is cut off.
--ids-only
$ ripe-atlas measurement-search --search "router1.dn42-lab.de" Filters: search: router1.dn42-lab.de id type description status ================================================================================ 7649390 traceroute QuickLook traceroute to router1.dn42-lab.d Stopped 7649392 ping QuickLook ping to router1.dn42-lab.de Stopped 7649634 traceroute Traceroute measurement to router1.dn42-lab Stopped 7651984 ping Ping measurement to router1.dn42-lab.de Stopped 7652172 ping Ping measurement to router1.dn42-lab.de Ongoing 7652228 ping Ping measurement to router1.dn42-lab.de Stopped 7652228 traceroute Traceroute measurement to router1.dn42-lab Stopped 7668635 ping Ping measurement to router1.dn42-lab.de Ongoing ================================================================================ Showing 8 of 8 $ ripe-atlas measurement-search --search "router1.dn42-lab.de" --ids-only 76493903 76493920 76496346 76519843 76521722 76522288 76522289 76686355
-> 7649390 != 76493903
7649390
76493903
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
if I do not use
--ids-only
the last digit of the measurement ID is cut off.->
7649390
!=76493903
The text was updated successfully, but these errors were encountered: