E3372-bash/e3372-clear-traffic-stats.sh
Evgeny Zinoviev c8fb7cd398 fix include
2021-03-22 23:14:34 +03:00

15 lines
381 B
Bash
Executable File

#!/bin/bash
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" &>/dev/null && pwd)"
. "$DIR/include.sh"
get_token
curl -s -X POST "http://$MODEM_IP/api/monitoring/clear-traffic" \
-H "Cookie: $COOKIE" \
-H "__RequestVerificationToken: $TOKEN" \
-H "Content-Type: text/xml" \
-d "<request><ClearTraffic>1</ClearTraffic></request>" >modem_status.xml
cat modem_status.xml