Home::1: Difference between revisions

mNo edit summary
m (Processing JSON to grab just the quota_remaining_gb field)
curl -L https://quota.aa.net.uk --header "Accept: application/json"
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==