Skip to content

Instantly share code, notes, and snippets.

@marianogg9
Created January 30, 2014 17:32
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/8714051 to your computer and use it in GitHub Desktop.
Save marianogg9/8714051 to your computer and use it in GitHub Desktop.
Response for curl request
{
LoadBalancerUsageRecords": [
{
"averageNumConnections": 14.0,
"averageNumConnectionsSsl": 0.0,
"endTime": "timestamp1",
"id": xx,
"incomingTransfer": 5086690,
"incomingTransferSsl": 0,
"numPolls": 12,
"numVips": 1,
"outgoingTransfer": 478972704,
"outgoingTransferSsl": 0,
"sslMode": "OFF",
"startTime": "timestamp2",
"vipType": "xx"
},
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment