Skip to content

Instantly share code, notes, and snippets.

@marianogg9
Created January 31, 2014 13:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marianogg9/8732518 to your computer and use it in GitHub Desktop.
Save marianogg9/8732518 to your computer and use it in GitHub Desktop.
response from curl request to Rackspace API
...
"loadBalancerUsageRecords": [
{
"averageNumConnections": xx,
"averageNumConnectionsSsl": xx,
"endTime": timestamp,
"id": xx,
"incomingTransfer": xx,
"incomingTransferSsl": xx,
"numPolls": xx,
"numVips": x,
"outgoingTransfer": xx,
"outgoingTransferSsl": x,
"sslMode": xx,
"startTime": timestamp,
"vipType": xx
},
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment