From 108b794fed9a9d3acc4b1490ad2fd239640965f4 Mon Sep 17 00:00:00 2001 From: "Ru, Li Yi" Date: Tue, 8 Oct 2024 12:25:20 +0000 Subject: [PATCH] dds_api Reviewed-by: Boka, Ladislav Co-authored-by: Ru, Li Yi Co-committed-by: Ru, Li Yi --- docs/dds/api-ref/dds_api_0020.html | 8 ++-- docs/dds/api-ref/dds_api_0029.html | 2 +- docs/dds/api-ref/dds_api_0038.html | 4 +- docs/dds/api-ref/dds_database_version.html | 3 +- .../api-ref/dds_instance_specification.html | 44 +++++++++---------- 5 files changed, 30 insertions(+), 31 deletions(-) diff --git a/docs/dds/api-ref/dds_api_0020.html b/docs/dds/api-ref/dds_api_0020.html index aa14242b..b7f68ca3 100644 --- a/docs/dds/api-ref/dds_api_0020.html +++ b/docs/dds/api-ref/dds_api_0020.html @@ -228,7 +228,7 @@

String

-

Specifies the database version. Versions 4.4, 4.2, 4.0, 3.4 and 3.2 are supported. The value can be 4.4, 4.2, 4.0, 3.4 or 3.2.

+

Specifies the database version. Versions 4.4, 4.2, 4.0, and 3.4 are supported. The value can be 4.4, 4.2, 4.0 or 3.4.

storage_engine

@@ -238,7 +238,7 @@

String

Specifies the storage engine. DDS supports the WiredTiger and RocksDB storage engines.

-
  • If the database version is 4.4 or 4.2 and the storage engine is RocksDB, the value is rocksDB.
  • If the database version is 4.0, 3.4 or 3.2 and the storage engine is WiredTiger, the value is wiredTiger.
+
  • If the database version is 4.4 or 4.2 and the storage engine is RocksDB, the value is rocksDB.
  • If the database version is 4.0 or 3.4 and the storage engine is WiredTiger, the value is wiredTiger.
@@ -718,7 +718,7 @@ Create a cluster instance:

String

-

Specifies the database version. Versions 4.4, 4.2, 4.0, 3.4 and 3.2 are supported. The value can be 4.4, 4.2, 4.0, 3.4 or 3.2.

+

Specifies the database version. Versions 4.4, 4.2, 4.0, and 3.4 are supported. The value can be 4.4, 4.2, 4.0 or 3.4.

storage_engine

@@ -728,7 +728,7 @@ Create a cluster instance:

String

Specifies the storage engine. DDS supports the WiredTiger and RocksDB storage engines.

-
  • If the database version is 4.4 or 4.2 and the storage engine is RocksDB, the value is rocksDB.
  • If the database version is 4.0, 3.4 or 3.2 and the storage engine is WiredTiger, the value is wiredTiger.
+
  • If the database version is 4.4 or 4.2 and the storage engine is RocksDB, the value is rocksDB.
  • If the database version is 4.0 or 3.4 and the storage engine is WiredTiger, the value is wiredTiger.
diff --git a/docs/dds/api-ref/dds_api_0029.html b/docs/dds/api-ref/dds_api_0029.html index 711433c7..12744932 100644 --- a/docs/dds/api-ref/dds_api_0029.html +++ b/docs/dds/api-ref/dds_api_0029.html @@ -231,7 +231,7 @@

String

-

Indicates the database of version 3.2, 3.4, 4.0, 4.2, or 4.4. The value is 3.2, 3.4, 4.0, 4.2, or 4.4.

+

Indicates the database of version 3.4, 4.0, 4.2, or 4.4. The value is 3.4, 4.0, 4.2, or 4.4.

diff --git a/docs/dds/api-ref/dds_api_0038.html b/docs/dds/api-ref/dds_api_0038.html index 3ec5f898..f3e51b80 100644 --- a/docs/dds/api-ref/dds_api_0038.html +++ b/docs/dds/api-ref/dds_api_0038.html @@ -584,7 +584,7 @@

String

-

Specifies the database version. Versions 4.4, 4.2, 4.0, 3.4 and 3.2 are supported. The value can be 4.4, 4.2, 4.0, 3.4 or 3.2.

+

Specifies the database version. Versions 4.4, 4.2, 4.0 and 3.4 are supported. The value can be 4.4, 4.2, 4.0 or 3.4.

