Created
January 31, 2014 13:59
-
-
Save marianogg9/8732518 to your computer and use it in GitHub Desktop.
response from curl request to Rackspace API
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
"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