aboutsummaryrefslogtreecommitdiff
path: root/e3372-clear-traffic-stats.sh
blob: 56b27b45b1087bb27d0a1b056aed9865a60f3787 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/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