Skip to content

Instantly share code, notes, and snippets.

@Kevin-Bronsdijk
Last active April 20, 2016 03:32
Show Gist options
  • Save Kevin-Bronsdijk/9223867e2e321a348316669581c20c84 to your computer and use it in GitHub Desktop.
Save Kevin-Bronsdijk/9223867e2e321a348316669581c20c84 to your computer and use it in GitHub Desktop.
@greaterOrEquals(int(body('Http')['quota_used']), div(mul(90, int(body('Http')['quota_total'])), 100))
{
"success": true,
"active": true,
"plan_name": "Enterprise",
"quota_total": 64424509440,
"quota_used": 313271610,
"quota_remaining": 64111237830
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment