TimestreamInfluxDB / Client / reboot_db_cluster
reboot_db_cluster¶
- TimestreamInfluxDB.Client.reboot_db_cluster(**kwargs)¶
Reboots a Timestream for InfluxDB cluster.
See also: AWS API Documentation
Request Syntax
response = client.reboot_db_cluster( dbClusterId='string', instanceIds=[ 'string', ] )
- Parameters:
dbClusterId (string) –
[REQUIRED]
Service-generated unique identifier of the DB cluster to reboot.
instanceIds (list) –
A list of service-generated unique DB Instance Ids belonging to the DB Cluster to reboot.
(string) –
- Return type:
dict
- Returns:
Response Syntax
{ 'dbClusterStatus': 'CREATING'|'UPDATING'|'DELETING'|'AVAILABLE'|'FAILED'|'DELETED'|'MAINTENANCE'|'UPDATING_INSTANCE_TYPE'|'REBOOTING'|'REBOOT_FAILED'|'PARTIALLY_AVAILABLE' }
Response Structure
(dict) –
dbClusterStatus (string) –
The status of the DB Cluster.
Exceptions