DataSync / Client / update_storage_system
update_storage_system#
- DataSync.Client.update_storage_system(**kwargs)#
Modifies some configurations of an on-premises storage system resource that you’re using with DataSync Discovery.
See also: AWS API Documentation
Request Syntax
response = client.update_storage_system( StorageSystemArn='string', ServerConfiguration={ 'ServerHostname': 'string', 'ServerPort': 123 }, AgentArns=[ 'string', ], Name='string', CloudWatchLogGroupArn='string', Credentials={ 'Username': 'string', 'Password': 'string' } )
- Parameters:
StorageSystemArn (string) –
[REQUIRED]
Specifies the ARN of the on-premises storage system that you want reconfigure.
ServerConfiguration (dict) –
Specifies the server name and network port required to connect with your on-premises storage system’s management interface.
ServerHostname (string) – [REQUIRED]
The domain name or IP address of your storage system’s management interface.
ServerPort (integer) –
The network port for accessing the storage system’s management interface.
AgentArns (list) –
Specifies the Amazon Resource Name (ARN) of the DataSync agent that connects to and reads your on-premises storage system.
(string) –
Name (string) – Specifies a familiar name for your on-premises storage system.
CloudWatchLogGroupArn (string) – Specifies the ARN of the Amazon CloudWatch log group for monitoring and logging discovery job events.
Credentials (dict) –
Specifies the user name and password for accessing your on-premises storage system’s management interface.
Username (string) – [REQUIRED]
Specifies the user name for your storage system’s management interface.
Password (string) – [REQUIRED]
Specifies the password for your storage system’s management interface.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions
DataSync.Client.exceptions.InvalidRequestException
DataSync.Client.exceptions.InternalException