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
35 changes: 31 additions & 4 deletions content/operate/rc/api/api-reference/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -11344,8 +11344,15 @@
},
"averageItemSizeInBytes": {
"type": "integer",
"description": "Optional. Relevant only to ram-and-flash (also known as Auto Tiering) subscriptions. Estimated average size in bytes of the items stored in the database. Default: 1000",
"format": "int64"
"description": "Optional. Relevant only to ram-and-flash (also known as Redis-Flex/Auto-Tiering) subscriptions. Estimated average size in bytes of the items stored in the database. Default: 1000",
"format": "int64",
"deprecated": true
},
"ramPercentage": {
"type": "integer",
"description": "Optional. Relevant only to ram-and-flash (also known as Redis-Flex/Auto-Tiering) subscriptions. The percentage of data to be stored in RAM. Must be between 10 and 50 in steps of 10 (10, 20, 30, 40, 50). Default: 20",
"format": "int32",
"example": 20
},
"respVersion": {
"type": "string",
Expand Down Expand Up @@ -11873,6 +11880,12 @@
"$ref": "#/components/schemas/DatabaseAlertSpec"
}
},
"ramPercentage": {
"type": "integer",
"description": "Optional. Relevant only to ram-and-flash (also known as Redis-Flex/Auto-Tiering) subscriptions. The percentage of data to be stored in RAM. Must be between 10 and 50 in steps of 10 (10, 20, 30, 40, 50).",
"format": "int32",
"example": 20
},
"commandType": {
"type": "string",
"readOnly": true
Expand Down Expand Up @@ -15956,8 +15969,15 @@
},
"averageItemSizeInBytes": {
"type": "integer",
"description": "Optional. Relevant only to ram-and-flash (also known as Auto Tiering) subscriptions. Estimated average size in bytes of the items stored in the database. Default: 1000",
"format": "int64"
"description": "Optional. Relevant only to ram-and-flash (also known as Redis-Flex/Auto-Tiering) subscriptions. Estimated average size in bytes of the items stored in the database. Default: 1000",
"format": "int64",
"deprecated": true
},
"ramPercentage": {
"type": "integer",
"description": "Optional. Relevant only to ram-and-flash (also known as Redis-Flex/Auto-Tiering) subscriptions. The percentage of data to be stored in RAM. Must be between 10 and 50 in steps of 10 (10, 20, 30, 40, 50). Default: 20",
"format": "int32",
"example": 20
},
"periodicBackupPath": {
"type": "string",
Expand Down Expand Up @@ -16252,6 +16272,12 @@
"DATABASE_MEMCACHED_SASL_PASSWORD_MAX_LENGTH",
"DATABASE_REDIS_FLEX_CONTAINS_MODULES",
"DATABASE_AVERAGE_ITEM_SIZE_NOT_ALLOWED",
"DATABASE_RAM_PERCENTAGE_NOT_ALLOWED",
"DATABASE_RAM_PERCENTAGE_NOT_SUPPORTED",
"DATABASE_RAM_PERCENTAGE_IS_INVALID",
"DATABASE_AVERAGE_ITEM_SIZE_IS_DEPRECATED",
"DATABASE_MEMORY_LIMIT_IS_INVALID_FOR_ROF",
"DATABASE_DATASET_SIZE_IS_INVALID_FOR_ROF",
"DATABASE_SIZE_SMALLER_THAN_USAGE",
"DATABASE_USAGE_EXCEEDS_GLOBAL_LIMIT",
"DATABASE_USAGE_EXCEEDS_LOCAL_LIMIT",
Expand Down Expand Up @@ -16322,6 +16348,7 @@
"DATABASE_REDIS_VERSION_IS_NOT_SUPPORTED_FOR_MEMCACHED",
"DATABASE_REDIS_VERSION_IS_REQUIRED",
"DATABASE_REDIS_VERSION_INVALID_VALUE",
"INCOMPATIBLE_TF_PROVIDER",
"CONNECTIVITY_REQUESTS_ON_CUSTOMER_MANAGED_VPC_SUBSCRIPTION",
"VPC_PEERING_NOT_ACTIVE",
"VPC_PEERING_GENERAL_ERROR",
Expand Down