Home::1: Difference between revisions
Appearance
Content deleted Content added
mNo edit summary |
m Processing JSON to grab just the quota_remaining_gb field |
||
Line 32: | Line 32: | ||
curl -L https://quota.aa.net.uk --header "Accept: application/json" |
curl -L https://quota.aa.net.uk --header "Accept: application/json" |
||
wget https://quota.aa.net.uk --header="Accept: application/json" -q -O - |
wget https://quota.aa.net.uk --header="Accept: application/json" -q -O - |
||
and you can grab just the ''quota_remaining_gb'' field with: |
|||
wget https://quota.aa.net.uk --header="Accept: application/json" -q -O- | jq -r '.quota_remaining_gb' |
|||
==Usage Tracking== |
==Usage Tracking== |