odb / Client / get_autonomous_database_wallet_details
get_autonomous_database_wallet_details¶
- odb.Client.get_autonomous_database_wallet_details(**kwargs)¶
Gets the wallet details for the specified Autonomous Database.
See also: AWS API Documentation
Request Syntax
response = client.get_autonomous_database_wallet_details( autonomousDatabaseId='string' )
- Parameters:
autonomousDatabaseId (string) –
[REQUIRED]
The unique identifier of the Autonomous Database to retrieve wallet details for.
- Return type:
dict
- Returns:
Response Syntax
{ 'autonomousDatabaseWalletDetails': { 'status': 'ACTIVE'|'UPDATING', 'timeRotated': datetime(2015, 1, 1) } }
Response Structure
(dict) –
autonomousDatabaseWalletDetails (dict) –
The wallet details for the Autonomous Database.
status (string) –
The current status of the Autonomous Database wallet.
timeRotated (datetime) –
The date and time when the Autonomous Database wallet was last rotated.
Exceptions