Created
November 20, 2019 19:50
-
-
Save wwalker/94feb485e569697a88a74d92f66be20d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wwalker@polonium:~/timeouts ✘ $ curl -X GET 'https://threatgrid.app.vividcortex.com/api/v2/queries/samples/search?from=1556668800&offset=0&limit=400&query=%7B%22filters%22:%5B%7B%22attribute%22:%22latency%22,%22operator%22:%22%3E%22,%22value%22:120%7D%5D%7D&until=1574208000&host=11' -H 'Authorization: Bearer pT113awxsl1GBNgfdFdjfkoBZrMDqWgx' -H 'X-Indent: true' > 0.out | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 126k 0 126k 0 0 195k 0 --:--:-- --:--:-- --:--:-- 195k | |
wwalker@polonium:~/timeouts ✓ $ curl -X GET 'https://threatgrid.app.vividcortex.com/api/v2/queries/samples/search?from=1556668800&offset=400&limit=400&query=%7B%22filters%22:%5B%7B%22attribute%22:%22latency%22,%22operator%22:%22%3E%22,%22value%22:120%7D%5D%7D&until=1574208000&host=11' -H 'Authorization: Bearer pT113awxsl1GBNgfdFdjfkoBZrMDqWgx' -H 'X-Indent: true' > 400.out | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 126k 0 126k 0 0 202k 0 --:--:-- --:--:-- --:--:-- 201k | |
wwalker@polonium:~/timeouts ✓ $ md5sum 0.out 400.out | |
ed5e8403c64d5cc65e7dcbd90dd47874 0.out | |
ed5e8403c64d5cc65e7dcbd90dd47874 400.out |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment