Show version
Display the version number of the installed YETI client.
Command:
$ ./yeti.py –v
Result:
Show help
Display details about all the possible arguments.
Command:
$ ./yeti.py –h
Result:
usage: yeti.py [-h] [-v] [--verbose] [--configuration-file ]
[--source-container-name
Display information related to the YETI server configuration and capabilities.
Command:
$ ./yeti.py server-info
Result:
{ 'swift': { 'version': '2.23.1',
'strict_cors_mode': True,
'policies': [ { 'name': 'Policy-0',
'aliases': 'Policy-0',
'default': True}],
'allow_account_management': True,
'account_autocreate': True,
'max_file_size': 5497558138882,
'max_meta_name_length': 128,
'max_meta_value_length': 256,
'max_meta_count': 90,
'max_meta_overall_size': 4096,
'max_header_size': 8192,
'max_object_name_length': 1024,
'container_listing_limit': 10000,
'account_listing_limit': 10000,
'max_account_name_length': 256,
'max_container_name_length': 256,
'extra_header_count': 0},
'container_sync': {'realms': {}},
'formpost': {},
'tempurl': { 'methods': ['GET', 'HEAD', 'PUT', 'POST', 'DELETE'],
'incoming_remove_headers': ['x-timestamp'],
'incoming_allow_headers': [],
'outgoing_remove_headers': ['x-object-meta-*'],
'outgoing_allow_headers': ['x-object-meta-public-*'],
'allowed_digests': ['sha1', 'sha256', 'sha512']},
's3api': { 'max_bucket_listing': 1000,
'max_parts_listing': 1000,
'max_upload_part_num': 1000,
'max_multi_delete_objects': 1000,
'allow_multipart_uploads': True,
'min_segment_size': 5242880,
's3_acl': 'true'},
'container_quotas': {},
'account_quotas': {},
'staticweb': {},
'bulk_upload': { 'max_containers_per_extraction': 10000,
'max_failed_extractions': 1000},
'bulk_delete': {'max_deletes_per_request': 10000, 'max_failed_deletes': 1000},
'slo': { 'max_manifest_segments': 1000,
'max_manifest_size': 8388608,
'yield_frequency': 10,
'min_segment_size': 1}}
Display specific information related to the current project.
Please note that depending on your access rights, you may not be allowed to obtain this list.
Command:
$ ./yeti.py project-info
Result: