DataSync / Client / list_storage_systems
list_storage_systems#
- DataSync.Client.list_storage_systems(**kwargs)#
- Lists the on-premises storage systems that you’re using with DataSync Discovery. - See also: AWS API Documentation - Request Syntax- response = client.list_storage_systems( MaxResults=123, NextToken='string' ) - Parameters:
- MaxResults (integer) – Specifies how many results you want in the response. 
- NextToken (string) – Specifies an opaque string that indicates the position to begin the next list of results in the response. 
 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'StorageSystems': [ { 'StorageSystemArn': 'string', 'Name': 'string' }, ], 'NextToken': 'string' } - Response Structure- (dict) – - StorageSystems (list) – - The Amazon Resource Names ARNs) of the on-premises storage systems that you’re using with DataSync Discovery. - (dict) – - Information that identifies an on-premises storage system that you’re using with DataSync Discovery. - StorageSystemArn (string) – - The Amazon Resource Names (ARN) of an on-premises storage system that you added to DataSync Discovery. 
- Name (string) – - The name of an on-premises storage system that you added to DataSync Discovery. 
 
 
- NextToken (string) – - The opaque string that indicates the position to begin the next list of results in the response. 
 
 
 - Exceptions- DataSync.Client.exceptions.InvalidRequestException
- DataSync.Client.exceptions.InternalException