Here is a sample request that retrieves node service information for a node in the system. In this example, the target node IP address is 192.168.210.16.
Request with cURL command line
curl -k https://192.168.210.16/swift/info
Response headers
HTTP/1.1 200 Success
Response body in plain text
{
"container_quotas" : { },
"keystoneauth" : { },
"tempauth" : { },
"swift" : {
"account_autocreate" : false,
"account_listing_limit" : 10000,
"allow_account_management" : false,
"container_listing_limit" : 10000,
"max_account_name_length" : 63,
"max_container_name_length" : 63,
"max_file_size" : 2194719883008,
"max_header_size" : 10000,
"max_meta_count" : 10000,
"max_meta_name_length" : 2048,
"max_meta_overall_size" : 40960,
"max_meta_value_length" : 2048,
"max_object_name_length" : 1024,
"version" : "8.0.0.14-"
}
© 2015, 2020 Hitachi Vantara LLC. All rights reserved.