mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-08-23 19:36:57 +00:00
9 lines
443 B
Bash
9 lines
443 B
Bash
![]() |
#!/bin/bash
|
||
|
curl http://127.0.0.1:8000/API/agregate/week/ip
|
||
|
curl http://127.0.0.1:8000/API/agregate/week/country
|
||
|
curl http://127.0.0.1:8000/API/agregate/week/perserver
|
||
|
curl http://127.0.0.1:8000/API/agregate/week/perserver/bg
|
||
|
curl http://127.0.0.1:8000/API/agregate/month/ip
|
||
|
curl http://127.0.0.1:8000/API/agregate/month/country
|
||
|
curl http://127.0.0.1:8000/API/agregate/month/perserver
|
||
|
curl http://127.0.0.1:8000/API/agregate/month/perserver/bg
|