Skip to content

Commit c9f673c

Browse files
Update content/operate/rc/api/api-reference/openapi.json
1 parent baba1fe commit c9f673c

File tree

1 file changed

+30
-4
lines changed

1 file changed

+30
-4
lines changed

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

Lines changed: 30 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11344,8 +11344,15 @@
1134411344
},
1134511345
"averageItemSizeInBytes": {
1134611346
"type": "integer",
11347-
"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",
11348-
"format": "int64"
11347+
"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",
11348+
"format": "int64",
11349+
"deprecated": true
11350+
},
11351+
"ramPercentage": {
11352+
"type": "integer",
11353+
"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. Range: 10-50. Default: 20",
11354+
"format": "int32",
11355+
"example": 20
1134911356
},
1135011357
"respVersion": {
1135111358
"type": "string",
@@ -11873,6 +11880,12 @@
1187311880
"$ref": "#/components/schemas/DatabaseAlertSpec"
1187411881
}
1187511882
},
11883+
"ramPercentage": {
11884+
"type": "integer",
11885+
"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. Range: 10-50.",
11886+
"format": "int32",
11887+
"example": 20
11888+
},
1187611889
"commandType": {
1187711890
"type": "string",
1187811891
"readOnly": true
@@ -15956,8 +15969,15 @@
1595615969
},
1595715970
"averageItemSizeInBytes": {
1595815971
"type": "integer",
15959-
"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",
15960-
"format": "int64"
15972+
"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",
15973+
"format": "int64",
15974+
"deprecated": true
15975+
},
15976+
"ramPercentage": {
15977+
"type": "integer",
15978+
"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. Range: 10-50. Default: 20",
15979+
"format": "int32",
15980+
"example": 20
1596115981
},
1596215982
"periodicBackupPath": {
1596315983
"type": "string",
@@ -16252,6 +16272,12 @@
1625216272
"DATABASE_MEMCACHED_SASL_PASSWORD_MAX_LENGTH",
1625316273
"DATABASE_REDIS_FLEX_CONTAINS_MODULES",
1625416274
"DATABASE_AVERAGE_ITEM_SIZE_NOT_ALLOWED",
16275+
"DATABASE_RAM_PERCENTAGE_NOT_ALLOWED",
16276+
"DATABASE_RAM_PERCENTAGE_NOT_SUPPORTED",
16277+
"DATABASE_RAM_PERCENTAGE_IS_INVALID",
16278+
"DATABASE_AVERAGE_ITEM_SIZE_IS_DEPRECATED",
16279+
"DATABASE_MEMORY_LIMIT_IS_INVALID_FOR_ROF",
16280+
"DATABASE_DATASET_SIZE_IS_INVALID_FOR_ROF",
1625516281
"DATABASE_SIZE_SMALLER_THAN_USAGE",
1625616282
"DATABASE_USAGE_EXCEEDS_GLOBAL_LIMIT",
1625716283
"DATABASE_USAGE_EXCEEDS_LOCAL_LIMIT",

0 commit comments

Comments
 (0)