Skip to content

Instantly share code, notes, and snippets.

@notmyname
Created May 28, 2014 16:13
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save notmyname/65d3b888f12810c5aaaf to your computer and use it in GitHub Desktop.
Save notmyname/65d3b888f12810c5aaaf to your computer and use it in GitHub Desktop.
$ curl http://saio:8080/info | python -m json.tool
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 964 100 964 0 0 212k 0 --:--:-- --:--:-- --:--:-- 235k
{
"account_quotas": {},
"bulk_delete": {
"max_deletes_per_request": 10000,
"max_failed_deletes": 1000
},
"bulk_upload": {
"max_containers_per_extraction": 10000,
"max_failed_extractions": 1000
},
"container_quotas": {},
"crossdomain": {},
"ratelimit": {
"account_ratelimit": 0.0,
"container_listing_ratelimits": [],
"container_ratelimits": [],
"max_sleep_time_seconds": 60.0
},
"slo": {
"max_manifest_segments": 1000,
"max_manifest_size": 2097152,
"min_segment_size": 1
},
"staticweb": {},
"swift": {
"account_listing_limit": 10000,
"container_listing_limit": 10000,
"max_account_name_length": 256,
"max_container_name_length": 256,
"max_file_size": 2147483648,
"max_header_size": 8192,
"max_meta_count": 90,
"max_meta_name_length": 128,
"max_meta_overall_size": 4096,
"max_meta_value_length": 256,
"max_object_name_length": 1024,
"strict_cors_mode": true,
"version": "1.13.1.72.g2ff45ba"
},
"tempauth": {
"account_acls": true
},
"tempurl": {
"methods": [
"GET",
"HEAD",
"PUT"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment