Modify Current DB Cluster Capacity
GET {{aws_rds_base_url}}/?Capacity=10&DBClusterIdentifier&SecondsBeforeTimeout=30&TimeoutAction&Action=ModifyCurrentDBClusterCapacity&Version=2014-10-31
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
Capacity | number | ||
DBClusterIdentifier | null | The DB cluster identifier for the cluster being modified. This parameter isn't case-sensitive. | |
SecondsBeforeTimeout | number | The amount of time, in seconds, that Aurora Serverless tries to find a scaling point to perform seamless scaling before enforcing the timeout action. The default is 300. | |
TimeoutAction | null | The action to take when the timeout is reached, either ForceApplyCapacityChange or RollbackCapacityChange. | |
Action | string | ||
Version | string |