Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 8 additions & 16 deletions content/operate/rc/api/api-reference/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -11200,10 +11200,6 @@
"type": "boolean",
"description": "Optional. Databases replication. Default: 'true'"
},
"autoMinorVersionUpgrade": {
"type": "boolean",
"description": "Optional. When 'true', enables auto minor version upgrades for this database. Default: 'true'"
},
"throughputMeasurement": {
"$ref": "#/components/schemas/DatabaseThroughputSpec"
},
Expand Down Expand Up @@ -11669,10 +11665,6 @@
"type": "boolean",
"description": "Optional. Turns database replication on or off."
},
"autoMinorVersionUpgrade": {
"type": "boolean",
"description": "Optional. When 'true', enables auto minor version upgrades for this database."
},
"regexRules": {
"type": "array",
"description": "Optional. Hashing policy Regex rules. Used only if 'shardingType' is 'custom-regex-rules'.",
Expand Down Expand Up @@ -15484,10 +15476,6 @@
"noeviction"
]
},
"autoMinorVersionUpgrade": {
"type": "boolean",
"description": "Optional. When 'true', enables auto minor version upgrades for this database."
},
"commandType": {
"type": "string",
"readOnly": true
Expand Down Expand Up @@ -15695,10 +15683,6 @@
"type": "boolean",
"description": "Optional. Sets database replication. Default: 'true'"
},
"autoMinorVersionUpgrade": {
"type": "boolean",
"description": "Optional. When 'true', enables auto minor version upgrades for this database. Default: 'true'"
},
"replicaOf": {
"type": "array",
"description": "Optional. This database will be a replica of the specified Redis databases provided as one or more URI(s). Example: 'redis://user:password@host:port'. If the URI provided is a Redis Cloud database, only host and port should be provided. Example: ['redis://endpoint1:6379', 'redis://endpoint2:6380'].",
Expand Down Expand Up @@ -17495,6 +17479,14 @@
"description": "Optional. Enter a security group identifier that exists in the hosted AWS account. Security group Identifier must be in a valid format (for example: 'sg-0125be68a4625884ad') and must exist within the hosting account.",
"example": "sg-0125be68a4625884ad"
},
"preferredAvailabilityZones": {
"type": "array",
"description": "Optional. List the zone IDs for your preferred availability zones for the cloud provider and region.",
"items": {
"type": "string",
"description": "Optional. List the zone IDs for your preferred availability zones for the cloud provider and region."
}
},
"dryRun": {
"type": "boolean",
"description": "Optional. When 'false': Creates a deployment plan and deploys it, creating any resources required by the plan. When 'true': creates a read-only deployment plan, and does not create any resources. Default: 'false'",
Expand Down