storage_engine

@@ -594,7 +594,7 @@

String

Specifies the storage engine. DDS supports the WiredTiger and RocksDB storage engines.

-
  • If the database version is 4.4 or 4.2 and the storage engine is RocksDB, the value is rocksDB.
  • If the database version is 4.0, 3.4 or 3.2 and the storage engine is WiredTiger, the value is wiredTiger.
+
  • If the database version is 4.4 or 4.2 and the storage engine is RocksDB, the value is rocksDB.
  • If the database version is 4.0 or 3.4 and the storage engine is WiredTiger, the value is wiredTiger.
diff --git a/docs/dds/api-ref/dds_database_version.html b/docs/dds/api-ref/dds_database_version.html index 72f5e9b2..35237f22 100644 --- a/docs/dds/api-ref/dds_database_version.html +++ b/docs/dds/api-ref/dds_database_version.html @@ -48,7 +48,7 @@

Array of strings

-

Indicates the database version. Currently, versions 3.2, 3.4, 4.0, 4.2, and 4.4 are supported.

+

Indicates the database version. Currently, versions 3.4, 4.0, 4.2, and 4.4 are supported.

@@ -57,7 +57,6 @@
  • Response example
    {
         "versions": [
    -        "3.2",
             "3.4",
             "4.0",
             "4.2",
    diff --git a/docs/dds/api-ref/dds_instance_specification.html b/docs/dds/api-ref/dds_instance_specification.html
    index 1b3e07ef..1d182045 100644
    --- a/docs/dds/api-ref/dds_instance_specification.html
    +++ b/docs/dds/api-ref/dds_instance_specification.html
    @@ -147,7 +147,7 @@
     

    Array of strings

    Database versions

    -

    For example, DDS mongos node, {"3.2", "3.4", "4.0", "4.2", "4.4"}

    +

    For example, DDS mongos node, {"3.4", "4.0", "4.2", "4.4"}

    @@ -165,7 +165,7 @@ "vcpus": "1", "ram": "4", "spec_code": "dds.mongodb.s2.medium.4.mongos", - "engine_versions":["3.2","3.4","4.0"], + "engine_versions":["3.4","4.0"], "az_status": { "eu-de-01": "normal", "eu-de-02": "normal", @@ -178,7 +178,7 @@ "vcpus": "2", "ram": "8", "spec_code": "dds.mongodb.s2.large.4.mongos", - "engine_versions":["3.2","3.4","4.0"], + "engine_versions":["3.4","4.0"], "az_status": { "eu-de-01": "normal", "eu-de-02": "normal", @@ -191,7 +191,7 @@ "vcpus": "4", "ram": "16", "spec_code": "dds.mongodb.s2.xlarge.4.mongos", - "engine_versions":["3.2","3.4","4.0"], + "engine_versions":["3.4","4.0"], "az_status": { "eu-de-01": "normal", "eu-de-02": "normal", @@ -204,7 +204,7 @@ "vcpus": "8", "ram": "32", "spec_code": "dds.mongodb.s2.2xlarge.4.mongos", - "engine_versions":["3.2","3.4","4.0"], + "engine_versions":["3.4","4.0"], "az_status": { "eu-de-01": "normal", "eu-de-02": "normal", @@ -217,7 +217,7 @@ "vcpus": "16", "ram": "64", "spec_code": "dds.mongodb.s2.4xlarge.4.mongos", - "engine_versions":["3.2","3.4","4.0"], + "engine_versions":["3.4","4.0"], "az_status": { "eu-de-01": "normal", "eu-de-02": "normal", @@ -230,7 +230,7 @@ "vcpus": "1", "ram": "4", "spec_code": "dds.mongodb.s2.medium.4.shard", - "engine_versions":["3.2","3.4","4.0"], + "engine_versions":["3.4","4.0"], "az_status": { "eu-de-01": "normal", "eu-de-02": "normal", @@ -243,7 +243,7 @@ "vcpus": "2", "ram": "8", "spec_code": "dds.mongodb.s2.large.4.shard", - "engine_versions":["3.2","3.4","4.0"], + "engine_versions":["3.4","4.0"], "az_status": { "eu-de-01": "normal", "eu-de-02": "normal", @@ -256,7 +256,7 @@ "vcpus": "4", "ram": "16", "spec_code": "dds.mongodb.s2.xlarge.4.shard", - "engine_versions":["3.2","3.4","4.0"], + "engine_versions":["3.4","4.0"], "az_status": { "eu-de-01": "normal", "eu-de-02": "normal", @@ -269,7 +269,7 @@ "vcpus": "8", "ram": "32", "spec_code": "dds.mongodb.s2.2xlarge.4.shard", - "engine_versions":["3.2","3.4","4.0"], + "engine_versions":["3.4","4.0"], "az_status": { "eu-de-01": "normal", "eu-de-02": "normal", @@ -282,7 +282,7 @@ "vcpus": "16", "ram": "64", "spec_code": "dds.mongodb.s2.4xlarge.4.shard", - "engine_versions":["3.2","3.4","4.0"], + "engine_versions":["3.4","4.0"], "az_status": { "eu-de-01": "normal", "eu-de-02": "normal", @@ -295,7 +295,7 @@ "vcpus": "2", "ram": "4", "spec_code": "dds.mongodb.s2.large.2.config", - "engine_versions":["3.2","3.4","4.0"], + "engine_versions":["3.4","4.0"], "az_status": { "eu-de-01": "normal", "eu-de-02": "normal", @@ -308,7 +308,7 @@ "vcpus": "1", "ram": "4", "spec_code": "dds.mongodb.s2.medium.4.repset", - "engine_versions":["3.2","3.4","4.0"], + "engine_versions":["3.4","4.0"], "az_status": { "eu-de-01": "normal", "eu-de-02": "normal", @@ -322,7 +322,7 @@ "vcpus": "2", "ram": "8", "spec_code": "dds.mongodb.s2.large.4.repset", - "engine_versions":["3.2","3.4","4.0"], + "engine_versions":["3.4","4.0"], "az_status": { "eu-de-01": "normal", "eu-de-02": "normal", @@ -336,7 +336,7 @@ "vcpus": "4", "ram": "16", "spec_code": "dds.mongodb.s2.xlarge.4.repset", - "engine_versions":["3.2","3.4","4.0"], + "engine_versions":["3.4","4.0"], "az_status": { "eu-de-01": "normal", "eu-de-02": "normal", @@ -350,7 +350,7 @@ "vcpus": "8", "ram": "32", "spec_code": "dds.mongodb.s2.2xlarge.4.repset", - "engine_versions":["3.2","3.4","4.0"], + "engine_versions":["3.4","4.0"], "az_status": { "eu-de-01": "normal", "eu-de-02": "normal", @@ -364,7 +364,7 @@ "vcpus": "16", "ram": "64", "spec_code": "dds.mongodb.s2.4xlarge.4.repset", - "engine_versions":["3.2","3.4","4.0"], + "engine_versions":["3.4","4.0"], "az_status": { "eu-de-01": "normal", "eu-de-02": "normal", @@ -378,7 +378,7 @@ "vcpus": "1", "ram": "4", "spec_code": "dds.mongodb.s2.medium.4.single", - "engine_versions":["3.2","3.4","4.0"], + "engine_versions":["3.4","4.0"], "az_status": { "eu-de-01": "normal", "eu-de-02": "normal", @@ -391,7 +391,7 @@ "vcpus": "2", "ram": "8", "spec_code": "dds.mongodb.s2.large.4.single", - "engine_versions":["3.2","3.4","4.0"], + "engine_versions":["3.4","4.0"], "az_status": { "eu-de-01": "normal", "eu-de-02": "normal", @@ -404,7 +404,7 @@ "vcpus": "4", "ram": "16", "spec_code": "dds.mongodb.s2.xlarge.4.single", - "engine_versions":["3.2","3.4","4.0"], + "engine_versions":["3.4","4.0"], "az_status": { "eu-de-01": "normal", "eu-de-02": "normal", @@ -417,7 +417,7 @@ "vcpus": "8", "ram": "32", "spec_code": "dds.mongodb.s2.2xlarge.4.single", - "engine_versions":["3.2","3.4","4.0"], + "engine_versions":["3.4","4.0"], "az_status": { "eu-de-01": "normal", "eu-de-02": "normal", @@ -430,7 +430,7 @@ "vcpus": "16", "ram": "64", "spec_code": "dds.mongodb.s2.4xlarge.4.single", - "engine_versions":["3.2","3.4","4.0"], + "engine_versions":["3.4","4.0"], "az_status": { "eu-de-01": "normal", "eu-de-02": "normal",