Skip to content

Commit d70a3d4

Browse files
authored
Merge pull request #2348 from redis/rc_api_sync
update rc openapi spec
2 parents b90c78d + f502624 commit d70a3d4

File tree

1 file changed

+8
-16
lines changed

1 file changed

+8
-16
lines changed

content/operate/rc/api/api-reference/openapi.json

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11200,10 +11200,6 @@
1120011200
"type": "boolean",
1120111201
"description": "Optional. Databases replication. Default: 'true'"
1120211202
},
11203-
"autoMinorVersionUpgrade": {
11204-
"type": "boolean",
11205-
"description": "Optional. When 'true', enables auto minor version upgrades for this database. Default: 'true'"
11206-
},
1120711203
"throughputMeasurement": {
1120811204
"$ref": "#/components/schemas/DatabaseThroughputSpec"
1120911205
},
@@ -11669,10 +11665,6 @@
1166911665
"type": "boolean",
1167011666
"description": "Optional. Turns database replication on or off."
1167111667
},
11672-
"autoMinorVersionUpgrade": {
11673-
"type": "boolean",
11674-
"description": "Optional. When 'true', enables auto minor version upgrades for this database."
11675-
},
1167611668
"regexRules": {
1167711669
"type": "array",
1167811670
"description": "Optional. Hashing policy Regex rules. Used only if 'shardingType' is 'custom-regex-rules'.",
@@ -15484,10 +15476,6 @@
1548415476
"noeviction"
1548515477
]
1548615478
},
15487-
"autoMinorVersionUpgrade": {
15488-
"type": "boolean",
15489-
"description": "Optional. When 'true', enables auto minor version upgrades for this database."
15490-
},
1549115479
"commandType": {
1549215480
"type": "string",
1549315481
"readOnly": true
@@ -15695,10 +15683,6 @@
1569515683
"type": "boolean",
1569615684
"description": "Optional. Sets database replication. Default: 'true'"
1569715685
},
15698-
"autoMinorVersionUpgrade": {
15699-
"type": "boolean",
15700-
"description": "Optional. When 'true', enables auto minor version upgrades for this database. Default: 'true'"
15701-
},
1570215686
"replicaOf": {
1570315687
"type": "array",
1570415688
"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'].",
@@ -17495,6 +17479,14 @@
1749517479
"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.",
1749617480
"example": "sg-0125be68a4625884ad"
1749717481
},
17482+
"preferredAvailabilityZones": {
17483+
"type": "array",
17484+
"description": "Optional. List the zone IDs for your preferred availability zones for the cloud provider and region.",
17485+
"items": {
17486+
"type": "string",
17487+
"description": "Optional. List the zone IDs for your preferred availability zones for the cloud provider and region."
17488+
}
17489+
},
1749817490
"dryRun": {
1749917491
"type": "boolean",
1750017492
"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'",

0 commit comments

Comments
 (0)