aboutsummaryrefslogtreecommitdiff
path: root/e3372-dataswitch-off.sh
blob: 96c0a48370bd5c2a6bfd15b54a0b98cc5562252c (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/config.sh"

get_token

curl -s -X POST "http://$MODEM_IP/api/dialup/mobile-dataswitch" \
    -H "Cookie: $COOKIE" \
    -H "__RequestVerificationToken: $TOKEN" \
    -H "Content-Type: text/xml" \
    -d "<request><dataswitch>0</dataswitch></request>" >modem_status.xml

cat modem_status.xml