Yandex Cloud
  • Сервисы
  • Решения
  • Почему Yandex Cloud
  • Сообщество
  • Тарифы
  • Документация
  • Связаться с нами
Подключиться
Language / Region
Проект Яндекса
© 2023 ООО «Яндекс.Облако»
Yandex Managed Service for MongoDB
  • Начало работы
  • Пошаговые инструкции
    • Все инструкции
    • Информация об имеющихся кластерах
    • Создание кластера
    • Подключение к базе данных
      • Обзор способов подключения к базе данных
      • Подключение к нешардированному кластеру
      • Подключение к шардированному кластеру
    • Остановка и запуск кластера
    • Изменение настроек кластера и базы данных
    • Переключение первичной реплики
    • Обновление версии MongoDB
    • Управление базами данных
    • Управление хостами кластера
    • Управление пользователями БД
    • Управление резервными копиями
    • Управление шардами
    • Просмотр логов кластера
    • Удаление кластера
    • Мониторинг состояния кластера и хостов
    • Диагностика производительности
    • Инструменты для анализа производительности
  • Практические руководства
    • Все сценарии
    • Шардирование коллекций
    • Миграция данных в Managed Service for MongoDB
    • Миграция коллекций из стороннего кластера MongoDB
    • Анализ производительности и оптимизация MongoDB
  • Концепции
    • Взаимосвязь ресурсов сервиса
    • Классы хостов
      • Действующие классы хостов
      • Архив
        • До 1 июня 2020 года
      • Использование устаревших классов хостов
    • Сеть в Managed Service for MongoDB
    • Редакции MongoDB
    • Квоты и лимиты
    • Хранилище в Managed Service for MongoDB
    • Резервные копии
    • Репликация
    • Шардирование
    • Пользователи и роли
    • Техническое обслуживание
    • Поддерживаемые клиенты
    • Настройки MongoDB
  • Управление доступом
  • Правила тарификации
    • Действующие правила
    • Архив
      • До 1 января 2019 года
      • С 1 января до 1 марта 2019 года
      • С 1 марта 2019 года до 1 февраля 2020 года
  • Справочник API
    • Аутентификация в API
    • gRPC (англ.)
      • Overview
      • BackupService
      • ClusterService
      • DatabaseService
      • ResourcePresetService
      • UserService
      • OperationService
    • REST (англ.)
      • Overview
      • Backup
        • Overview
        • delete
        • get
        • list
      • Cluster
        • Overview
        • addHosts
        • addShard
        • backup
        • create
        • delete
        • deleteHosts
        • deleteShard
        • enableSharding
        • get
        • getShard
        • list
        • listBackups
        • listHosts
        • listLogs
        • listOperations
        • listShards
        • move
        • rescheduleMaintenance
        • resetupHosts
        • restartHosts
        • restore
        • start
        • stepdownHosts
        • stop
        • streamLogs
        • update
      • Database
        • Overview
        • create
        • delete
        • get
        • list
      • ResourcePreset
        • Overview
        • get
        • list
      • User
        • Overview
        • create
        • delete
        • get
        • grantPermission
        • list
        • revokePermission
        • update
      • Operation
        • Overview
        • get
  • История изменений
  • Вопросы и ответы
    • Общие вопросы
    • Вопросы о MongoDB
    • Все вопросы на одной странице
  1. Справочник API
  2. REST (англ.)
  3. Cluster
  4. restore

Managed Service for MongoDB API, REST: Cluster.restore

Статья создана
Yandex Cloud
,
улучшена
amatol
  • HTTP request
  • Body parameters
  • Response

Creates a new MongoDB cluster using the specified backup.

HTTP request

POST https://mdb.api.cloud.yandex.net/managed-mongodb/v1/clusters:restore

Body parameters

{
  "backupId": "string",
  "name": "string",
  "description": "string",
  "labels": "object",
  "environment": "string",
  "configSpec": {
    "version": "string",
    "featureCompatibilityVersion": "string",
    "backupWindowStart": {
      "hours": "integer",
      "minutes": "integer",
      "seconds": "integer",
      "nanos": "integer"
    },
    "backupRetainPeriodDays": "integer",
    "performanceDiagnostics": {
      "profilingEnabled": true
    },
    "access": {
      "dataLens": true,
      "dataTransfer": true
    },

    // `configSpec` includes only one of the fields `mongodbSpec_3_6`, `mongodbSpec_4_0`, `mongodbSpec_4_2`, `mongodbSpec_4_4`, `mongodbSpec_5_0`, `mongodbSpec_6_0`, `mongodbSpec_4_4Enterprise`, `mongodbSpec_5_0Enterprise`, `mongodbSpec_6_0Enterprise`
    "mongodbSpec_3_6": {
      "mongod": {
        "config": {
          "storage": {
            "wiredTiger": {
              "engineConfig": {
                "cacheSizeGb": "number"
              },
              "collectionConfig": {
                "blockCompressor": "string"
              }
            },
            "journal": {
              "enabled": true,
              "commitInterval": "integer"
            }
          },
          "operationProfiling": {
            "mode": "string",
            "slowOpThreshold": "integer"
          },
          "net": {
            "maxIncomingConnections": "integer"
          }
        },
        "resources": {
          "resourcePresetId": "string",
          "diskSize": "string",
          "diskTypeId": "string"
        }
      },
      "mongocfg": {
        "config": {
          "storage": {
            "wiredTiger": {
              "engineConfig": {
                "cacheSizeGb": "number"
              }
            }
          },
          "operationProfiling": {
            "mode": "string",
            "slowOpThreshold": "integer"
          },
          "net": {
            "maxIncomingConnections": "integer"
          }
        },
        "resources": {
          "resourcePresetId": "string",
          "diskSize": "string",
          "diskTypeId": "string"
        }
      },
      "mongos": {
        "config": {
          "net": {
            "maxIncomingConnections": "integer"
          }
        },
        "resources": {
          "resourcePresetId": "string",
          "diskSize": "string",
          "diskTypeId": "string"
        }
      },
      "mongoinfra": {
        "configMongos": {
          "net": {
            "maxIncomingConnections": "integer"
          }
        },
        "configMongocfg": {
          "storage": {
            "wiredTiger": {
              "engineConfig": {
                "cacheSizeGb": "number"
              }
            }
          },
          "operationProfiling": {
            "mode": "string",
            "slowOpThreshold": "integer"
          },
          "net": {
            "maxIncomingConnections": "integer"
          }
        },
        "resources": {
          "resourcePresetId": "string",
          "diskSize": "string",
          "diskTypeId": "string"
        }
      }
    },
    "mongodbSpec_4_0": {
      "mongod": {
        "config": {
          "storage": {
            "wiredTiger": {
              "engineConfig": {
                "cacheSizeGb": "number"
              },
              "collectionConfig": {
                "blockCompressor": "string"
              }
            },
            "journal": {
              "commitInterval": "integer"
            }
          },
          "operationProfiling": {
            "mode": "string",
            "slowOpThreshold": "integer"
          },
          "net": {
            "maxIncomingConnections": "integer"
          }
        },
        "resources": {
          "resourcePresetId": "string",
          "diskSize": "string",
          "diskTypeId": "string"
        }
      },
      "mongocfg": {
        "config": {
          "storage": {
            "wiredTiger": {
              "engineConfig": {
                "cacheSizeGb": "number"
              }
            }
          },
          "operationProfiling": {
            "mode": "string",
            "slowOpThreshold": "integer"
          },
          "net": {
            "maxIncomingConnections": "integer"
          }
        },
        "resources": {
          "resourcePresetId": "string",
          "diskSize": "string",
          "diskTypeId": "string"
        }
      },
      "mongos": {
        "config": {
          "net": {
            "maxIncomingConnections": "integer"
          }
        },
        "resources": {
          "resourcePresetId": "string",
          "diskSize": "string",
          "diskTypeId": "string"
        }
      },
      "mongoinfra": {
        "configMongos": {
          "net": {
            "maxIncomingConnections": "integer"
          }
        },
        "configMongocfg": {
          "storage": {
            "wiredTiger": {
              "engineConfig": {
                "cacheSizeGb": "number"
              }
            }
          },
          "operationProfiling": {
            "mode": "string",
            "slowOpThreshold": "integer"
          },
          "net": {
            "maxIncomingConnections": "integer"
          }
        },
        "resources": {
          "resourcePresetId": "string",
          "diskSize": "string",
          "diskTypeId": "string"
        }
      }
    },
    "mongodbSpec_4_2": {
      "mongod": {
        "config": {
          "storage": {
            "wiredTiger": {
              "engineConfig": {
                "cacheSizeGb": "number"
              },
              "collectionConfig": {
                "blockCompressor": "string"
              }
            },
            "journal": {
              "commitInterval": "integer"
            }
          },
          "operationProfiling": {
            "mode": "string",
            "slowOpThreshold": "integer"
          },
          "net": {
            "maxIncomingConnections": "integer"
          }
        },
        "resources": {
          "resourcePresetId": "string",
          "diskSize": "string",
          "diskTypeId": "string"
        }
      },
      "mongocfg": {
        "config": {
          "storage": {
            "wiredTiger": {
              "engineConfig": {
                "cacheSizeGb": "number"
              }
            }
          },
          "operationProfiling": {
            "mode": "string",
            "slowOpThreshold": "integer"
          },
          "net": {
            "maxIncomingConnections": "integer"
          }
        },
        "resources": {
          "resourcePresetId": "string",
          "diskSize": "string",
          "diskTypeId": "string"
        }
      },
      "mongos": {
        "config": {
          "net": {
            "maxIncomingConnections": "integer"
          }
        },
        "resources": {
          "resourcePresetId": "string",
          "diskSize": "string",
          "diskTypeId": "string"
        }
      },
      "mongoinfra": {
        "configMongos": {
          "net": {
            "maxIncomingConnections": "integer"
          }
        },
        "configMongocfg": {
          "storage": {
            "wiredTiger": {
              "engineConfig": {
                "cacheSizeGb": "number"
              }
            }
          },
          "operationProfiling": {
            "mode": "string",
            "slowOpThreshold": "integer"
          },
          "net": {
            "maxIncomingConnections": "integer"
          }
        },
        "resources": {
          "resourcePresetId": "string",
          "diskSize": "string",
          "diskTypeId": "string"
        }
      }
    },
    "mongodbSpec_4_4": {
      "mongod": {
        "config": {
          "storage": {
            "wiredTiger": {
              "engineConfig": {
                "cacheSizeGb": "number"
              },
              "collectionConfig": {
                "blockCompressor": "string"
              }
            },
            "journal": {
              "commitInterval": "integer"
            }
          },
          "operationProfiling": {
            "mode": "string",
            "slowOpThreshold": "integer"
          },
          "net": {
            "maxIncomingConnections": "integer"
          }
        },
        "resources": {
          "resourcePresetId": "string",
          "diskSize": "string",
          "diskTypeId": "string"
        }
      },
      "mongocfg": {
        "config": {
          "storage": {
            "wiredTiger": {
              "engineConfig": {
                "cacheSizeGb": "number"
              }
            }
          },
          "operationProfiling": {
            "mode": "string",
            "slowOpThreshold": "integer"
          },
          "net": {
            "maxIncomingConnections": "integer"
          }
        },
        "resources": {
          "resourcePresetId": "string",
          "diskSize": "string",
          "diskTypeId": "string"
        }
      },
      "mongos": {
        "config": {
          "net": {
            "maxIncomingConnections": "integer"
          }
        },
        "resources": {
          "resourcePresetId": "string",
          "diskSize": "string",
          "diskTypeId": "string"
        }
      },
      "mongoinfra": {
        "configMongos": {
          "net": {
            "maxIncomingConnections": "integer"
          }
        },
        "configMongocfg": {
          "storage": {
            "wiredTiger": {
              "engineConfig": {
                "cacheSizeGb": "number"
              }
            }
          },
          "operationProfiling": {
            "mode": "string",
            "slowOpThreshold": "integer"
          },
          "net": {
            "maxIncomingConnections": "integer"
          }
        },
        "resources": {
          "resourcePresetId": "string",
          "diskSize": "string",
          "diskTypeId": "string"
        }
      }
    },
    "mongodbSpec_5_0": {
      "mongod": {
        "config": {
          "storage": {
            "wiredTiger": {
              "engineConfig": {
                "cacheSizeGb": "number"
              },
              "collectionConfig": {
                "blockCompressor": "string"
              }
            },
            "journal": {
              "commitInterval": "integer"
            }
          },
          "operationProfiling": {
            "mode": "string",
            "slowOpThreshold": "integer"
          },
          "net": {
            "maxIncomingConnections": "integer"
          }
        },
        "resources": {
          "resourcePresetId": "string",
          "diskSize": "string",
          "diskTypeId": "string"
        }
      },
      "mongocfg": {
        "config": {
          "storage": {
            "wiredTiger": {
              "engineConfig": {
                "cacheSizeGb": "number"
              }
            }
          },
          "operationProfiling": {
            "mode": "string",
            "slowOpThreshold": "integer"
          },
          "net": {
            "maxIncomingConnections": "integer"
          }
        },
        "resources": {
          "resourcePresetId": "string",
          "diskSize": "string",
          "diskTypeId": "string"
        }
      },
      "mongos": {
        "config": {
          "net": {
            "maxIncomingConnections": "integer"
          }
        },
        "resources": {
          "resourcePresetId": "string",
          "diskSize": "string",
          "diskTypeId": "string"
        }
      },
      "mongoinfra": {
        "configMongos": {
          "net": {
            "maxIncomingConnections": "integer"
          }
        },
        "configMongocfg": {
          "storage": {
            "wiredTiger": {
              "engineConfig": {
                "cacheSizeGb": "number"
              }
            }
          },
          "operationProfiling": {
            "mode": "string",
            "slowOpThreshold": "integer"
          },
          "net": {
            "maxIncomingConnections": "integer"
          }
        },
        "resources": {
          "resourcePresetId": "string",
          "diskSize": "string",
          "diskTypeId": "string"
        }
      }
    },
    "mongodbSpec_6_0": {
      "mongod": {
        "config": {
          "storage": {
            "wiredTiger": {
              "engineConfig": {
                "cacheSizeGb": "number"
              },
              "collectionConfig": {
                "blockCompressor": "string"
              }
            },
            "journal": {
              "commitInterval": "integer"
            }
          },
          "operationProfiling": {
            "mode": "string",
            "slowOpThreshold": "integer"
          },
          "net": {
            "maxIncomingConnections": "integer"
          }
        },
        "resources": {
          "resourcePresetId": "string",
          "diskSize": "string",
          "diskTypeId": "string"
        }
      },
      "mongocfg": {
        "config": {
          "storage": {
            "wiredTiger": {
              "engineConfig": {
                "cacheSizeGb": "number"
              }
            }
          },
          "operationProfiling": {
            "mode": "string",
            "slowOpThreshold": "integer"
          },
          "net": {
            "maxIncomingConnections": "integer"
          }
        },
        "resources": {
          "resourcePresetId": "string",
          "diskSize": "string",
          "diskTypeId": "string"
        }
      },
      "mongos": {
        "config": {
          "net": {
            "maxIncomingConnections": "integer"
          }
        },
        "resources": {
          "resourcePresetId": "string",
          "diskSize": "string",
          "diskTypeId": "string"
        }
      },
      "mongoinfra": {
        "configMongos": {
          "net": {
            "maxIncomingConnections": "integer"
          }
        },
        "configMongocfg": {
          "storage": {
            "wiredTiger": {
              "engineConfig": {
                "cacheSizeGb": "number"
              }
            }
          },
          "operationProfiling": {
            "mode": "string",
            "slowOpThreshold": "integer"
          },
          "net": {
            "maxIncomingConnections": "integer"
          }
        },
        "resources": {
          "resourcePresetId": "string",
          "diskSize": "string",
          "diskTypeId": "string"
        }
      }
    },
    "mongodbSpec_4_4Enterprise": {
      "mongod": {
        "config": {
          "storage": {
            "wiredTiger": {
              "engineConfig": {
                "cacheSizeGb": "number"
              },
              "collectionConfig": {
                "blockCompressor": "string"
              }
            },
            "journal": {
              "commitInterval": "integer"
            }
          },
          "operationProfiling": {
            "mode": "string",
            "slowOpThreshold": "integer"
          },
          "net": {
            "maxIncomingConnections": "integer"
          },
          "security": {
            "enableEncryption": true,
            "kmip": {
              "serverName": "string",
              "port": "integer",
              "serverCa": "string",
              "clientCertificate": "string",
              "keyIdentifier": "string"
            }
          },
          "auditLog": {
            "filter": "string"
          },
          "setParameter": {
            "auditAuthorizationSuccess": true
          }
        },
        "resources": {
          "resourcePresetId": "string",
          "diskSize": "string",
          "diskTypeId": "string"
        }
      },
      "mongocfg": {
        "config": {
          "storage": {
            "wiredTiger": {
              "engineConfig": {
                "cacheSizeGb": "number"
              }
            }
          },
          "operationProfiling": {
            "mode": "string",
            "slowOpThreshold": "integer"
          },
          "net": {
            "maxIncomingConnections": "integer"
          }
        },
        "resources": {
          "resourcePresetId": "string",
          "diskSize": "string",
          "diskTypeId": "string"
        }
      },
      "mongos": {
        "config": {
          "net": {
            "maxIncomingConnections": "integer"
          }
        },
        "resources": {
          "resourcePresetId": "string",
          "diskSize": "string",
          "diskTypeId": "string"
        }
      },
      "mongoinfra": {
        "configMongos": {
          "net": {
            "maxIncomingConnections": "integer"
          }
        },
        "configMongocfg": {
          "storage": {
            "wiredTiger": {
              "engineConfig": {
                "cacheSizeGb": "number"
              }
            }
          },
          "operationProfiling": {
            "mode": "string",
            "slowOpThreshold": "integer"
          },
          "net": {
            "maxIncomingConnections": "integer"
          }
        },
        "resources": {
          "resourcePresetId": "string",
          "diskSize": "string",
          "diskTypeId": "string"
        }
      }
    },
    "mongodbSpec_5_0Enterprise": {
      "mongod": {
        "config": {
          "storage": {
            "wiredTiger": {
              "engineConfig": {
                "cacheSizeGb": "number"
              },
              "collectionConfig": {
                "blockCompressor": "string"
              }
            },
            "journal": {
              "commitInterval": "integer"
            }
          },
          "operationProfiling": {
            "mode": "string",
            "slowOpThreshold": "integer"
          },
          "net": {
            "maxIncomingConnections": "integer"
          },
          "security": {
            "enableEncryption": true,
            "kmip": {
              "serverName": "string",
              "port": "integer",
              "serverCa": "string",
              "clientCertificate": "string",
              "keyIdentifier": "string"
            }
          },
          "auditLog": {
            "filter": "string",
            "runtimeConfiguration": true
          },
          "setParameter": {
            "auditAuthorizationSuccess": true
          }
        },
        "resources": {
          "resourcePresetId": "string",
          "diskSize": "string",
          "diskTypeId": "string"
        }
      },
      "mongocfg": {
        "config": {
          "storage": {
            "wiredTiger": {
              "engineConfig": {
                "cacheSizeGb": "number"
              }
            }
          },
          "operationProfiling": {
            "mode": "string",
            "slowOpThreshold": "integer"
          },
          "net": {
            "maxIncomingConnections": "integer"
          }
        },
        "resources": {
          "resourcePresetId": "string",
          "diskSize": "string",
          "diskTypeId": "string"
        }
      },
      "mongos": {
        "config": {
          "net": {
            "maxIncomingConnections": "integer"
          }
        },
        "resources": {
          "resourcePresetId": "string",
          "diskSize": "string",
          "diskTypeId": "string"
        }
      },
      "mongoinfra": {
        "configMongos": {
          "net": {
            "maxIncomingConnections": "integer"
          }
        },
        "configMongocfg": {
          "storage": {
            "wiredTiger": {
              "engineConfig": {
                "cacheSizeGb": "number"
              }
            }
          },
          "operationProfiling": {
            "mode": "string",
            "slowOpThreshold": "integer"
          },
          "net": {
            "maxIncomingConnections": "integer"
          }
        },
        "resources": {
          "resourcePresetId": "string",
          "diskSize": "string",
          "diskTypeId": "string"
        }
      }
    },
    "mongodbSpec_6_0Enterprise": {
      "mongod": {
        "config": {
          "storage": {
            "wiredTiger": {
              "engineConfig": {
                "cacheSizeGb": "number"
              },
              "collectionConfig": {
                "blockCompressor": "string"
              }
            },
            "journal": {
              "commitInterval": "integer"
            }
          },
          "operationProfiling": {
            "mode": "string",
            "slowOpThreshold": "integer"
          },
          "net": {
            "maxIncomingConnections": "integer"
          },
          "security": {
            "enableEncryption": true,
            "kmip": {
              "serverName": "string",
              "port": "integer",
              "serverCa": "string",
              "clientCertificate": "string",
              "keyIdentifier": "string"
            }
          },
          "auditLog": {
            "filter": "string",
            "runtimeConfiguration": true
          },
          "setParameter": {
            "auditAuthorizationSuccess": true
          }
        },
        "resources": {
          "resourcePresetId": "string",
          "diskSize": "string",
          "diskTypeId": "string"
        }
      },
      "mongocfg": {
        "config": {
          "storage": {
            "wiredTiger": {
              "engineConfig": {
                "cacheSizeGb": "number"
              }
            }
          },
          "operationProfiling": {
            "mode": "string",
            "slowOpThreshold": "integer"
          },
          "net": {
            "maxIncomingConnections": "integer"
          }
        },
        "resources": {
          "resourcePresetId": "string",
          "diskSize": "string",
          "diskTypeId": "string"
        }
      },
      "mongos": {
        "config": {
          "net": {
            "maxIncomingConnections": "integer"
          }
        },
        "resources": {
          "resourcePresetId": "string",
          "diskSize": "string",
          "diskTypeId": "string"
        }
      },
      "mongoinfra": {
        "configMongos": {
          "net": {
            "maxIncomingConnections": "integer"
          }
        },
        "configMongocfg": {
          "storage": {
            "wiredTiger": {
              "engineConfig": {
                "cacheSizeGb": "number"
              }
            }
          },
          "operationProfiling": {
            "mode": "string",
            "slowOpThreshold": "integer"
          },
          "net": {
            "maxIncomingConnections": "integer"
          }
        },
        "resources": {
          "resourcePresetId": "string",
          "diskSize": "string",
          "diskTypeId": "string"
        }
      }
    },
    // end of the list of possible fields`configSpec`

  },
  "hostSpecs": [
    {
      "zoneId": "string",
      "subnetId": "string",
      "assignPublicIp": true,
      "type": "string",
      "shardName": "string"
    }
  ],
  "networkId": "string",
  "folderId": "string",
  "recoveryTargetSpec": {
    "timestamp": "string"
  },
  "securityGroupIds": [
    "string"
  ],
  "deletionProtection": true
}
Field Description
backupId string

Required. ID of the backup to create a cluster from. To get the backup ID, use a listBackups request.

name string

Required. Name of the new MongoDB cluster. The name must be unique within the folder. The name can't be changed after the MongoDB cluster is created.

The maximum string length in characters is 63. Value must match the regular expression [a-zA-Z0-9_-]*.

description string

Description of the new MongoDB cluster.

The maximum string length in characters is 256.

labels object

Custom labels for the MongoDB cluster as key:value pairs. Maximum 64 per resource. For example, "project": "mvp" or "source": "dictionary".

No more than 64 per resource. The maximum string length in characters for each key is 63. Each key must match the regular expression [a-z][-_0-9a-z]*. The maximum string length in characters for each value is 63. Each value must match the regular expression [-_0-9a-z]*.

environment string

Required. Deployment environment of the new MongoDB cluster.

Deployment environment.

  • PRODUCTION: Stable environment with a conservative update policy: only hotfixes are applied during regular maintenance.
  • PRESTABLE: Environment with more aggressive update policy: new versions are rolled out irrespective of backward compatibility.
configSpec object

Required. Configuration for the MongoDB cluster to be created.

configSpec.
version
string

Version of MongoDB used in the cluster. Possible values: 3.6, 4.0, 4.2, 4.4, 4.4-enterprise, 5.0, 5.0-enterprise, 6.0, 6.0-enterprise.

configSpec.
featureCompatibilityVersion
string

MongoDB feature compatibility version. See usage details in MongoDB documentation.

Possible values:

  • 3.6 - persist data compatibility for version 3.6. After setting this option the data will not be compatible with 3.4 or older.
  • 4.0 - persist data compatibility for version 4.0. After setting this option the data will not be compatible with 3.6 or older.
  • 4.2 - persist data compatibility for version 4.2. After setting this option the data will not be compatible with 4.0 or older.
  • 4.4 - persist data compatibility for version 4.4. After setting this option the data will not be compatible with 4.2 or older.
  • 5.0 - persist data compatibility for version 5.0. After setting this option the data will not be compatible with 4.4 or older.
  • 6.0 - persist data compatibility for version 6.0. After setting this option the data will not be compatible with 5.0 or older.
configSpec.
backupWindowStart
object
Time to start the daily backup, in the UTC timezone.
configSpec.
backupWindowStart.
hours
integer (int32)

Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.

configSpec.
backupWindowStart.
minutes
integer (int32)

Minutes of hour of day. Must be from 0 to 59.

configSpec.
backupWindowStart.
seconds
integer (int32)

Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.

configSpec.
backupWindowStart.
nanos
integer (int32)

Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.

configSpec.
backupRetainPeriodDays
integer (int64)

Retain period of automatically created backup in days

Acceptable values are 7 to 35, inclusive.

configSpec.
performanceDiagnostics
object
Performance Diagnosics configuration
configSpec.
performanceDiagnostics.
profilingEnabled
boolean (boolean)
configSpec.
access
object
Access policy to DB
configSpec.
access.
dataLens
boolean (boolean)

Allow access for DataLens.

configSpec.
access.
dataTransfer
boolean (boolean)

Allow access for DataTransfer.

configSpec.
mongodbSpec_3_6
object
Configuration and resource allocation for a MongoDB 3.6 cluster.
configSpec includes only one of the fields mongodbSpec_3_6, mongodbSpec_4_0, mongodbSpec_4_2, mongodbSpec_4_4, mongodbSpec_5_0, mongodbSpec_6_0, mongodbSpec_4_4Enterprise, mongodbSpec_5_0Enterprise, mongodbSpec_6_0Enterprise
configSpec.
mongodbSpec_3_6.
mongod
object

Configuration and resource allocation for mongod 3.6 hosts.

configSpec.
mongodbSpec_3_6.
mongod.
config
object

Configuration for mongod 3.6 hosts.

Configuration of a mongod daemon. Supported options are a limited subset of all options described in MongoDB documentation.

configSpec.
mongodbSpec_3_6.
mongod.
config.
storage
object

storage section of mongod configuration.

configSpec.
mongodbSpec_3_6.
mongod.
config.
storage.
wiredTiger
object

Configuration of the WiredTiger storage engine.

Configuration of WiredTiger storage engine.

configSpec.
mongodbSpec_3_6.
mongod.
config.
storage.
wiredTiger.
engineConfig
object

Engine configuration for WiredTiger.

configSpec.
mongodbSpec_3_6.
mongod.
config.
storage.
wiredTiger.
engineConfig.
cacheSizeGb
number (double)

The maximum size of the internal cache that WiredTiger will use for all data.

configSpec.
mongodbSpec_3_6.
mongod.
config.
storage.
wiredTiger.
collectionConfig
object

Collection configuration for WiredTiger.

configSpec.
mongodbSpec_3_6.
mongod.
config.
storage.
wiredTiger.
collectionConfig.
blockCompressor
string

Default type of compression to use for collection data.

  • NONE: No compression.
  • SNAPPY: The Snappy compression.
  • ZLIB: The zlib compression.
configSpec.
mongodbSpec_3_6.
mongod.
config.
storage.
journal
object

Configuration of the MongoDB journal.

configSpec.
mongodbSpec_3_6.
mongod.
config.
storage.
journal.
enabled
boolean (boolean)

Whether the journal is enabled or disabled. Possible values:

  • true (default) - the journal is enabled.
  • false - the journal is disabled.
configSpec.
mongodbSpec_3_6.
mongod.
config.
storage.
journal.
commitInterval
integer (int64)

Commit interval between journal operations, in milliseconds. Default: 100.

Acceptable values are 1 to 500, inclusive.

configSpec.
mongodbSpec_3_6.
mongod.
config.
operationProfiling
object

operationProfiling section of mongod configuration.

configSpec.
mongodbSpec_3_6.
mongod.
config.
operationProfiling.
mode
string

Mode which specifies operations that should be profiled.

  • OFF: The profiler is off and does not collect any data.
  • SLOW_OP: The profiler collects data for operations that take longer than the value of slowOpThreshold.
  • ALL: The profiler collects data for all operations.
configSpec.
mongodbSpec_3_6.
mongod.
config.
operationProfiling.
slowOpThreshold
integer (int64)

The slow operation time threshold, in milliseconds. Operations that run for longer than this threshold are considered slow, and are processed by the profiler running in the SLOW_OP mode.

Value must be greater than 0.

configSpec.
mongodbSpec_3_6.
mongod.
config.
net
object

net section of mongod configuration.

configSpec.
mongodbSpec_3_6.
mongod.
config.
net.
maxIncomingConnections
integer (int64)

The maximum number of simultaneous connections that mongod will accept.

Acceptable values are 10 to 16384, inclusive.

configSpec.
mongodbSpec_3_6.
mongod.
resources
object

Resources allocated to each mongod host.

configSpec.
mongodbSpec_3_6.
mongod.
resources.
resourcePresetId
string

ID of the preset for computational resources available to a host (CPU, memory etc.). All available presets are listed in the documentation.

configSpec.
mongodbSpec_3_6.
mongod.
resources.
diskSize
string (int64)

Volume of the storage available to a host, in bytes.

configSpec.
mongodbSpec_3_6.
mongod.
resources.
diskTypeId
string

Type of the storage environment for the host. Possible values:

  • network-hdd - network HDD drive,
  • network-ssd - network SSD drive,
  • local-ssd - local SSD storage.
configSpec.
mongodbSpec_3_6.
mongocfg
object

Configuration and resource allocation for mongocfg 3.6 hosts.

configSpec.
mongodbSpec_3_6.
mongocfg.
config
object

Configuration for mongocfg 3.6 hosts.

configSpec.
mongodbSpec_3_6.
mongocfg.
config.
storage
object

storage section of mongocfg configuration.

configSpec.
mongodbSpec_3_6.
mongocfg.
config.
storage.
wiredTiger
object

Configuration of the WiredTiger storage engine.

Configuration of WiredTiger storage engine.

configSpec.
mongodbSpec_3_6.
mongocfg.
config.
storage.
wiredTiger.
engineConfig
object

Engine configuration for WiredTiger.

configSpec.
mongodbSpec_3_6.
mongocfg.
config.
storage.
wiredTiger.
engineConfig.
cacheSizeGb
number (double)

The maximum size of the internal cache that WiredTiger will use for all data.

configSpec.
mongodbSpec_3_6.
mongocfg.
config.
operationProfiling
object

operationProfiling section of mongocfg configuration.

configSpec.
mongodbSpec_3_6.
mongocfg.
config.
operationProfiling.
mode
string

Operation profiling level. For details, see MongoDB documentation.

  • OFF: The profiler is off and does not collect any data. This is the default profiler level.
  • SLOW_OP: The profiler collects data for operations that take longer than the value of slowOpThreshold.
  • ALL: The profiler collects data for all operations.
configSpec.
mongodbSpec_3_6.
mongocfg.
config.
operationProfiling.
slowOpThreshold
integer (int64)

The slow operation time threshold, in milliseconds. Operations that run for longer than this threshold are considered slow, and are processed by the profiler running in the SLOW_OP mode. For details see MongoDB documentation.

Value must be greater than 0.

configSpec.
mongodbSpec_3_6.
mongocfg.
config.
net
object

net section of mongocfg configuration.

configSpec.
mongodbSpec_3_6.
mongocfg.
config.
net.
maxIncomingConnections
integer (int64)

The maximum number of incoming connections.

Acceptable values are 10 to 16384, inclusive.

configSpec.
mongodbSpec_3_6.
mongocfg.
resources
object

Resources allocated to each mongocfg host.

configSpec.
mongodbSpec_3_6.
mongocfg.
resources.
resourcePresetId
string

ID of the preset for computational resources available to a host (CPU, memory etc.). All available presets are listed in the documentation.

configSpec.
mongodbSpec_3_6.
mongocfg.
resources.
diskSize
string (int64)

Volume of the storage available to a host, in bytes.

configSpec.
mongodbSpec_3_6.
mongocfg.
resources.
diskTypeId
string

Type of the storage environment for the host. Possible values:

  • network-hdd - network HDD drive,
  • network-ssd - network SSD drive,
  • local-ssd - local SSD storage.
configSpec.
mongodbSpec_3_6.
mongos
object

Configuration and resource allocation for mongos 3.6 hosts.

configSpec.
mongodbSpec_3_6.
mongos.
config
object

Configuration for mongos 3.6 hosts.

configSpec.
mongodbSpec_3_6.
mongos.
config.
net
object

Network settings for mongos.

configSpec.
mongodbSpec_3_6.
mongos.
config.
net.
maxIncomingConnections
integer (int64)

The maximum number of incoming connections.

Acceptable values are 10 to 16384, inclusive.

configSpec.
mongodbSpec_3_6.
mongos.
resources
object

Resources allocated to each mongos host.

configSpec.
mongodbSpec_3_6.
mongos.
resources.
resourcePresetId
string

ID of the preset for computational resources available to a host (CPU, memory etc.). All available presets are listed in the documentation.

configSpec.
mongodbSpec_3_6.
mongos.
resources.
diskSize
string (int64)

Volume of the storage available to a host, in bytes.

configSpec.
mongodbSpec_3_6.
mongos.
resources.
diskTypeId
string

Type of the storage environment for the host. Possible values:

  • network-hdd - network HDD drive,
  • network-ssd - network SSD drive,
  • local-ssd - local SSD storage.
configSpec.
mongodbSpec_3_6.
mongoinfra
object

Configuration and resource allocation for mongoinfra (mongos+mongocfg) 3.6 hosts.

configSpec.
mongodbSpec_3_6.
mongoinfra.
configMongos
object

Configuration for mongoinfra 3.6 hosts.

configSpec.
mongodbSpec_3_6.
mongoinfra.
configMongos.
net
object

Network settings for mongos.

configSpec.
mongodbSpec_3_6.
mongoinfra.
configMongos.
net.
maxIncomingConnections
integer (int64)

The maximum number of incoming connections.

Acceptable values are 10 to 16384, inclusive.

configSpec.
mongodbSpec_3_6.
mongoinfra.
configMongocfg
object
configSpec.
mongodbSpec_3_6.
mongoinfra.
configMongocfg.
storage
object

storage section of mongocfg configuration.

configSpec.
mongodbSpec_3_6.
mongoinfra.
configMongocfg.
storage.
wiredTiger
object

Configuration of the WiredTiger storage engine.

Configuration of WiredTiger storage engine.

configSpec.
mongodbSpec_3_6.
mongoinfra.
configMongocfg.
storage.
wiredTiger.
engineConfig
object

Engine configuration for WiredTiger.

configSpec.
mongodbSpec_3_6.
mongoinfra.
configMongocfg.
storage.
wiredTiger.
engineConfig.
cacheSizeGb
number (double)

The maximum size of the internal cache that WiredTiger will use for all data.

configSpec.
mongodbSpec_3_6.
mongoinfra.
configMongocfg.
operationProfiling
object

operationProfiling section of mongocfg configuration.

configSpec.
mongodbSpec_3_6.
mongoinfra.
configMongocfg.
operationProfiling.
mode
string

Operation profiling level. For details, see MongoDB documentation.

  • OFF: The profiler is off and does not collect any data. This is the default profiler level.
  • SLOW_OP: The profiler collects data for operations that take longer than the value of slowOpThreshold.
  • ALL: The profiler collects data for all operations.
configSpec.
mongodbSpec_3_6.
mongoinfra.
configMongocfg.
operationProfiling.
slowOpThreshold
integer (int64)

The slow operation time threshold, in milliseconds. Operations that run for longer than this threshold are considered slow, and are processed by the profiler running in the SLOW_OP mode. For details see MongoDB documentation.

Value must be greater than 0.

configSpec.
mongodbSpec_3_6.
mongoinfra.
configMongocfg.
net
object

net section of mongocfg configuration.

configSpec.
mongodbSpec_3_6.
mongoinfra.
configMongocfg.
net.
maxIncomingConnections
integer (int64)

The maximum number of incoming connections.

Acceptable values are 10 to 16384, inclusive.

configSpec.
mongodbSpec_3_6.
mongoinfra.
resources
object

Resources allocated to each mongoinfra (mongos+mongocfg) host.

configSpec.
mongodbSpec_3_6.
mongoinfra.
resources.
resourcePresetId
string

ID of the preset for computational resources available to a host (CPU, memory etc.). All available presets are listed in the documentation.

configSpec.
mongodbSpec_3_6.
mongoinfra.
resources.
diskSize
string (int64)

Volume of the storage available to a host, in bytes.

configSpec.
mongodbSpec_3_6.
mongoinfra.
resources.
diskTypeId
string

Type of the storage environment for the host. Possible values:

  • network-hdd - network HDD drive,
  • network-ssd - network SSD drive,
  • local-ssd - local SSD storage.
configSpec.
mongodbSpec_4_0
object
Configuration and resource allocation for a MongoDB 4.0 cluster.
configSpec includes only one of the fields mongodbSpec_3_6, mongodbSpec_4_0, mongodbSpec_4_2, mongodbSpec_4_4, mongodbSpec_5_0, mongodbSpec_6_0, mongodbSpec_4_4Enterprise, mongodbSpec_5_0Enterprise, mongodbSpec_6_0Enterprise
configSpec.
mongodbSpec_4_0.
mongod
object

Configuration and resource allocation for mongod 4.0 hosts.

configSpec.
mongodbSpec_4_0.
mongod.
config
object

Configuration for mongod 4.0 hosts.

Configuration of a mongod daemon. Supported options are a limited subset of all options described in MongoDB documentation.

configSpec.
mongodbSpec_4_0.
mongod.
config.
storage
object

storage section of mongod configuration.

configSpec.
mongodbSpec_4_0.
mongod.
config.
storage.
wiredTiger
object

Configuration of the WiredTiger storage engine.

Configuration of WiredTiger storage engine.

configSpec.
mongodbSpec_4_0.
mongod.
config.
storage.
wiredTiger.
engineConfig
object

Engine configuration for WiredTiger.

configSpec.
mongodbSpec_4_0.
mongod.
config.
storage.
wiredTiger.
engineConfig.
cacheSizeGb
number (double)

The maximum size of the internal cache that WiredTiger will use for all data.

configSpec.
mongodbSpec_4_0.
mongod.
config.
storage.
wiredTiger.
collectionConfig
object

Collection configuration for WiredTiger.

configSpec.
mongodbSpec_4_0.
mongod.
config.
storage.
wiredTiger.
collectionConfig.
blockCompressor
string

Default type of compression to use for collection data.

  • NONE: No compression.
  • SNAPPY: The Snappy compression.
  • ZLIB: The zlib compression.
configSpec.
mongodbSpec_4_0.
mongod.
config.
storage.
journal
object

Configuration of the MongoDB journal.

configSpec.
mongodbSpec_4_0.
mongod.
config.
storage.
journal.
commitInterval
integer (int64)

Commit interval between journal operations, in milliseconds. Default: 100.

Acceptable values are 1 to 500, inclusive.

configSpec.
mongodbSpec_4_0.
mongod.
config.
operationProfiling
object

operationProfiling section of mongod configuration.

configSpec.
mongodbSpec_4_0.
mongod.
config.
operationProfiling.
mode
string

Mode which specifies operations that should be profiled.

  • OFF: The profiler is off and does not collect any data.
  • SLOW_OP: The profiler collects data for operations that take longer than the value of slowOpThreshold.
  • ALL: The profiler collects data for all operations.
configSpec.
mongodbSpec_4_0.
mongod.
config.
operationProfiling.
slowOpThreshold
integer (int64)

The slow operation time threshold, in milliseconds. Operations that run for longer than this threshold are considered slow, and are processed by the profiler running in the SLOW_OP mode.

Value must be greater than 0.

configSpec.
mongodbSpec_4_0.
mongod.
config.
net
object

net section of mongod configuration.

configSpec.
mongodbSpec_4_0.
mongod.
config.
net.
maxIncomingConnections
integer (int64)

The maximum number of simultaneous connections that mongod will accept.

Acceptable values are 10 to 16384, inclusive.

configSpec.
mongodbSpec_4_0.
mongod.
resources
object

Resources allocated to each mongod host.

configSpec.
mongodbSpec_4_0.
mongod.
resources.
resourcePresetId
string

ID of the preset for computational resources available to a host (CPU, memory etc.). All available presets are listed in the documentation.

configSpec.
mongodbSpec_4_0.
mongod.
resources.
diskSize
string (int64)

Volume of the storage available to a host, in bytes.

configSpec.
mongodbSpec_4_0.
mongod.
resources.
diskTypeId
string

Type of the storage environment for the host. Possible values:

  • network-hdd - network HDD drive,
  • network-ssd - network SSD drive,
  • local-ssd - local SSD storage.
configSpec.
mongodbSpec_4_0.
mongocfg
object

Configuration and resource allocation for mongocfg 4.0 hosts.

configSpec.
mongodbSpec_4_0.
mongocfg.
config
object

Configuration for mongocfg 4.0 hosts.

configSpec.
mongodbSpec_4_0.
mongocfg.
config.
storage
object

storage section of mongocfg configuration.

configSpec.
mongodbSpec_4_0.
mongocfg.
config.
storage.
wiredTiger
object

Configuration of the WiredTiger storage engine.

Configuration of WiredTiger storage engine.

configSpec.
mongodbSpec_4_0.
mongocfg.
config.
storage.
wiredTiger.
engineConfig
object

Engine configuration for WiredTiger.

configSpec.
mongodbSpec_4_0.
mongocfg.
config.
storage.
wiredTiger.
engineConfig.
cacheSizeGb
number (double)

The maximum size of the internal cache that WiredTiger will use for all data.

configSpec.
mongodbSpec_4_0.
mongocfg.
config.
operationProfiling
object

operationProfiling section of mongocfg configuration.

configSpec.
mongodbSpec_4_0.
mongocfg.
config.
operationProfiling.
mode
string

Mode which specifies operations that should be profiled.

  • OFF: The profiler is off and does not collect any data.
  • SLOW_OP: The profiler collects data for operations that take longer than the value of slowOpThreshold.
  • ALL: The profiler collects data for all operations.
configSpec.
mongodbSpec_4_0.
mongocfg.
config.
operationProfiling.
slowOpThreshold
integer (int64)

The slow operation time threshold, in milliseconds. Operations that run for longer than this threshold are considered slow, and are processed by the profiler running in the SLOW_OP mode. For details see MongoDB documentation.

Value must be greater than 0.

configSpec.
mongodbSpec_4_0.
mongocfg.
config.
net
object

net section of mongocfg configuration.

configSpec.
mongodbSpec_4_0.
mongocfg.
config.
net.
maxIncomingConnections
integer (int64)

The maximum number of simultaneous connections that mongocfg will accept.

Acceptable values are 10 to 16384, inclusive.

configSpec.
mongodbSpec_4_0.
mongocfg.
resources
object

Resources allocated to each mongocfg host.

configSpec.
mongodbSpec_4_0.
mongocfg.
resources.
resourcePresetId
string

ID of the preset for computational resources available to a host (CPU, memory etc.). All available presets are listed in the documentation.

configSpec.
mongodbSpec_4_0.
mongocfg.
resources.
diskSize
string (int64)

Volume of the storage available to a host, in bytes.

configSpec.
mongodbSpec_4_0.
mongocfg.
resources.
diskTypeId
string

Type of the storage environment for the host. Possible values:

  • network-hdd - network HDD drive,
  • network-ssd - network SSD drive,
  • local-ssd - local SSD storage.
configSpec.
mongodbSpec_4_0.
mongos
object

Configuration and resource allocation for mongos 4.0 hosts.

configSpec.
mongodbSpec_4_0.
mongos.
config
object

Configuration for mongos 4.0 hosts.

configSpec.
mongodbSpec_4_0.
mongos.
config.
net
object

Network settings for mongos.

configSpec.
mongodbSpec_4_0.
mongos.
config.
net.
maxIncomingConnections
integer (int64)

The maximum number of simultaneous connections that mongos will accept.

Acceptable values are 10 to 16384, inclusive.

configSpec.
mongodbSpec_4_0.
mongos.
resources
object

Resources allocated to each mongos host.

configSpec.
mongodbSpec_4_0.
mongos.
resources.
resourcePresetId
string

ID of the preset for computational resources available to a host (CPU, memory etc.). All available presets are listed in the documentation.

configSpec.
mongodbSpec_4_0.
mongos.
resources.
diskSize
string (int64)

Volume of the storage available to a host, in bytes.

configSpec.
mongodbSpec_4_0.
mongos.
resources.
diskTypeId
string

Type of the storage environment for the host. Possible values:

  • network-hdd - network HDD drive,
  • network-ssd - network SSD drive,
  • local-ssd - local SSD storage.
configSpec.
mongodbSpec_4_0.
mongoinfra
object

Configuration and resource allocation for mongoinfra (mongos+mongocfg) 4.0 hosts.

configSpec.
mongodbSpec_4_0.
mongoinfra.
configMongos
object

Configuration for mongoinfra 4.0 hosts.

configSpec.
mongodbSpec_4_0.
mongoinfra.
configMongos.
net
object

Network settings for mongos.

configSpec.
mongodbSpec_4_0.
mongoinfra.
configMongos.
net.
maxIncomingConnections
integer (int64)

The maximum number of simultaneous connections that mongos will accept.

Acceptable values are 10 to 16384, inclusive.

configSpec.
mongodbSpec_4_0.
mongoinfra.
configMongocfg
object
configSpec.
mongodbSpec_4_0.
mongoinfra.
configMongocfg.
storage
object

storage section of mongocfg configuration.

configSpec.
mongodbSpec_4_0.
mongoinfra.
configMongocfg.
storage.
wiredTiger
object

Configuration of the WiredTiger storage engine.

Configuration of WiredTiger storage engine.

configSpec.
mongodbSpec_4_0.
mongoinfra.
configMongocfg.
storage.
wiredTiger.
engineConfig
object

Engine configuration for WiredTiger.

configSpec.
mongodbSpec_4_0.
mongoinfra.
configMongocfg.
storage.
wiredTiger.
engineConfig.
cacheSizeGb
number (double)

The maximum size of the internal cache that WiredTiger will use for all data.

configSpec.
mongodbSpec_4_0.
mongoinfra.
configMongocfg.
operationProfiling
object

operationProfiling section of mongocfg configuration.

configSpec.
mongodbSpec_4_0.
mongoinfra.
configMongocfg.
operationProfiling.
mode
string

Mode which specifies operations that should be profiled.

  • OFF: The profiler is off and does not collect any data.
  • SLOW_OP: The profiler collects data for operations that take longer than the value of slowOpThreshold.
  • ALL: The profiler collects data for all operations.
configSpec.
mongodbSpec_4_0.
mongoinfra.
configMongocfg.
operationProfiling.
slowOpThreshold
integer (int64)

The slow operation time threshold, in milliseconds. Operations that run for longer than this threshold are considered slow, and are processed by the profiler running in the SLOW_OP mode. For details see MongoDB documentation.

Value must be greater than 0.

configSpec.
mongodbSpec_4_0.
mongoinfra.
configMongocfg.
net
object

net section of mongocfg configuration.

configSpec.
mongodbSpec_4_0.
mongoinfra.
configMongocfg.
net.
maxIncomingConnections
integer (int64)

The maximum number of simultaneous connections that mongocfg will accept.

Acceptable values are 10 to 16384, inclusive.

configSpec.
mongodbSpec_4_0.
mongoinfra.
resources
object

Resources allocated to each mongoinfra (mongos+mongocfg) host.

configSpec.
mongodbSpec_4_0.
mongoinfra.
resources.
resourcePresetId
string

ID of the preset for computational resources available to a host (CPU, memory etc.). All available presets are listed in the documentation.

configSpec.
mongodbSpec_4_0.
mongoinfra.
resources.
diskSize
string (int64)

Volume of the storage available to a host, in bytes.

configSpec.
mongodbSpec_4_0.
mongoinfra.
resources.
diskTypeId
string

Type of the storage environment for the host. Possible values:

  • network-hdd - network HDD drive,
  • network-ssd - network SSD drive,
  • local-ssd - local SSD storage.
configSpec.
mongodbSpec_4_2
object
Configuration and resource allocation for a MongoDB 4.2 cluster.
configSpec includes only one of the fields mongodbSpec_3_6, mongodbSpec_4_0, mongodbSpec_4_2, mongodbSpec_4_4, mongodbSpec_5_0, mongodbSpec_6_0, mongodbSpec_4_4Enterprise, mongodbSpec_5_0Enterprise, mongodbSpec_6_0Enterprise
configSpec.
mongodbSpec_4_2.
mongod
object

Configuration and resource allocation for mongod 4.2 hosts.

configSpec.
mongodbSpec_4_2.
mongod.
config
object

Configuration for mongod 4.2 hosts.

Configuration of a mongod daemon. Supported options are a limited subset of all options described in MongoDB documentation.

configSpec.
mongodbSpec_4_2.
mongod.
config.
storage
object

storage section of mongod configuration.

configSpec.
mongodbSpec_4_2.
mongod.
config.
storage.
wiredTiger
object

Configuration of the WiredTiger storage engine.

Configuration of WiredTiger storage engine.

configSpec.
mongodbSpec_4_2.
mongod.
config.
storage.
wiredTiger.
engineConfig
object

Engine configuration for WiredTiger.

configSpec.
mongodbSpec_4_2.
mongod.
config.
storage.
wiredTiger.
engineConfig.
cacheSizeGb
number (double)

The maximum size of the internal cache that WiredTiger will use for all data.

configSpec.
mongodbSpec_4_2.
mongod.
config.
storage.
wiredTiger.
collectionConfig
object

Collection configuration for WiredTiger.

configSpec.
mongodbSpec_4_2.
mongod.
config.
storage.
wiredTiger.
collectionConfig.
blockCompressor
string

Default type of compression to use for collection data.

  • NONE: No compression.
  • SNAPPY: The Snappy compression.
  • ZLIB: The zlib compression.
  • ZSTD: The zstd compression.
configSpec.
mongodbSpec_4_2.
mongod.
config.
storage.
journal
object

Configuration of the MongoDB journal.

configSpec.
mongodbSpec_4_2.
mongod.
config.
storage.
journal.
commitInterval
integer (int64)

Commit interval between journal operations, in milliseconds. Default: 100.

Acceptable values are 1 to 500, inclusive.

configSpec.
mongodbSpec_4_2.
mongod.
config.
operationProfiling
object

operationProfiling section of mongod configuration.

configSpec.
mongodbSpec_4_2.
mongod.
config.
operationProfiling.
mode
string

Mode which specifies operations that should be profiled.

  • OFF: The profiler is off and does not collect any data.
  • SLOW_OP: The profiler collects data for operations that take longer than the value of slowOpThreshold.
  • ALL: The profiler collects data for all operations.
configSpec.
mongodbSpec_4_2.
mongod.
config.
operationProfiling.
slowOpThreshold
integer (int64)

The slow operation time threshold, in milliseconds. Operations that run for longer than this threshold are considered slow, and are processed by the profiler running in the SLOW_OP mode.

Value must be greater than 0.

configSpec.
mongodbSpec_4_2.
mongod.
config.
net
object

net section of mongod configuration.

configSpec.
mongodbSpec_4_2.
mongod.
config.
net.
maxIncomingConnections
integer (int64)

The maximum number of simultaneous connections that mongod will accept.

Acceptable values are 10 to 16384, inclusive.

configSpec.
mongodbSpec_4_2.
mongod.
resources
object

Resources allocated to each mongod host.

configSpec.
mongodbSpec_4_2.
mongod.
resources.
resourcePresetId
string

ID of the preset for computational resources available to a host (CPU, memory etc.). All available presets are listed in the documentation.

configSpec.
mongodbSpec_4_2.
mongod.
resources.
diskSize
string (int64)

Volume of the storage available to a host, in bytes.

configSpec.
mongodbSpec_4_2.
mongod.
resources.
diskTypeId
string

Type of the storage environment for the host. Possible values:

  • network-hdd - network HDD drive,
  • network-ssd - network SSD drive,
  • local-ssd - local SSD storage.
configSpec.
mongodbSpec_4_2.
mongocfg
object

Configuration and resource allocation for mongocfg 4.2 hosts.

configSpec.
mongodbSpec_4_2.
mongocfg.
config
object

Configuration for mongocfg 4.2 hosts.

configSpec.
mongodbSpec_4_2.
mongocfg.
config.
storage
object

storage section of mongocfg configuration.

configSpec.
mongodbSpec_4_2.
mongocfg.
config.
storage.
wiredTiger
object

Configuration of the WiredTiger storage engine.

Configuration of WiredTiger storage engine.

configSpec.
mongodbSpec_4_2.
mongocfg.
config.
storage.
wiredTiger.
engineConfig
object

Engine configuration for WiredTiger.

configSpec.
mongodbSpec_4_2.
mongocfg.
config.
storage.
wiredTiger.
engineConfig.
cacheSizeGb
number (double)

The maximum size of the internal cache that WiredTiger will use for all data.

configSpec.
mongodbSpec_4_2.
mongocfg.
config.
operationProfiling
object

operationProfiling section of mongocfg configuration.

configSpec.
mongodbSpec_4_2.
mongocfg.
config.
operationProfiling.
mode
string

Mode which specifies operations that should be profiled.

  • OFF: The profiler is off and does not collect any data.
  • SLOW_OP: The profiler collects data for operations that take longer than the value of slowOpThreshold.
  • ALL: The profiler collects data for all operations.
configSpec.
mongodbSpec_4_2.
mongocfg.
config.
operationProfiling.
slowOpThreshold
integer (int64)

The slow operation time threshold, in milliseconds. Operations that run for longer than this threshold are considered slow, and are processed by the profiler running in the SLOW_OP mode. For details see MongoDB documentation.

Value must be greater than 0.

configSpec.
mongodbSpec_4_2.
mongocfg.
config.
net
object

net section of mongocfg configuration.

configSpec.
mongodbSpec_4_2.
mongocfg.
config.
net.
maxIncomingConnections
integer (int64)

The maximum number of simultaneous connections that mongocfg will accept.

Acceptable values are 10 to 16384, inclusive.

configSpec.
mongodbSpec_4_2.
mongocfg.
resources
object

Resources allocated to each mongocfg host.

configSpec.
mongodbSpec_4_2.
mongocfg.
resources.
resourcePresetId
string

ID of the preset for computational resources available to a host (CPU, memory etc.). All available presets are listed in the documentation.

configSpec.
mongodbSpec_4_2.
mongocfg.
resources.
diskSize
string (int64)

Volume of the storage available to a host, in bytes.

configSpec.
mongodbSpec_4_2.
mongocfg.
resources.
diskTypeId
string

Type of the storage environment for the host. Possible values:

  • network-hdd - network HDD drive,
  • network-ssd - network SSD drive,
  • local-ssd - local SSD storage.
configSpec.
mongodbSpec_4_2.
mongos
object

Configuration and resource allocation for mongos 4.2 hosts.

configSpec.
mongodbSpec_4_2.
mongos.
config
object

Configuration for mongos 4.2 hosts.

configSpec.
mongodbSpec_4_2.
mongos.
config.
net
object

Network settings for mongos.

configSpec.
mongodbSpec_4_2.
mongos.
config.
net.
maxIncomingConnections
integer (int64)

The maximum number of simultaneous connections that mongos will accept.

Acceptable values are 10 to 16384, inclusive.

configSpec.
mongodbSpec_4_2.
mongos.
resources
object

Resources allocated to each mongos host.

configSpec.
mongodbSpec_4_2.
mongos.
resources.
resourcePresetId
string

ID of the preset for computational resources available to a host (CPU, memory etc.). All available presets are listed in the documentation.

configSpec.
mongodbSpec_4_2.
mongos.
resources.
diskSize
string (int64)

Volume of the storage available to a host, in bytes.

configSpec.
mongodbSpec_4_2.
mongos.
resources.
diskTypeId
string

Type of the storage environment for the host. Possible values:

  • network-hdd - network HDD drive,
  • network-ssd - network SSD drive,
  • local-ssd - local SSD storage.
configSpec.
mongodbSpec_4_2.
mongoinfra
object

Configuration and resource allocation for mongoinfra (mongos+mongocfg) 4.2 hosts.

configSpec.
mongodbSpec_4_2.
mongoinfra.
configMongos
object

Configuration for mongoinfra 4.2 hosts.

configSpec.
mongodbSpec_4_2.
mongoinfra.
configMongos.
net
object

Network settings for mongos.

configSpec.
mongodbSpec_4_2.
mongoinfra.
configMongos.
net.
maxIncomingConnections
integer (int64)

The maximum number of simultaneous connections that mongos will accept.

Acceptable values are 10 to 16384, inclusive.

configSpec.
mongodbSpec_4_2.
mongoinfra.
configMongocfg
object
configSpec.
mongodbSpec_4_2.
mongoinfra.
configMongocfg.
storage
object

storage section of mongocfg configuration.

configSpec.
mongodbSpec_4_2.
mongoinfra.
configMongocfg.
storage.
wiredTiger
object

Configuration of the WiredTiger storage engine.

Configuration of WiredTiger storage engine.

configSpec.
mongodbSpec_4_2.
mongoinfra.
configMongocfg.
storage.
wiredTiger.
engineConfig
object

Engine configuration for WiredTiger.

configSpec.
mongodbSpec_4_2.
mongoinfra.
configMongocfg.
storage.
wiredTiger.
engineConfig.
cacheSizeGb
number (double)

The maximum size of the internal cache that WiredTiger will use for all data.

configSpec.
mongodbSpec_4_2.
mongoinfra.
configMongocfg.
operationProfiling
object

operationProfiling section of mongocfg configuration.

configSpec.
mongodbSpec_4_2.
mongoinfra.
configMongocfg.
operationProfiling.
mode
string

Mode which specifies operations that should be profiled.

  • OFF: The profiler is off and does not collect any data.
  • SLOW_OP: The profiler collects data for operations that take longer than the value of slowOpThreshold.
  • ALL: The profiler collects data for all operations.
configSpec.
mongodbSpec_4_2.
mongoinfra.
configMongocfg.
operationProfiling.
slowOpThreshold
integer (int64)

The slow operation time threshold, in milliseconds. Operations that run for longer than this threshold are considered slow, and are processed by the profiler running in the SLOW_OP mode. For details see MongoDB documentation.

Value must be greater than 0.

configSpec.
mongodbSpec_4_2.
mongoinfra.
configMongocfg.
net
object

net section of mongocfg configuration.

configSpec.
mongodbSpec_4_2.
mongoinfra.
configMongocfg.
net.
maxIncomingConnections
integer (int64)

The maximum number of simultaneous connections that mongocfg will accept.

Acceptable values are 10 to 16384, inclusive.

configSpec.
mongodbSpec_4_2.
mongoinfra.
resources
object

Resources allocated to each mongoinfra (mongos+mongocfg) host.

configSpec.
mongodbSpec_4_2.
mongoinfra.
resources.
resourcePresetId
string

ID of the preset for computational resources available to a host (CPU, memory etc.). All available presets are listed in the documentation.

configSpec.
mongodbSpec_4_2.
mongoinfra.
resources.
diskSize
string (int64)

Volume of the storage available to a host, in bytes.

configSpec.
mongodbSpec_4_2.
mongoinfra.
resources.
diskTypeId
string

Type of the storage environment for the host. Possible values:

  • network-hdd - network HDD drive,
  • network-ssd - network SSD drive,
  • local-ssd - local SSD storage.
configSpec.
mongodbSpec_4_4
object
Configuration and resource allocation for a MongoDB 4.4 cluster.
configSpec includes only one of the fields mongodbSpec_3_6, mongodbSpec_4_0, mongodbSpec_4_2, mongodbSpec_4_4, mongodbSpec_5_0, mongodbSpec_6_0, mongodbSpec_4_4Enterprise, mongodbSpec_5_0Enterprise, mongodbSpec_6_0Enterprise
configSpec.
mongodbSpec_4_4.
mongod
object

Configuration and resource allocation for mongod 4.4 hosts.

configSpec.
mongodbSpec_4_4.
mongod.
config
object

Configuration for mongod 4.4 hosts.

Configuration of a mongod daemon. Supported options are a limited subset of all options described in MongoDB documentation.

configSpec.
mongodbSpec_4_4.
mongod.
config.
storage
object

storage section of mongod configuration.

configSpec.
mongodbSpec_4_4.
mongod.
config.
storage.
wiredTiger
object

Configuration of the WiredTiger storage engine.

Configuration of WiredTiger storage engine.

configSpec.
mongodbSpec_4_4.
mongod.
config.
storage.
wiredTiger.
engineConfig
object

Engine configuration for WiredTiger.

configSpec.
mongodbSpec_4_4.
mongod.
config.
storage.
wiredTiger.
engineConfig.
cacheSizeGb
number (double)

The maximum size of the internal cache that WiredTiger will use for all data.

configSpec.
mongodbSpec_4_4.
mongod.
config.
storage.
wiredTiger.
collectionConfig
object

Collection configuration for WiredTiger.

configSpec.
mongodbSpec_4_4.
mongod.
config.
storage.
wiredTiger.
collectionConfig.
blockCompressor
string

Default type of compression to use for collection data.

  • NONE: No compression.
  • SNAPPY: The Snappy compression.
  • ZLIB: The zlib compression.
  • ZSTD: The zstd compression.
configSpec.
mongodbSpec_4_4.
mongod.
config.
storage.
journal
object

Configuration of the MongoDB journal.

configSpec.
mongodbSpec_4_4.
mongod.
config.
storage.
journal.
commitInterval
integer (int64)

Commit interval between journal operations, in milliseconds. Default: 100.

Acceptable values are 1 to 500, inclusive.

configSpec.
mongodbSpec_4_4.
mongod.
config.
operationProfiling
object

operationProfiling section of mongod configuration.

configSpec.
mongodbSpec_4_4.
mongod.
config.
operationProfiling.
mode
string

Mode which specifies operations that should be profiled.

  • OFF: The profiler is off and does not collect any data.
  • SLOW_OP: The profiler collects data for operations that take longer than the value of slowOpThreshold.
  • ALL: The profiler collects data for all operations.
configSpec.
mongodbSpec_4_4.
mongod.
config.
operationProfiling.
slowOpThreshold
integer (int64)

The slow operation time threshold, in milliseconds. Operations that run for longer than this threshold are considered slow, and are processed by the profiler running in the SLOW_OP mode.

Value must be greater than 0.

configSpec.
mongodbSpec_4_4.
mongod.
config.
net
object

net section of mongod configuration.

configSpec.
mongodbSpec_4_4.
mongod.
config.
net.
maxIncomingConnections
integer (int64)

The maximum number of simultaneous connections that mongod will accept.

Acceptable values are 10 to 16384, inclusive.

configSpec.
mongodbSpec_4_4.
mongod.
resources
object

Resources allocated to each mongod host.

configSpec.
mongodbSpec_4_4.
mongod.
resources.
resourcePresetId
string

ID of the preset for computational resources available to a host (CPU, memory etc.). All available presets are listed in the documentation.

configSpec.
mongodbSpec_4_4.
mongod.
resources.
diskSize
string (int64)

Volume of the storage available to a host, in bytes.

configSpec.
mongodbSpec_4_4.
mongod.
resources.
diskTypeId
string

Type of the storage environment for the host. Possible values:

  • network-hdd - network HDD drive,
  • network-ssd - network SSD drive,
  • local-ssd - local SSD storage.
configSpec.
mongodbSpec_4_4.
mongocfg
object

Configuration and resource allocation for mongocfg 4.4 hosts.

configSpec.
mongodbSpec_4_4.
mongocfg.
config
object

Configuration for mongocfg 4.4 hosts.

configSpec.
mongodbSpec_4_4.
mongocfg.
config.
storage
object

storage section of mongocfg configuration.

configSpec.
mongodbSpec_4_4.
mongocfg.
config.
storage.
wiredTiger
object

Configuration of the WiredTiger storage engine.

Configuration of WiredTiger storage engine.

configSpec.
mongodbSpec_4_4.
mongocfg.
config.
storage.
wiredTiger.
engineConfig
object

Engine configuration for WiredTiger.

configSpec.
mongodbSpec_4_4.
mongocfg.
config.
storage.
wiredTiger.
engineConfig.
cacheSizeGb
number (double)

The maximum size of the internal cache that WiredTiger will use for all data.

configSpec.
mongodbSpec_4_4.
mongocfg.
config.
operationProfiling
object

operationProfiling section of mongocfg configuration.

configSpec.
mongodbSpec_4_4.
mongocfg.
config.
operationProfiling.
mode
string

Mode which specifies operations that should be profiled.

  • OFF: The profiler is off and does not collect any data.
  • SLOW_OP: The profiler collects data for operations that take longer than the value of slowOpThreshold.
  • ALL: The profiler collects data for all operations.
configSpec.
mongodbSpec_4_4.
mongocfg.
config.
operationProfiling.
slowOpThreshold
integer (int64)

The slow operation time threshold, in milliseconds. Operations that run for longer than this threshold are considered slow, and are processed by the profiler running in the SLOW_OP mode. For details see MongoDB documentation.

Value must be greater than 0.

configSpec.
mongodbSpec_4_4.
mongocfg.
config.
net
object

net section of mongocfg configuration.

configSpec.
mongodbSpec_4_4.
mongocfg.
config.
net.
maxIncomingConnections
integer (int64)

The maximum number of simultaneous connections that mongocfg will accept.

Acceptable values are 10 to 16384, inclusive.

configSpec.
mongodbSpec_4_4.
mongocfg.
resources
object

Resources allocated to each mongocfg host.

configSpec.
mongodbSpec_4_4.
mongocfg.
resources.
resourcePresetId
string

ID of the preset for computational resources available to a host (CPU, memory etc.). All available presets are listed in the documentation.

configSpec.
mongodbSpec_4_4.
mongocfg.
resources.
diskSize
string (int64)

Volume of the storage available to a host, in bytes.

configSpec.
mongodbSpec_4_4.
mongocfg.
resources.
diskTypeId
string

Type of the storage environment for the host. Possible values:

  • network-hdd - network HDD drive,
  • network-ssd - network SSD drive,
  • local-ssd - local SSD storage.
configSpec.
mongodbSpec_4_4.
mongos
object

Configuration and resource allocation for mongos 4.4 hosts.

configSpec.
mongodbSpec_4_4.
mongos.
config
object

Configuration for mongos 4.4 hosts.

configSpec.
mongodbSpec_4_4.
mongos.
config.
net
object

Network settings for mongos.

configSpec.
mongodbSpec_4_4.
mongos.
config.
net.
maxIncomingConnections
integer (int64)

The maximum number of simultaneous connections that mongos will accept.

Acceptable values are 10 to 16384, inclusive.

configSpec.
mongodbSpec_4_4.
mongos.
resources
object

Resources allocated to each mongos host.

configSpec.
mongodbSpec_4_4.
mongos.
resources.
resourcePresetId
string

ID of the preset for computational resources available to a host (CPU, memory etc.). All available presets are listed in the documentation.

configSpec.
mongodbSpec_4_4.
mongos.
resources.
diskSize
string (int64)

Volume of the storage available to a host, in bytes.

configSpec.
mongodbSpec_4_4.
mongos.
resources.
diskTypeId
string

Type of the storage environment for the host. Possible values:

  • network-hdd - network HDD drive,
  • network-ssd - network SSD drive,
  • local-ssd - local SSD storage.
configSpec.
mongodbSpec_4_4.
mongoinfra
object

Configuration and resource allocation for mongoinfra (mongos+mongocfg) 4.4 hosts.

configSpec.
mongodbSpec_4_4.
mongoinfra.
configMongos
object

Configuration for mongoinfra 4.4 hosts.

configSpec.
mongodbSpec_4_4.
mongoinfra.
configMongos.
net
object

Network settings for mongos.

configSpec.
mongodbSpec_4_4.
mongoinfra.
configMongos.
net.
maxIncomingConnections
integer (int64)

The maximum number of simultaneous connections that mongos will accept.

Acceptable values are 10 to 16384, inclusive.

configSpec.
mongodbSpec_4_4.
mongoinfra.
configMongocfg
object
configSpec.
mongodbSpec_4_4.
mongoinfra.
configMongocfg.
storage
object

storage section of mongocfg configuration.

configSpec.
mongodbSpec_4_4.
mongoinfra.
configMongocfg.
storage.
wiredTiger
object

Configuration of the WiredTiger storage engine.

Configuration of WiredTiger storage engine.

configSpec.
mongodbSpec_4_4.
mongoinfra.
configMongocfg.
storage.
wiredTiger.
engineConfig
object

Engine configuration for WiredTiger.

configSpec.
mongodbSpec_4_4.
mongoinfra.
configMongocfg.
storage.
wiredTiger.
engineConfig.
cacheSizeGb
number (double)

The maximum size of the internal cache that WiredTiger will use for all data.

configSpec.
mongodbSpec_4_4.
mongoinfra.
configMongocfg.
operationProfiling
object

operationProfiling section of mongocfg configuration.

configSpec.
mongodbSpec_4_4.
mongoinfra.
configMongocfg.
operationProfiling.
mode
string

Mode which specifies operations that should be profiled.

  • OFF: The profiler is off and does not collect any data.
  • SLOW_OP: The profiler collects data for operations that take longer than the value of slowOpThreshold.
  • ALL: The profiler collects data for all operations.
configSpec.
mongodbSpec_4_4.
mongoinfra.
configMongocfg.
operationProfiling.
slowOpThreshold
integer (int64)

The slow operation time threshold, in milliseconds. Operations that run for longer than this threshold are considered slow, and are processed by the profiler running in the SLOW_OP mode. For details see MongoDB documentation.

Value must be greater than 0.

configSpec.
mongodbSpec_4_4.
mongoinfra.
configMongocfg.
net
object

net section of mongocfg configuration.

configSpec.
mongodbSpec_4_4.
mongoinfra.
configMongocfg.
net.
maxIncomingConnections
integer (int64)

The maximum number of simultaneous connections that mongocfg will accept.

Acceptable values are 10 to 16384, inclusive.

configSpec.
mongodbSpec_4_4.
mongoinfra.
resources
object

Resources allocated to each mongoinfra (mongos+mongocfg) host.

configSpec.
mongodbSpec_4_4.
mongoinfra.
resources.
resourcePresetId
string

ID of the preset for computational resources available to a host (CPU, memory etc.). All available presets are listed in the documentation.

configSpec.
mongodbSpec_4_4.
mongoinfra.
resources.
diskSize
string (int64)

Volume of the storage available to a host, in bytes.

configSpec.
mongodbSpec_4_4.
mongoinfra.
resources.
diskTypeId
string

Type of the storage environment for the host. Possible values:

  • network-hdd - network HDD drive,
  • network-ssd - network SSD drive,
  • local-ssd - local SSD storage.
configSpec.
mongodbSpec_5_0
object
Configuration and resource allocation for a MongoDB 5.0 cluster.
configSpec includes only one of the fields mongodbSpec_3_6, mongodbSpec_4_0, mongodbSpec_4_2, mongodbSpec_4_4, mongodbSpec_5_0, mongodbSpec_6_0, mongodbSpec_4_4Enterprise, mongodbSpec_5_0Enterprise, mongodbSpec_6_0Enterprise
configSpec.
mongodbSpec_5_0.
mongod
object

Configuration and resource allocation for mongod 5.0 hosts.

configSpec.
mongodbSpec_5_0.
mongod.
config
object

Configuration for mongod 5.0 hosts.

Configuration of a mongod daemon. Supported options are a limited subset of all options described in MongoDB documentation.

configSpec.
mongodbSpec_5_0.
mongod.
config.
storage
object

storage section of mongod configuration.

configSpec.
mongodbSpec_5_0.
mongod.
config.
storage.
wiredTiger
object

Configuration of the WiredTiger storage engine.

Configuration of WiredTiger storage engine.

configSpec.
mongodbSpec_5_0.
mongod.
config.
storage.
wiredTiger.
engineConfig
object

Engine configuration for WiredTiger.

configSpec.
mongodbSpec_5_0.
mongod.
config.
storage.
wiredTiger.
engineConfig.
cacheSizeGb
number (double)

The maximum size of the internal cache that WiredTiger will use for all data.

configSpec.
mongodbSpec_5_0.
mongod.
config.
storage.
wiredTiger.
collectionConfig
object

Collection configuration for WiredTiger.

configSpec.
mongodbSpec_5_0.
mongod.
config.
storage.
wiredTiger.
collectionConfig.
blockCompressor
string

Default type of compression to use for collection data.

  • NONE: No compression.
  • SNAPPY: The Snappy compression.
  • ZLIB: The zlib compression.
  • ZSTD: The zstd compression.
configSpec.
mongodbSpec_5_0.
mongod.
config.
storage.
journal
object

Configuration of the MongoDB journal.

configSpec.
mongodbSpec_5_0.
mongod.
config.
storage.
journal.
commitInterval
integer (int64)

Commit interval between journal operations, in milliseconds. Default: 100.

Acceptable values are 1 to 500, inclusive.

configSpec.
mongodbSpec_5_0.
mongod.
config.
operationProfiling
object

operationProfiling section of mongod configuration.

configSpec.
mongodbSpec_5_0.
mongod.
config.
operationProfiling.
mode
string

Mode which specifies operations that should be profiled.

  • OFF: The profiler is off and does not collect any data.
  • SLOW_OP: The profiler collects data for operations that take longer than the value of slowOpThreshold.
  • ALL: The profiler collects data for all operations.
configSpec.
mongodbSpec_5_0.
mongod.
config.
operationProfiling.
slowOpThreshold
integer (int64)

The slow operation time threshold, in milliseconds. Operations that run for longer than this threshold are considered slow, and are processed by the profiler running in the SLOW_OP mode.

Value must be greater than 0.

configSpec.
mongodbSpec_5_0.
mongod.
config.
net
object

net section of mongod configuration.

configSpec.
mongodbSpec_5_0.
mongod.
config.
net.
maxIncomingConnections
integer (int64)

The maximum number of simultaneous connections that mongod will accept.

Acceptable values are 10 to 16384, inclusive.

configSpec.
mongodbSpec_5_0.
mongod.
resources
object

Resources allocated to each mongod host.

configSpec.
mongodbSpec_5_0.
mongod.
resources.
resourcePresetId
string

ID of the preset for computational resources available to a host (CPU, memory etc.). All available presets are listed in the documentation.

configSpec.
mongodbSpec_5_0.
mongod.
resources.
diskSize
string (int64)

Volume of the storage available to a host, in bytes.

configSpec.
mongodbSpec_5_0.
mongod.
resources.
diskTypeId
string

Type of the storage environment for the host. Possible values:

  • network-hdd - network HDD drive,
  • network-ssd - network SSD drive,
  • local-ssd - local SSD storage.
configSpec.
mongodbSpec_5_0.
mongocfg
object

Configuration and resource allocation for mongocfg 5.0 hosts.

configSpec.
mongodbSpec_5_0.
mongocfg.
config
object

Configuration for mongocfg 5.0 hosts.

configSpec.
mongodbSpec_5_0.
mongocfg.
config.
storage
object

storage section of mongocfg configuration.

configSpec.
mongodbSpec_5_0.
mongocfg.
config.
storage.
wiredTiger
object

Configuration of the WiredTiger storage engine.

Configuration of WiredTiger storage engine.

configSpec.
mongodbSpec_5_0.
mongocfg.
config.
storage.
wiredTiger.
engineConfig
object

Engine configuration for WiredTiger.

configSpec.
mongodbSpec_5_0.
mongocfg.
config.
storage.
wiredTiger.
engineConfig.
cacheSizeGb
number (double)

The maximum size of the internal cache that WiredTiger will use for all data.

configSpec.
mongodbSpec_5_0.
mongocfg.
config.
operationProfiling
object

operationProfiling section of mongocfg configuration.

configSpec.
mongodbSpec_5_0.
mongocfg.
config.
operationProfiling.
mode
string

Mode which specifies operations that should be profiled.

  • OFF: The profiler is off and does not collect any data.
  • SLOW_OP: The profiler collects data for operations that take longer than the value of slowOpThreshold.
  • ALL: The profiler collects data for all operations.
configSpec.
mongodbSpec_5_0.
mongocfg.
config.
operationProfiling.
slowOpThreshold
integer (int64)

The slow operation time threshold, in milliseconds. Operations that run for longer than this threshold are considered slow, and are processed by the profiler running in the SLOW_OP mode. For details see MongoDB documentation.

Value must be greater than 0.

configSpec.
mongodbSpec_5_0.
mongocfg.
config.
net
object

net section of mongocfg configuration.

configSpec.
mongodbSpec_5_0.
mongocfg.
config.
net.
maxIncomingConnections
integer (int64)

The maximum number of simultaneous connections that mongocfg will accept.

Acceptable values are 10 to 16384, inclusive.

configSpec.
mongodbSpec_5_0.
mongocfg.
resources
object

Resources allocated to each mongocfg host.

configSpec.
mongodbSpec_5_0.
mongocfg.
resources.
resourcePresetId
string

ID of the preset for computational resources available to a host (CPU, memory etc.). All available presets are listed in the documentation.

configSpec.
mongodbSpec_5_0.
mongocfg.
resources.
diskSize
string (int64)

Volume of the storage available to a host, in bytes.

configSpec.
mongodbSpec_5_0.
mongocfg.
resources.
diskTypeId
string

Type of the storage environment for the host. Possible values:

  • network-hdd - network HDD drive,
  • network-ssd - network SSD drive,
  • local-ssd - local SSD storage.
configSpec.
mongodbSpec_5_0.
mongos
object

Configuration and resource allocation for mongos 5.0 hosts.

configSpec.
mongodbSpec_5_0.
mongos.
config
object

Configuration for mongos 5.0 hosts.

configSpec.
mongodbSpec_5_0.
mongos.
config.
net
object

Network settings for mongos.

configSpec.
mongodbSpec_5_0.
mongos.
config.
net.
maxIncomingConnections
integer (int64)

The maximum number of simultaneous connections that mongos will accept.

Acceptable values are 10 to 16384, inclusive.

configSpec.
mongodbSpec_5_0.
mongos.
resources
object

Resources allocated to each mongos host.

configSpec.
mongodbSpec_5_0.
mongos.
resources.
resourcePresetId
string

ID of the preset for computational resources available to a host (CPU, memory etc.). All available presets are listed in the documentation.

configSpec.
mongodbSpec_5_0.
mongos.
resources.
diskSize
string (int64)

Volume of the storage available to a host, in bytes.

configSpec.
mongodbSpec_5_0.
mongos.
resources.
diskTypeId
string

Type of the storage environment for the host. Possible values:

  • network-hdd - network HDD drive,
  • network-ssd - network SSD drive,
  • local-ssd - local SSD storage.
configSpec.
mongodbSpec_5_0.
mongoinfra
object

Configuration and resource allocation for mongoinfra (mongos+mongocfg) 5.0 hosts.

configSpec.
mongodbSpec_5_0.
mongoinfra.
configMongos
object

Configuration for mongoinfra 5.0 hosts.

configSpec.
mongodbSpec_5_0.
mongoinfra.
configMongos.
net
object

Network settings for mongos.

configSpec.
mongodbSpec_5_0.
mongoinfra.
configMongos.
net.
maxIncomingConnections
integer (int64)

The maximum number of simultaneous connections that mongos will accept.

Acceptable values are 10 to 16384, inclusive.

configSpec.
mongodbSpec_5_0.
mongoinfra.
configMongocfg
object
configSpec.
mongodbSpec_5_0.
mongoinfra.
configMongocfg.
storage
object

storage section of mongocfg configuration.

configSpec.
mongodbSpec_5_0.
mongoinfra.
configMongocfg.
storage.
wiredTiger
object

Configuration of the WiredTiger storage engine.

Configuration of WiredTiger storage engine.

configSpec.
mongodbSpec_5_0.
mongoinfra.
configMongocfg.
storage.
wiredTiger.
engineConfig
object

Engine configuration for WiredTiger.

configSpec.
mongodbSpec_5_0.
mongoinfra.
configMongocfg.
storage.
wiredTiger.
engineConfig.
cacheSizeGb
number (double)

The maximum size of the internal cache that WiredTiger will use for all data.

configSpec.
mongodbSpec_5_0.
mongoinfra.
configMongocfg.
operationProfiling
object

operationProfiling section of mongocfg configuration.

configSpec.
mongodbSpec_5_0.
mongoinfra.
configMongocfg.
operationProfiling.
mode
string

Mode which specifies operations that should be profiled.

  • OFF: The profiler is off and does not collect any data.
  • SLOW_OP: The profiler collects data for operations that take longer than the value of slowOpThreshold.
  • ALL: The profiler collects data for all operations.
configSpec.
mongodbSpec_5_0.
mongoinfra.
configMongocfg.
operationProfiling.
slowOpThreshold
integer (int64)

The slow operation time threshold, in milliseconds. Operations that run for longer than this threshold are considered slow, and are processed by the profiler running in the SLOW_OP mode. For details see MongoDB documentation.

Value must be greater than 0.

configSpec.
mongodbSpec_5_0.
mongoinfra.
configMongocfg.
net
object

net section of mongocfg configuration.

configSpec.
mongodbSpec_5_0.
mongoinfra.
configMongocfg.
net.
maxIncomingConnections
integer (int64)

The maximum number of simultaneous connections that mongocfg will accept.

Acceptable values are 10 to 16384, inclusive.

configSpec.
mongodbSpec_5_0.
mongoinfra.
resources
object

Resources allocated to each mongoinfra (mongos+mongocfg) host.

configSpec.
mongodbSpec_5_0.
mongoinfra.
resources.
resourcePresetId
string

ID of the preset for computational resources available to a host (CPU, memory etc.). All available presets are listed in the documentation.

configSpec.
mongodbSpec_5_0.
mongoinfra.
resources.
diskSize
string (int64)

Volume of the storage available to a host, in bytes.

configSpec.
mongodbSpec_5_0.
mongoinfra.
resources.
diskTypeId
string

Type of the storage environment for the host. Possible values:

  • network-hdd - network HDD drive,
  • network-ssd - network SSD drive,
  • local-ssd - local SSD storage.
configSpec.
mongodbSpec_6_0
object
Configuration and resource allocation for a MongoDB 6.0 cluster.
configSpec includes only one of the fields mongodbSpec_3_6, mongodbSpec_4_0, mongodbSpec_4_2, mongodbSpec_4_4, mongodbSpec_5_0, mongodbSpec_6_0, mongodbSpec_4_4Enterprise, mongodbSpec_5_0Enterprise, mongodbSpec_6_0Enterprise
configSpec.
mongodbSpec_6_0.
mongod
object

Configuration and resource allocation for mongod 6.0 hosts.

configSpec.
mongodbSpec_6_0.
mongod.
config
object

Configuration for mongod 6.0 hosts.

Configuration of a mongod daemon. Supported options are a limited subset of all options described in MongoDB documentation.

configSpec.
mongodbSpec_6_0.
mongod.
config.
storage
object

storage section of mongod configuration.

configSpec.
mongodbSpec_6_0.
mongod.
config.
storage.
wiredTiger
object

Configuration of the WiredTiger storage engine.

Configuration of WiredTiger storage engine.

configSpec.
mongodbSpec_6_0.
mongod.
config.
storage.
wiredTiger.
engineConfig
object

Engine configuration for WiredTiger.

configSpec.
mongodbSpec_6_0.
mongod.
config.
storage.
wiredTiger.
engineConfig.
cacheSizeGb
number (double)

The maximum size of the internal cache that WiredTiger will use for all data.

configSpec.
mongodbSpec_6_0.
mongod.
config.
storage.
wiredTiger.
collectionConfig
object

Collection configuration for WiredTiger.

configSpec.
mongodbSpec_6_0.
mongod.
config.
storage.
wiredTiger.
collectionConfig.
blockCompressor
string

Default type of compression to use for collection data.

  • NONE: No compression.
  • SNAPPY: The Snappy compression.
  • ZLIB: The zlib compression.
  • ZSTD: The zstd compression.
configSpec.
mongodbSpec_6_0.
mongod.
config.
storage.
journal
object

Configuration of the MongoDB journal.

configSpec.
mongodbSpec_6_0.
mongod.
config.
storage.
journal.
commitInterval
integer (int64)

Commit interval between journal operations, in milliseconds. Default: 100.

Acceptable values are 1 to 500, inclusive.

configSpec.
mongodbSpec_6_0.
mongod.
config.
operationProfiling
object

operationProfiling section of mongod configuration.

configSpec.
mongodbSpec_6_0.
mongod.
config.
operationProfiling.
mode
string

Mode which specifies operations that should be profiled.

  • OFF: The profiler is off and does not collect any data.
  • SLOW_OP: The profiler collects data for operations that take longer than the value of slowOpThreshold.
  • ALL: The profiler collects data for all operations.
configSpec.
mongodbSpec_6_0.
mongod.
config.
operationProfiling.
slowOpThreshold
integer (int64)

The slow operation time threshold, in milliseconds. Operations that run for longer than this threshold are considered slow, and are processed by the profiler running in the SLOW_OP mode.

Value must be greater than 0.

configSpec.
mongodbSpec_6_0.
mongod.
config.
net
object

net section of mongod configuration.

configSpec.
mongodbSpec_6_0.
mongod.
config.
net.
maxIncomingConnections
integer (int64)

The maximum number of simultaneous connections that mongod will accept.

Acceptable values are 10 to 16384, inclusive.

configSpec.
mongodbSpec_6_0.
mongod.
resources
object

Resources allocated to each mongod host.

configSpec.
mongodbSpec_6_0.
mongod.
resources.
resourcePresetId
string

ID of the preset for computational resources available to a host (CPU, memory etc.). All available presets are listed in the documentation.

configSpec.
mongodbSpec_6_0.
mongod.
resources.
diskSize
string (int64)

Volume of the storage available to a host, in bytes.

configSpec.
mongodbSpec_6_0.
mongod.
resources.
diskTypeId
string

Type of the storage environment for the host. Possible values:

  • network-hdd - network HDD drive,
  • network-ssd - network SSD drive,
  • local-ssd - local SSD storage.
configSpec.
mongodbSpec_6_0.
mongocfg
object

Configuration and resource allocation for mongocfg 6.0 hosts.

configSpec.
mongodbSpec_6_0.
mongocfg.
config
object

Configuration for mongocfg 6.0 hosts.

configSpec.
mongodbSpec_6_0.
mongocfg.
config.
storage
object

storage section of mongocfg configuration.

configSpec.
mongodbSpec_6_0.
mongocfg.
config.
storage.
wiredTiger
object

Configuration of the WiredTiger storage engine.

Configuration of WiredTiger storage engine.

configSpec.
mongodbSpec_6_0.
mongocfg.
config.
storage.
wiredTiger.
engineConfig
object

Engine configuration for WiredTiger.

configSpec.
mongodbSpec_6_0.
mongocfg.
config.
storage.
wiredTiger.
engineConfig.
cacheSizeGb
number (double)

The maximum size of the internal cache that WiredTiger will use for all data.

configSpec.
mongodbSpec_6_0.
mongocfg.
config.
operationProfiling
object

operationProfiling section of mongocfg configuration.

configSpec.
mongodbSpec_6_0.
mongocfg.
config.
operationProfiling.
mode
string

Mode which specifies operations that should be profiled.

  • OFF: The profiler is off and does not collect any data.
  • SLOW_OP: The profiler collects data for operations that take longer than the value of slowOpThreshold.
  • ALL: The profiler collects data for all operations.
configSpec.
mongodbSpec_6_0.
mongocfg.
config.
operationProfiling.
slowOpThreshold
integer (int64)

The slow operation time threshold, in milliseconds. Operations that run for longer than this threshold are considered slow, and are processed by the profiler running in the SLOW_OP mode. For details see MongoDB documentation.

Value must be greater than 0.

configSpec.
mongodbSpec_6_0.
mongocfg.
config.
net
object

net section of mongocfg configuration.

configSpec.
mongodbSpec_6_0.
mongocfg.
config.
net.
maxIncomingConnections
integer (int64)

The maximum number of simultaneous connections that mongocfg will accept.

Acceptable values are 10 to 16384, inclusive.

configSpec.
mongodbSpec_6_0.
mongocfg.
resources
object

Resources allocated to each mongocfg host.

configSpec.
mongodbSpec_6_0.
mongocfg.
resources.
resourcePresetId
string

ID of the preset for computational resources available to a host (CPU, memory etc.). All available presets are listed in the documentation.

configSpec.
mongodbSpec_6_0.
mongocfg.
resources.
diskSize
string (int64)

Volume of the storage available to a host, in bytes.

configSpec.
mongodbSpec_6_0.
mongocfg.
resources.
diskTypeId
string

Type of the storage environment for the host. Possible values:

  • network-hdd - network HDD drive,
  • network-ssd - network SSD drive,
  • local-ssd - local SSD storage.
configSpec.
mongodbSpec_6_0.
mongos
object

Configuration and resource allocation for mongos 6.0 hosts.

configSpec.
mongodbSpec_6_0.
mongos.
config
object

Configuration for mongos 6.0 hosts.

configSpec.
mongodbSpec_6_0.
mongos.
config.
net
object

Network settings for mongos.

configSpec.
mongodbSpec_6_0.
mongos.
config.
net.
maxIncomingConnections
integer (int64)

The maximum number of simultaneous connections that mongos will accept.

Acceptable values are 10 to 16384, inclusive.

configSpec.
mongodbSpec_6_0.
mongos.
resources
object

Resources allocated to each mongos host.

configSpec.
mongodbSpec_6_0.
mongos.
resources.
resourcePresetId
string

ID of the preset for computational resources available to a host (CPU, memory etc.). All available presets are listed in the documentation.

configSpec.
mongodbSpec_6_0.
mongos.
resources.
diskSize
string (int64)

Volume of the storage available to a host, in bytes.

configSpec.
mongodbSpec_6_0.
mongos.
resources.
diskTypeId
string

Type of the storage environment for the host. Possible values:

  • network-hdd - network HDD drive,
  • network-ssd - network SSD drive,
  • local-ssd - local SSD storage.
configSpec.
mongodbSpec_6_0.
mongoinfra
object

Configuration and resource allocation for mongoinfra (mongos+mongocfg) 6.0 hosts.

configSpec.
mongodbSpec_6_0.
mongoinfra.
configMongos
object

Configuration for mongoinfra 6.0 hosts.

configSpec.
mongodbSpec_6_0.
mongoinfra.
configMongos.
net
object

Network settings for mongos.

configSpec.
mongodbSpec_6_0.
mongoinfra.
configMongos.
net.
maxIncomingConnections
integer (int64)

The maximum number of simultaneous connections that mongos will accept.

Acceptable values are 10 to 16384, inclusive.

configSpec.
mongodbSpec_6_0.
mongoinfra.
configMongocfg
object
configSpec.
mongodbSpec_6_0.
mongoinfra.
configMongocfg.
storage
object

storage section of mongocfg configuration.

configSpec.
mongodbSpec_6_0.
mongoinfra.
configMongocfg.
storage.
wiredTiger
object

Configuration of the WiredTiger storage engine.

Configuration of WiredTiger storage engine.

configSpec.
mongodbSpec_6_0.
mongoinfra.
configMongocfg.
storage.
wiredTiger.
engineConfig
object

Engine configuration for WiredTiger.

configSpec.
mongodbSpec_6_0.
mongoinfra.
configMongocfg.
storage.
wiredTiger.
engineConfig.
cacheSizeGb
number (double)

The maximum size of the internal cache that WiredTiger will use for all data.

configSpec.
mongodbSpec_6_0.
mongoinfra.
configMongocfg.
operationProfiling
object

operationProfiling section of mongocfg configuration.

configSpec.
mongodbSpec_6_0.
mongoinfra.
configMongocfg.
operationProfiling.
mode
string

Mode which specifies operations that should be profiled.

  • OFF: The profiler is off and does not collect any data.
  • SLOW_OP: The profiler collects data for operations that take longer than the value of slowOpThreshold.
  • ALL: The profiler collects data for all operations.
configSpec.
mongodbSpec_6_0.
mongoinfra.
configMongocfg.
operationProfiling.
slowOpThreshold
integer (int64)

The slow operation time threshold, in milliseconds. Operations that run for longer than this threshold are considered slow, and are processed by the profiler running in the SLOW_OP mode. For details see MongoDB documentation.

Value must be greater than 0.

configSpec.
mongodbSpec_6_0.
mongoinfra.
configMongocfg.
net
object

net section of mongocfg configuration.

configSpec.
mongodbSpec_6_0.
mongoinfra.
configMongocfg.
net.
maxIncomingConnections
integer (int64)

The maximum number of simultaneous connections that mongocfg will accept.

Acceptable values are 10 to 16384, inclusive.

configSpec.
mongodbSpec_6_0.
mongoinfra.
resources
object

Resources allocated to each mongoinfra (mongos+mongocfg) host.

configSpec.
mongodbSpec_6_0.
mongoinfra.
resources.
resourcePresetId
string

ID of the preset for computational resources available to a host (CPU, memory etc.). All available presets are listed in the documentation.

configSpec.
mongodbSpec_6_0.
mongoinfra.
resources.
diskSize
string (int64)

Volume of the storage available to a host, in bytes.

configSpec.
mongodbSpec_6_0.
mongoinfra.
resources.
diskTypeId
string

Type of the storage environment for the host. Possible values:

  • network-hdd - network HDD drive,
  • network-ssd - network SSD drive,
  • local-ssd - local SSD storage.
configSpec.
mongodbSpec_4_4Enterprise
object
Configuration and resource allocation for a MongoDB 4.4 Enterprise cluster.
configSpec includes only one of the fields mongodbSpec_3_6, mongodbSpec_4_0, mongodbSpec_4_2, mongodbSpec_4_4, mongodbSpec_5_0, mongodbSpec_6_0, mongodbSpec_4_4Enterprise, mongodbSpec_5_0Enterprise, mongodbSpec_6_0Enterprise
configSpec.
mongodbSpec_4_4Enterprise.
mongod
object

Configuration and resource allocation for mongod 4.4 hosts.

configSpec.
mongodbSpec_4_4Enterprise.
mongod.
config
object

Configuration for mongod 4.4 hosts.

Configuration of a mongod daemon. Supported options are a limited subset of all options described in MongoDB documentation.

configSpec.
mongodbSpec_4_4Enterprise.
mongod.
config.
storage
object

storage section of mongod configuration.

configSpec.
mongodbSpec_4_4Enterprise.
mongod.
config.
storage.
wiredTiger
object

Configuration of the WiredTiger storage engine.

Configuration of WiredTiger storage engine.

configSpec.
mongodbSpec_4_4Enterprise.
mongod.
config.
storage.
wiredTiger.
engineConfig
object

Engine configuration for WiredTiger.

configSpec.
mongodbSpec_4_4Enterprise.
mongod.
config.
storage.
wiredTiger.
engineConfig.
cacheSizeGb
number (double)

The maximum size of the internal cache that WiredTiger will use for all data.

configSpec.
mongodbSpec_4_4Enterprise.
mongod.
config.
storage.
wiredTiger.
collectionConfig
object

Collection configuration for WiredTiger.

configSpec.
mongodbSpec_4_4Enterprise.
mongod.
config.
storage.
wiredTiger.
collectionConfig.
blockCompressor
string

Default type of compression to use for collection data.

  • NONE: No compression.
  • SNAPPY: The Snappy compression.
  • ZLIB: The zlib compression.
  • ZSTD: The zstd compression.
configSpec.
mongodbSpec_4_4Enterprise.
mongod.
config.
storage.
journal
object

Configuration of the MongoDB journal.

configSpec.
mongodbSpec_4_4Enterprise.
mongod.
config.
storage.
journal.
commitInterval
integer (int64)

Commit interval between journal operations, in milliseconds. Default: 100.

Acceptable values are 1 to 500, inclusive.

configSpec.
mongodbSpec_4_4Enterprise.
mongod.
config.
operationProfiling
object

operationProfiling section of mongod configuration.

configSpec.
mongodbSpec_4_4Enterprise.
mongod.
config.
operationProfiling.
mode
string

Mode which specifies operations that should be profiled.

  • OFF: The profiler is off and does not collect any data.
  • SLOW_OP: The profiler collects data for operations that take longer than the value of slowOpThreshold.
  • ALL: The profiler collects data for all operations.
configSpec.
mongodbSpec_4_4Enterprise.
mongod.
config.
operationProfiling.
slowOpThreshold
integer (int64)

The slow operation time threshold, in milliseconds. Operations that run for longer than this threshold are considered slow, and are processed by the profiler running in the SLOW_OP mode.

Value must be greater than 0.

configSpec.
mongodbSpec_4_4Enterprise.
mongod.
config.
net
object

net section of mongod configuration.

configSpec.
mongodbSpec_4_4Enterprise.
mongod.
config.
net.
maxIncomingConnections
integer (int64)

The maximum number of simultaneous connections that mongod will accept.

Acceptable values are 10 to 16384, inclusive.

configSpec.
mongodbSpec_4_4Enterprise.
mongod.
config.
security
object

security section of mongod configuration.

configSpec.
mongodbSpec_4_4Enterprise.
mongod.
config.
security.
enableEncryption
boolean (boolean)

If encryption at rest should be enabled or not

configSpec.
mongodbSpec_4_4Enterprise.
mongod.
config.
security.
kmip
object

kmip section of mongod security config

configSpec.
mongodbSpec_4_4Enterprise.
mongod.
config.
security.
kmip.
serverName
string

KMIP server name

configSpec.
mongodbSpec_4_4Enterprise.
mongod.
config.
security.
kmip.
port
integer (int64)

KMIP server port

configSpec.
mongodbSpec_4_4Enterprise.
mongod.
config.
security.
kmip.
serverCa
string

KMIP Server CA

configSpec.
mongodbSpec_4_4Enterprise.
mongod.
config.
security.
kmip.
clientCertificate
string

KMIP client certificate + private key (unencrypted)

configSpec.
mongodbSpec_4_4Enterprise.
mongod.
config.
security.
kmip.
keyIdentifier
string

KMIP Key identifier (if any)

configSpec.
mongodbSpec_4_4Enterprise.
mongod.
config.
auditLog
object

AuditLog section of mongod configuration.

configSpec.
mongodbSpec_4_4Enterprise.
mongod.
config.
auditLog.
filter
string

Audit filter

configSpec.
mongodbSpec_4_4Enterprise.
mongod.
config.
setParameter
object

SetParameter section of mongod configuration.

configSpec.
mongodbSpec_4_4Enterprise.
mongod.
config.
setParameter.
auditAuthorizationSuccess
boolean (boolean)

Enables the auditing of authorization successes

configSpec.
mongodbSpec_4_4Enterprise.
mongod.
resources
object

Resources allocated to each mongod host.

configSpec.
mongodbSpec_4_4Enterprise.
mongod.
resources.
resourcePresetId
string

ID of the preset for computational resources available to a host (CPU, memory etc.). All available presets are listed in the documentation.

configSpec.
mongodbSpec_4_4Enterprise.
mongod.
resources.
diskSize
string (int64)

Volume of the storage available to a host, in bytes.

configSpec.
mongodbSpec_4_4Enterprise.
mongod.
resources.
diskTypeId
string

Type of the storage environment for the host. Possible values:

  • network-hdd - network HDD drive,
  • network-ssd - network SSD drive,
  • local-ssd - local SSD storage.
configSpec.
mongodbSpec_4_4Enterprise.
mongocfg
object

Configuration and resource allocation for mongocfg 4.4 hosts.

configSpec.
mongodbSpec_4_4Enterprise.
mongocfg.
config
object

Configuration for mongocfg 4.4 hosts.

configSpec.
mongodbSpec_4_4Enterprise.
mongocfg.
config.
storage
object

storage section of mongocfg configuration.

configSpec.
mongodbSpec_4_4Enterprise.
mongocfg.
config.
storage.
wiredTiger
object

Configuration of the WiredTiger storage engine.

Configuration of WiredTiger storage engine.

configSpec.
mongodbSpec_4_4Enterprise.
mongocfg.
config.
storage.
wiredTiger.
engineConfig
object

Engine configuration for WiredTiger.

configSpec.
mongodbSpec_4_4Enterprise.
mongocfg.
config.
storage.
wiredTiger.
engineConfig.
cacheSizeGb
number (double)

The maximum size of the internal cache that WiredTiger will use for all data.

configSpec.
mongodbSpec_4_4Enterprise.
mongocfg.
config.
operationProfiling
object

operationProfiling section of mongocfg configuration.

configSpec.
mongodbSpec_4_4Enterprise.
mongocfg.
config.
operationProfiling.
mode
string

Mode which specifies operations that should be profiled.

  • OFF: The profiler is off and does not collect any data.
  • SLOW_OP: The profiler collects data for operations that take longer than the value of slowOpThreshold.
  • ALL: The profiler collects data for all operations.
configSpec.
mongodbSpec_4_4Enterprise.
mongocfg.
config.
operationProfiling.
slowOpThreshold
integer (int64)

The slow operation time threshold, in milliseconds. Operations that run for longer than this threshold are considered slow, and are processed by the profiler running in the SLOW_OP mode. For details see MongoDB documentation.

Value must be greater than 0.

configSpec.
mongodbSpec_4_4Enterprise.
mongocfg.
config.
net
object

net section of mongocfg configuration.

configSpec.
mongodbSpec_4_4Enterprise.
mongocfg.
config.
net.
maxIncomingConnections
integer (int64)

The maximum number of simultaneous connections that mongocfg will accept.

Acceptable values are 10 to 16384, inclusive.

configSpec.
mongodbSpec_4_4Enterprise.
mongocfg.
resources
object

Resources allocated to each mongocfg host.

configSpec.
mongodbSpec_4_4Enterprise.
mongocfg.
resources.
resourcePresetId
string

ID of the preset for computational resources available to a host (CPU, memory etc.). All available presets are listed in the documentation.

configSpec.
mongodbSpec_4_4Enterprise.
mongocfg.
resources.
diskSize
string (int64)

Volume of the storage available to a host, in bytes.

configSpec.
mongodbSpec_4_4Enterprise.
mongocfg.
resources.
diskTypeId
string

Type of the storage environment for the host. Possible values:

  • network-hdd - network HDD drive,
  • network-ssd - network SSD drive,
  • local-ssd - local SSD storage.
configSpec.
mongodbSpec_4_4Enterprise.
mongos
object

Configuration and resource allocation for mongos 4.4 hosts.

configSpec.
mongodbSpec_4_4Enterprise.
mongos.
config
object

Configuration for mongos 4.4 hosts.

configSpec.
mongodbSpec_4_4Enterprise.
mongos.
config.
net
object

Network settings for mongos.

configSpec.
mongodbSpec_4_4Enterprise.
mongos.
config.
net.
maxIncomingConnections
integer (int64)

The maximum number of simultaneous connections that mongos will accept.

Acceptable values are 10 to 16384, inclusive.

configSpec.
mongodbSpec_4_4Enterprise.
mongos.
resources
object

Resources allocated to each mongos host.

configSpec.
mongodbSpec_4_4Enterprise.
mongos.
resources.
resourcePresetId
string

ID of the preset for computational resources available to a host (CPU, memory etc.). All available presets are listed in the documentation.

configSpec.
mongodbSpec_4_4Enterprise.
mongos.
resources.
diskSize
string (int64)

Volume of the storage available to a host, in bytes.

configSpec.
mongodbSpec_4_4Enterprise.
mongos.
resources.
diskTypeId
string

Type of the storage environment for the host. Possible values:

  • network-hdd - network HDD drive,
  • network-ssd - network SSD drive,
  • local-ssd - local SSD storage.
configSpec.
mongodbSpec_4_4Enterprise.
mongoinfra
object

Configuration and resource allocation for mongoinfra (mongos+mongocfg) 4.4 hosts.

configSpec.
mongodbSpec_4_4Enterprise.
mongoinfra.
configMongos
object

Configuration for mongoinfra 4.4 hosts.

configSpec.
mongodbSpec_4_4Enterprise.
mongoinfra.
configMongos.
net
object

Network settings for mongos.

configSpec.
mongodbSpec_4_4Enterprise.
mongoinfra.
configMongos.
net.
maxIncomingConnections
integer (int64)

The maximum number of simultaneous connections that mongos will accept.

Acceptable values are 10 to 16384, inclusive.

configSpec.
mongodbSpec_4_4Enterprise.
mongoinfra.
configMongocfg
object
configSpec.
mongodbSpec_4_4Enterprise.
mongoinfra.
configMongocfg.
storage
object

storage section of mongocfg configuration.

configSpec.
mongodbSpec_4_4Enterprise.
mongoinfra.
configMongocfg.
storage.
wiredTiger
object

Configuration of the WiredTiger storage engine.

Configuration of WiredTiger storage engine.

configSpec.
mongodbSpec_4_4Enterprise.
mongoinfra.
configMongocfg.
storage.
wiredTiger.
engineConfig
object

Engine configuration for WiredTiger.

configSpec.
mongodbSpec_4_4Enterprise.
mongoinfra.
configMongocfg.
storage.
wiredTiger.
engineConfig.
cacheSizeGb
number (double)

The maximum size of the internal cache that WiredTiger will use for all data.

configSpec.
mongodbSpec_4_4Enterprise.
mongoinfra.
configMongocfg.
operationProfiling
object

operationProfiling section of mongocfg configuration.

configSpec.
mongodbSpec_4_4Enterprise.
mongoinfra.
configMongocfg.
operationProfiling.
mode
string

Mode which specifies operations that should be profiled.

  • OFF: The profiler is off and does not collect any data.
  • SLOW_OP: The profiler collects data for operations that take longer than the value of slowOpThreshold.
  • ALL: The profiler collects data for all operations.
configSpec.
mongodbSpec_4_4Enterprise.
mongoinfra.
configMongocfg.
operationProfiling.
slowOpThreshold
integer (int64)

The slow operation time threshold, in milliseconds. Operations that run for longer than this threshold are considered slow, and are processed by the profiler running in the SLOW_OP mode. For details see MongoDB documentation.

Value must be greater than 0.

configSpec.
mongodbSpec_4_4Enterprise.
mongoinfra.
configMongocfg.
net
object

net section of mongocfg configuration.

configSpec.
mongodbSpec_4_4Enterprise.
mongoinfra.
configMongocfg.
net.
maxIncomingConnections
integer (int64)

The maximum number of simultaneous connections that mongocfg will accept.

Acceptable values are 10 to 16384, inclusive.

configSpec.
mongodbSpec_4_4Enterprise.
mongoinfra.
resources
object

Resources allocated to each mongoinfra (mongos+mongocfg) host.

configSpec.
mongodbSpec_4_4Enterprise.
mongoinfra.
resources.
resourcePresetId
string

ID of the preset for computational resources available to a host (CPU, memory etc.). All available presets are listed in the documentation.

configSpec.
mongodbSpec_4_4Enterprise.
mongoinfra.
resources.
diskSize
string (int64)

Volume of the storage available to a host, in bytes.

configSpec.
mongodbSpec_4_4Enterprise.
mongoinfra.
resources.
diskTypeId
string

Type of the storage environment for the host. Possible values:

  • network-hdd - network HDD drive,
  • network-ssd - network SSD drive,
  • local-ssd - local SSD storage.
configSpec.
mongodbSpec_5_0Enterprise
object
Configuration and resource allocation for a MongoDB 5.0 Enterprise cluster.
configSpec includes only one of the fields mongodbSpec_3_6, mongodbSpec_4_0, mongodbSpec_4_2, mongodbSpec_4_4, mongodbSpec_5_0, mongodbSpec_6_0, mongodbSpec_4_4Enterprise, mongodbSpec_5_0Enterprise, mongodbSpec_6_0Enterprise
configSpec.
mongodbSpec_5_0Enterprise.
mongod
object

Configuration and resource allocation for mongod 5.0 hosts.

configSpec.
mongodbSpec_5_0Enterprise.
mongod.
config
object

Configuration for mongod 5.0 hosts.

Configuration of a mongod daemon. Supported options are a limited subset of all options described in MongoDB documentation.

configSpec.
mongodbSpec_5_0Enterprise.
mongod.
config.
storage
object

storage section of mongod configuration.

configSpec.
mongodbSpec_5_0Enterprise.
mongod.
config.
storage.
wiredTiger
object

Configuration of the WiredTiger storage engine.

Configuration of WiredTiger storage engine.

configSpec.
mongodbSpec_5_0Enterprise.
mongod.
config.
storage.
wiredTiger.
engineConfig
object

Engine configuration for WiredTiger.

configSpec.
mongodbSpec_5_0Enterprise.
mongod.
config.
storage.
wiredTiger.
engineConfig.
cacheSizeGb
number (double)

The maximum size of the internal cache that WiredTiger will use for all data.

configSpec.
mongodbSpec_5_0Enterprise.
mongod.
config.
storage.
wiredTiger.
collectionConfig
object

Collection configuration for WiredTiger.

configSpec.
mongodbSpec_5_0Enterprise.
mongod.
config.
storage.
wiredTiger.
collectionConfig.
blockCompressor
string

Default type of compression to use for collection data.

  • NONE: No compression.
  • SNAPPY: The Snappy compression.
  • ZLIB: The zlib compression.
  • ZSTD: The zstd compression.
configSpec.
mongodbSpec_5_0Enterprise.
mongod.
config.
storage.
journal
object

Configuration of the MongoDB journal.

configSpec.
mongodbSpec_5_0Enterprise.
mongod.
config.
storage.
journal.
commitInterval
integer (int64)

Commit interval between journal operations, in milliseconds. Default: 100.

Acceptable values are 1 to 500, inclusive.

configSpec.
mongodbSpec_5_0Enterprise.
mongod.
config.
operationProfiling
object

operationProfiling section of mongod configuration.

configSpec.
mongodbSpec_5_0Enterprise.
mongod.
config.
operationProfiling.
mode
string

Mode which specifies operations that should be profiled.

  • OFF: The profiler is off and does not collect any data.
  • SLOW_OP: The profiler collects data for operations that take longer than the value of slowOpThreshold.
  • ALL: The profiler collects data for all operations.
configSpec.
mongodbSpec_5_0Enterprise.
mongod.
config.
operationProfiling.
slowOpThreshold
integer (int64)

The slow operation time threshold, in milliseconds. Operations that run for longer than this threshold are considered slow, and are processed by the profiler running in the SLOW_OP mode.

Value must be greater than 0.

configSpec.
mongodbSpec_5_0Enterprise.
mongod.
config.
net
object

net section of mongod configuration.

configSpec.
mongodbSpec_5_0Enterprise.
mongod.
config.
net.
maxIncomingConnections
integer (int64)

The maximum number of simultaneous connections that mongod will accept.

Acceptable values are 10 to 16384, inclusive.

configSpec.
mongodbSpec_5_0Enterprise.
mongod.
config.
security
object

security section of mongod configuration.

configSpec.
mongodbSpec_5_0Enterprise.
mongod.
config.
security.
enableEncryption
boolean (boolean)

If encryption at rest should be enabled or not

configSpec.
mongodbSpec_5_0Enterprise.
mongod.
config.
security.
kmip
object

kmip section of mongod security config

configSpec.
mongodbSpec_5_0Enterprise.
mongod.
config.
security.
kmip.
serverName
string

KMIP server name

configSpec.
mongodbSpec_5_0Enterprise.
mongod.
config.
security.
kmip.
port
integer (int64)

KMIP server port

configSpec.
mongodbSpec_5_0Enterprise.
mongod.
config.
security.
kmip.
serverCa
string

KMIP Server CA

configSpec.
mongodbSpec_5_0Enterprise.
mongod.
config.
security.
kmip.
clientCertificate
string

KMIP client certificate + private key (unencrypted)

configSpec.
mongodbSpec_5_0Enterprise.
mongod.
config.
security.
kmip.
keyIdentifier
string

KMIP Key identifier (if any)

configSpec.
mongodbSpec_5_0Enterprise.
mongod.
config.
auditLog
object

AuditLog section of mongod configuration.

configSpec.
mongodbSpec_5_0Enterprise.
mongod.
config.
auditLog.
filter
string

Audit filter

configSpec.
mongodbSpec_5_0Enterprise.
mongod.
config.
auditLog.
runtimeConfiguration
boolean (boolean)

Allows runtime configuration of audit filter and auditAuthorizationSuccess

configSpec.
mongodbSpec_5_0Enterprise.
mongod.
config.
setParameter
object

SetParameter section of mongod configuration.

configSpec.
mongodbSpec_5_0Enterprise.
mongod.
config.
setParameter.
auditAuthorizationSuccess
boolean (boolean)

Enables the auditing of authorization successes

configSpec.
mongodbSpec_5_0Enterprise.
mongod.
resources
object

Resources allocated to each mongod host.

configSpec.
mongodbSpec_5_0Enterprise.
mongod.
resources.
resourcePresetId
string

ID of the preset for computational resources available to a host (CPU, memory etc.). All available presets are listed in the documentation.

configSpec.
mongodbSpec_5_0Enterprise.
mongod.
resources.
diskSize
string (int64)

Volume of the storage available to a host, in bytes.

configSpec.
mongodbSpec_5_0Enterprise.
mongod.
resources.
diskTypeId
string

Type of the storage environment for the host. Possible values:

  • network-hdd - network HDD drive,
  • network-ssd - network SSD drive,
  • local-ssd - local SSD storage.
configSpec.
mongodbSpec_5_0Enterprise.
mongocfg
object

Configuration and resource allocation for mongocfg 5.0 hosts.

configSpec.
mongodbSpec_5_0Enterprise.
mongocfg.
config
object

Configuration for mongocfg 5.0 hosts.

configSpec.
mongodbSpec_5_0Enterprise.
mongocfg.
config.
storage
object

storage section of mongocfg configuration.

configSpec.
mongodbSpec_5_0Enterprise.
mongocfg.
config.
storage.
wiredTiger
object

Configuration of the WiredTiger storage engine.

Configuration of WiredTiger storage engine.

configSpec.
mongodbSpec_5_0Enterprise.
mongocfg.
config.
storage.
wiredTiger.
engineConfig
object

Engine configuration for WiredTiger.

configSpec.
mongodbSpec_5_0Enterprise.
mongocfg.
config.
storage.
wiredTiger.
engineConfig.
cacheSizeGb
number (double)

The maximum size of the internal cache that WiredTiger will use for all data.

configSpec.
mongodbSpec_5_0Enterprise.
mongocfg.
config.
operationProfiling
object

operationProfiling section of mongocfg configuration.

configSpec.
mongodbSpec_5_0Enterprise.
mongocfg.
config.
operationProfiling.
mode
string

Mode which specifies operations that should be profiled.

  • OFF: The profiler is off and does not collect any data.
  • SLOW_OP: The profiler collects data for operations that take longer than the value of slowOpThreshold.
  • ALL: The profiler collects data for all operations.
configSpec.
mongodbSpec_5_0Enterprise.
mongocfg.
config.
operationProfiling.
slowOpThreshold
integer (int64)

The slow operation time threshold, in milliseconds. Operations that run for longer than this threshold are considered slow, and are processed by the profiler running in the SLOW_OP mode. For details see MongoDB documentation.

Value must be greater than 0.

configSpec.
mongodbSpec_5_0Enterprise.
mongocfg.
config.
net
object

net section of mongocfg configuration.

configSpec.
mongodbSpec_5_0Enterprise.
mongocfg.
config.
net.
maxIncomingConnections
integer (int64)

The maximum number of simultaneous connections that mongocfg will accept.

Acceptable values are 10 to 16384, inclusive.

configSpec.
mongodbSpec_5_0Enterprise.
mongocfg.
resources
object

Resources allocated to each mongocfg host.

configSpec.
mongodbSpec_5_0Enterprise.
mongocfg.
resources.
resourcePresetId
string

ID of the preset for computational resources available to a host (CPU, memory etc.). All available presets are listed in the documentation.

configSpec.
mongodbSpec_5_0Enterprise.
mongocfg.
resources.
diskSize
string (int64)

Volume of the storage available to a host, in bytes.

configSpec.
mongodbSpec_5_0Enterprise.
mongocfg.
resources.
diskTypeId
string

Type of the storage environment for the host. Possible values:

  • network-hdd - network HDD drive,
  • network-ssd - network SSD drive,
  • local-ssd - local SSD storage.
configSpec.
mongodbSpec_5_0Enterprise.
mongos
object

Configuration and resource allocation for mongos 5.0 hosts.

configSpec.
mongodbSpec_5_0Enterprise.
mongos.
config
object

Configuration for mongos 5.0 hosts.

configSpec.
mongodbSpec_5_0Enterprise.
mongos.
config.
net
object

Network settings for mongos.

configSpec.
mongodbSpec_5_0Enterprise.
mongos.
config.
net.
maxIncomingConnections
integer (int64)

The maximum number of simultaneous connections that mongos will accept.

Acceptable values are 10 to 16384, inclusive.

configSpec.
mongodbSpec_5_0Enterprise.
mongos.
resources
object

Resources allocated to each mongos host.

configSpec.
mongodbSpec_5_0Enterprise.
mongos.
resources.
resourcePresetId
string

ID of the preset for computational resources available to a host (CPU, memory etc.). All available presets are listed in the documentation.

configSpec.
mongodbSpec_5_0Enterprise.
mongos.
resources.
diskSize
string (int64)

Volume of the storage available to a host, in bytes.

configSpec.
mongodbSpec_5_0Enterprise.
mongos.
resources.
diskTypeId
string

Type of the storage environment for the host. Possible values:

  • network-hdd - network HDD drive,
  • network-ssd - network SSD drive,
  • local-ssd - local SSD storage.
configSpec.
mongodbSpec_5_0Enterprise.
mongoinfra
object

Configuration and resource allocation for mongoinfra (mongos+mongocfg) 5.0 hosts.

configSpec.
mongodbSpec_5_0Enterprise.
mongoinfra.
configMongos
object

Configuration for mongoinfra 5.0 hosts.

configSpec.
mongodbSpec_5_0Enterprise.
mongoinfra.
configMongos.
net
object

Network settings for mongos.

configSpec.
mongodbSpec_5_0Enterprise.
mongoinfra.
configMongos.
net.
maxIncomingConnections
integer (int64)

The maximum number of simultaneous connections that mongos will accept.

Acceptable values are 10 to 16384, inclusive.

configSpec.
mongodbSpec_5_0Enterprise.
mongoinfra.
configMongocfg
object
configSpec.
mongodbSpec_5_0Enterprise.
mongoinfra.
configMongocfg.
storage
object

storage section of mongocfg configuration.

configSpec.
mongodbSpec_5_0Enterprise.
mongoinfra.
configMongocfg.
storage.
wiredTiger
object

Configuration of the WiredTiger storage engine.

Configuration of WiredTiger storage engine.

configSpec.
mongodbSpec_5_0Enterprise.
mongoinfra.
configMongocfg.
storage.
wiredTiger.
engineConfig
object

Engine configuration for WiredTiger.

configSpec.
mongodbSpec_5_0Enterprise.
mongoinfra.
configMongocfg.
storage.
wiredTiger.
engineConfig.
cacheSizeGb
number (double)

The maximum size of the internal cache that WiredTiger will use for all data.

configSpec.
mongodbSpec_5_0Enterprise.
mongoinfra.
configMongocfg.
operationProfiling
object

operationProfiling section of mongocfg configuration.

configSpec.
mongodbSpec_5_0Enterprise.
mongoinfra.
configMongocfg.
operationProfiling.
mode
string

Mode which specifies operations that should be profiled.

  • OFF: The profiler is off and does not collect any data.
  • SLOW_OP: The profiler collects data for operations that take longer than the value of slowOpThreshold.
  • ALL: The profiler collects data for all operations.
configSpec.
mongodbSpec_5_0Enterprise.
mongoinfra.
configMongocfg.
operationProfiling.
slowOpThreshold
integer (int64)

The slow operation time threshold, in milliseconds. Operations that run for longer than this threshold are considered slow, and are processed by the profiler running in the SLOW_OP mode. For details see MongoDB documentation.

Value must be greater than 0.

configSpec.
mongodbSpec_5_0Enterprise.
mongoinfra.
configMongocfg.
net
object

net section of mongocfg configuration.

configSpec.
mongodbSpec_5_0Enterprise.
mongoinfra.
configMongocfg.
net.
maxIncomingConnections
integer (int64)

The maximum number of simultaneous connections that mongocfg will accept.

Acceptable values are 10 to 16384, inclusive.

configSpec.
mongodbSpec_5_0Enterprise.
mongoinfra.
resources
object

Resources allocated to each mongoinfra (mongos+mongocfg) host.

configSpec.
mongodbSpec_5_0Enterprise.
mongoinfra.
resources.
resourcePresetId
string

ID of the preset for computational resources available to a host (CPU, memory etc.). All available presets are listed in the documentation.

configSpec.
mongodbSpec_5_0Enterprise.
mongoinfra.
resources.
diskSize
string (int64)

Volume of the storage available to a host, in bytes.

configSpec.
mongodbSpec_5_0Enterprise.
mongoinfra.
resources.
diskTypeId
string

Type of the storage environment for the host. Possible values:

  • network-hdd - network HDD drive,
  • network-ssd - network SSD drive,
  • local-ssd - local SSD storage.
configSpec.
mongodbSpec_6_0Enterprise
object
Configuration and resource allocation for a MongoDB 6.0 Enterprise cluster.
configSpec includes only one of the fields mongodbSpec_3_6, mongodbSpec_4_0, mongodbSpec_4_2, mongodbSpec_4_4, mongodbSpec_5_0, mongodbSpec_6_0, mongodbSpec_4_4Enterprise, mongodbSpec_5_0Enterprise, mongodbSpec_6_0Enterprise
configSpec.
mongodbSpec_6_0Enterprise.
mongod
object

Configuration and resource allocation for mongod 6.0 hosts.

configSpec.
mongodbSpec_6_0Enterprise.
mongod.
config
object

Configuration for mongod 6.0 hosts.

Configuration of a mongod daemon. Supported options are a limited subset of all options described in MongoDB documentation.

configSpec.
mongodbSpec_6_0Enterprise.
mongod.
config.
storage
object

storage section of mongod configuration.

configSpec.
mongodbSpec_6_0Enterprise.
mongod.
config.
storage.
wiredTiger
object

Configuration of the WiredTiger storage engine.

Configuration of WiredTiger storage engine.

configSpec.
mongodbSpec_6_0Enterprise.
mongod.
config.
storage.
wiredTiger.
engineConfig
object

Engine configuration for WiredTiger.

configSpec.
mongodbSpec_6_0Enterprise.
mongod.
config.
storage.
wiredTiger.
engineConfig.
cacheSizeGb
number (double)

The maximum size of the internal cache that WiredTiger will use for all data.

configSpec.
mongodbSpec_6_0Enterprise.
mongod.
config.
storage.
wiredTiger.
collectionConfig
object

Collection configuration for WiredTiger.

configSpec.
mongodbSpec_6_0Enterprise.
mongod.
config.
storage.
wiredTiger.
collectionConfig.
blockCompressor
string

Default type of compression to use for collection data.

  • NONE: No compression.
  • SNAPPY: The Snappy compression.
  • ZLIB: The zlib compression.
  • ZSTD: The zstd compression.
configSpec.
mongodbSpec_6_0Enterprise.
mongod.
config.
storage.
journal
object

Configuration of the MongoDB journal.

configSpec.
mongodbSpec_6_0Enterprise.
mongod.
config.
storage.
journal.
commitInterval
integer (int64)

Commit interval between journal operations, in milliseconds. Default: 100.

Acceptable values are 1 to 500, inclusive.

configSpec.
mongodbSpec_6_0Enterprise.
mongod.
config.
operationProfiling
object

operationProfiling section of mongod configuration.

configSpec.
mongodbSpec_6_0Enterprise.
mongod.
config.
operationProfiling.
mode
string

Mode which specifies operations that should be profiled.

  • OFF: The profiler is off and does not collect any data.
  • SLOW_OP: The profiler collects data for operations that take longer than the value of slowOpThreshold.
  • ALL: The profiler collects data for all operations.
configSpec.
mongodbSpec_6_0Enterprise.
mongod.
config.
operationProfiling.
slowOpThreshold
integer (int64)

The slow operation time threshold, in milliseconds. Operations that run for longer than this threshold are considered slow, and are processed by the profiler running in the SLOW_OP mode.

Value must be greater than 0.

configSpec.
mongodbSpec_6_0Enterprise.
mongod.
config.
net
object

net section of mongod configuration.

configSpec.
mongodbSpec_6_0Enterprise.
mongod.
config.
net.
maxIncomingConnections
integer (int64)

The maximum number of simultaneous connections that mongod will accept.

Acceptable values are 10 to 16384, inclusive.

configSpec.
mongodbSpec_6_0Enterprise.
mongod.
config.
security
object

security section of mongod configuration.

configSpec.
mongodbSpec_6_0Enterprise.
mongod.
config.
security.
enableEncryption
boolean (boolean)

If encryption at rest should be enabled or not

configSpec.
mongodbSpec_6_0Enterprise.
mongod.
config.
security.
kmip
object

kmip section of mongod security config

configSpec.
mongodbSpec_6_0Enterprise.
mongod.
config.
security.
kmip.
serverName
string

KMIP server name

configSpec.
mongodbSpec_6_0Enterprise.
mongod.
config.
security.
kmip.
port
integer (int64)

KMIP server port

configSpec.
mongodbSpec_6_0Enterprise.
mongod.
config.
security.
kmip.
serverCa
string

KMIP Server CA

configSpec.
mongodbSpec_6_0Enterprise.
mongod.
config.
security.
kmip.
clientCertificate
string

KMIP client certificate + private key (unencrypted)

configSpec.
mongodbSpec_6_0Enterprise.
mongod.
config.
security.
kmip.
keyIdentifier
string

KMIP Key identifier (if any)

configSpec.
mongodbSpec_6_0Enterprise.
mongod.
config.
auditLog
object

AuditLog section of mongod configuration.

configSpec.
mongodbSpec_6_0Enterprise.
mongod.
config.
auditLog.
filter
string

Audit filter

configSpec.
mongodbSpec_6_0Enterprise.
mongod.
config.
auditLog.
runtimeConfiguration
boolean (boolean)

Allows runtime configuration of audit filter and auditAuthorizationSuccess

configSpec.
mongodbSpec_6_0Enterprise.
mongod.
config.
setParameter
object

SetParameter section of mongod configuration.

configSpec.
mongodbSpec_6_0Enterprise.
mongod.
config.
setParameter.
auditAuthorizationSuccess
boolean (boolean)

Enables the auditing of authorization successes

configSpec.
mongodbSpec_6_0Enterprise.
mongod.
resources
object

Resources allocated to each mongod host.

configSpec.
mongodbSpec_6_0Enterprise.
mongod.
resources.
resourcePresetId
string

ID of the preset for computational resources available to a host (CPU, memory etc.). All available presets are listed in the documentation.

configSpec.
mongodbSpec_6_0Enterprise.
mongod.
resources.
diskSize
string (int64)

Volume of the storage available to a host, in bytes.

configSpec.
mongodbSpec_6_0Enterprise.
mongod.
resources.
diskTypeId
string

Type of the storage environment for the host. Possible values:

  • network-hdd - network HDD drive,
  • network-ssd - network SSD drive,
  • local-ssd - local SSD storage.
configSpec.
mongodbSpec_6_0Enterprise.
mongocfg
object

Configuration and resource allocation for mongocfg 6.0 hosts.

configSpec.
mongodbSpec_6_0Enterprise.
mongocfg.
config
object

Configuration for mongocfg 6.0 hosts.

configSpec.
mongodbSpec_6_0Enterprise.
mongocfg.
config.
storage
object

storage section of mongocfg configuration.

configSpec.
mongodbSpec_6_0Enterprise.
mongocfg.
config.
storage.
wiredTiger
object

Configuration of the WiredTiger storage engine.

Configuration of WiredTiger storage engine.

configSpec.
mongodbSpec_6_0Enterprise.
mongocfg.
config.
storage.
wiredTiger.
engineConfig
object

Engine configuration for WiredTiger.

configSpec.
mongodbSpec_6_0Enterprise.
mongocfg.
config.
storage.
wiredTiger.
engineConfig.
cacheSizeGb
number (double)

The maximum size of the internal cache that WiredTiger will use for all data.

configSpec.
mongodbSpec_6_0Enterprise.
mongocfg.
config.
operationProfiling
object

operationProfiling section of mongocfg configuration.

configSpec.
mongodbSpec_6_0Enterprise.
mongocfg.
config.
operationProfiling.
mode
string

Mode which specifies operations that should be profiled.

  • OFF: The profiler is off and does not collect any data.
  • SLOW_OP: The profiler collects data for operations that take longer than the value of slowOpThreshold.
  • ALL: The profiler collects data for all operations.
configSpec.
mongodbSpec_6_0Enterprise.
mongocfg.
config.
operationProfiling.
slowOpThreshold
integer (int64)

The slow operation time threshold, in milliseconds. Operations that run for longer than this threshold are considered slow, and are processed by the profiler running in the SLOW_OP mode. For details see MongoDB documentation.

Value must be greater than 0.

configSpec.
mongodbSpec_6_0Enterprise.
mongocfg.
config.
net
object

net section of mongocfg configuration.

configSpec.
mongodbSpec_6_0Enterprise.
mongocfg.
config.
net.
maxIncomingConnections
integer (int64)

The maximum number of simultaneous connections that mongocfg will accept.

Acceptable values are 10 to 16384, inclusive.

configSpec.
mongodbSpec_6_0Enterprise.
mongocfg.
resources
object

Resources allocated to each mongocfg host.

configSpec.
mongodbSpec_6_0Enterprise.
mongocfg.
resources.
resourcePresetId
string

ID of the preset for computational resources available to a host (CPU, memory etc.). All available presets are listed in the documentation.

configSpec.
mongodbSpec_6_0Enterprise.
mongocfg.
resources.
diskSize
string (int64)

Volume of the storage available to a host, in bytes.

configSpec.
mongodbSpec_6_0Enterprise.
mongocfg.
resources.
diskTypeId
string

Type of the storage environment for the host. Possible values:

  • network-hdd - network HDD drive,
  • network-ssd - network SSD drive,
  • local-ssd - local SSD storage.
configSpec.
mongodbSpec_6_0Enterprise.
mongos
object

Configuration and resource allocation for mongos 6.0 hosts.

configSpec.
mongodbSpec_6_0Enterprise.
mongos.
config
object

Configuration for mongos 6.0 hosts.

configSpec.
mongodbSpec_6_0Enterprise.
mongos.
config.
net
object

Network settings for mongos.

configSpec.
mongodbSpec_6_0Enterprise.
mongos.
config.
net.
maxIncomingConnections
integer (int64)

The maximum number of simultaneous connections that mongos will accept.

Acceptable values are 10 to 16384, inclusive.

configSpec.
mongodbSpec_6_0Enterprise.
mongos.
resources
object

Resources allocated to each mongos host.

configSpec.
mongodbSpec_6_0Enterprise.
mongos.
resources.
resourcePresetId
string

ID of the preset for computational resources available to a host (CPU, memory etc.). All available presets are listed in the documentation.

configSpec.
mongodbSpec_6_0Enterprise.
mongos.
resources.
diskSize
string (int64)

Volume of the storage available to a host, in bytes.

configSpec.
mongodbSpec_6_0Enterprise.
mongos.
resources.
diskTypeId
string

Type of the storage environment for the host. Possible values:

  • network-hdd - network HDD drive,
  • network-ssd - network SSD drive,
  • local-ssd - local SSD storage.
configSpec.
mongodbSpec_6_0Enterprise.
mongoinfra
object

Configuration and resource allocation for mongoinfra (mongos+mongocfg) 6.0 hosts.

configSpec.
mongodbSpec_6_0Enterprise.
mongoinfra.
configMongos
object

Configuration for mongoinfra 6.0 hosts.

configSpec.
mongodbSpec_6_0Enterprise.
mongoinfra.
configMongos.
net
object

Network settings for mongos.

configSpec.
mongodbSpec_6_0Enterprise.
mongoinfra.
configMongos.
net.
maxIncomingConnections
integer (int64)

The maximum number of simultaneous connections that mongos will accept.

Acceptable values are 10 to 16384, inclusive.

configSpec.
mongodbSpec_6_0Enterprise.
mongoinfra.
configMongocfg
object
configSpec.
mongodbSpec_6_0Enterprise.
mongoinfra.
configMongocfg.
storage
object

storage section of mongocfg configuration.

configSpec.
mongodbSpec_6_0Enterprise.
mongoinfra.
configMongocfg.
storage.
wiredTiger
object

Configuration of the WiredTiger storage engine.

Configuration of WiredTiger storage engine.

configSpec.
mongodbSpec_6_0Enterprise.
mongoinfra.
configMongocfg.
storage.
wiredTiger.
engineConfig
object

Engine configuration for WiredTiger.

configSpec.
mongodbSpec_6_0Enterprise.
mongoinfra.
configMongocfg.
storage.
wiredTiger.
engineConfig.
cacheSizeGb
number (double)

The maximum size of the internal cache that WiredTiger will use for all data.

configSpec.
mongodbSpec_6_0Enterprise.
mongoinfra.
configMongocfg.
operationProfiling
object

operationProfiling section of mongocfg configuration.

configSpec.
mongodbSpec_6_0Enterprise.
mongoinfra.
configMongocfg.
operationProfiling.
mode
string

Mode which specifies operations that should be profiled.

  • OFF: The profiler is off and does not collect any data.
  • SLOW_OP: The profiler collects data for operations that take longer than the value of slowOpThreshold.
  • ALL: The profiler collects data for all operations.
configSpec.
mongodbSpec_6_0Enterprise.
mongoinfra.
configMongocfg.
operationProfiling.
slowOpThreshold
integer (int64)

The slow operation time threshold, in milliseconds. Operations that run for longer than this threshold are considered slow, and are processed by the profiler running in the SLOW_OP mode. For details see MongoDB documentation.

Value must be greater than 0.

configSpec.
mongodbSpec_6_0Enterprise.
mongoinfra.
configMongocfg.
net
object

net section of mongocfg configuration.

configSpec.
mongodbSpec_6_0Enterprise.
mongoinfra.
configMongocfg.
net.
maxIncomingConnections
integer (int64)

The maximum number of simultaneous connections that mongocfg will accept.

Acceptable values are 10 to 16384, inclusive.

configSpec.
mongodbSpec_6_0Enterprise.
mongoinfra.
resources
object

Resources allocated to each mongoinfra (mongos+mongocfg) host.

configSpec.
mongodbSpec_6_0Enterprise.
mongoinfra.
resources.
resourcePresetId
string

ID of the preset for computational resources available to a host (CPU, memory etc.). All available presets are listed in the documentation.

configSpec.
mongodbSpec_6_0Enterprise.
mongoinfra.
resources.
diskSize
string (int64)

Volume of the storage available to a host, in bytes.

configSpec.
mongodbSpec_6_0Enterprise.
mongoinfra.
resources.
diskTypeId
string

Type of the storage environment for the host. Possible values:

  • network-hdd - network HDD drive,
  • network-ssd - network SSD drive,
  • local-ssd - local SSD storage.
hostSpecs[] object

Required. Configurations for MongoDB hosts that should be created for the cluster that is being created from the backup.

Must contain at least one element.

hostSpecs[].
zoneId
string

ID of the availability zone where the host resides. To get a list of available zones, use the list request.

The maximum string length in characters is 50.

hostSpecs[].
subnetId
string

ID of the subnet that the host should belong to. This subnet should be a part of the network that the cluster belongs to. The network ID is set in the Cluster.networkId field.

The maximum string length in characters is 50.

hostSpecs[].
assignPublicIp
boolean (boolean)

Whether the host should get a public IP address on creation.

After a host has been created, this setting cannot be changed. To remove an assigned public IP, or to assign a public IP to a host without one, recreate the host with assignPublicIp set as needed.

Possible values:

  • false - don't assign a public IP to the host.
  • true - the host should have a public IP address.
hostSpecs[].
type
string

Type of the host to be deployed.

  • MONGOD: A mongod host.
  • MONGOS: A mongos host.
  • MONGOCFG: A mongocfg host.
  • MONGOINFRA: A mongoinfra (mongos+mongocfg) host.
hostSpecs[].
shardName
string

Name of the shard that the host belongs to.

The maximum string length in characters is 63. Value must match the regular expression [a-zA-Z0-9_-]*.

networkId string

Required. ID of the network to create the MongoDB cluster in.

The maximum string length in characters is 50.

folderId string

Required. ID of the folder to create the MongoDB cluster in.

The maximum string length in characters is 50.

recoveryTargetSpec object

Specification of the moment to which the MongoDB cluster should be restored.

recoveryTargetSpec.
timestamp
string (int64)

Timestamp of the recovery target

Value must be greater than 0.

securityGroupIds[] string

User security groups

deletionProtection boolean (boolean)

Deletion Protection inhibits deletion of the cluster

Response

HTTP Code: 200 - OK

{
  "id": "string",
  "description": "string",
  "createdAt": "string",
  "createdBy": "string",
  "modifiedAt": "string",
  "done": true,
  "metadata": "object",

  //  includes only one of the fields `error`, `response`
  "error": {
    "code": "integer",
    "message": "string",
    "details": [
      "object"
    ]
  },
  "response": "object",
  // end of the list of possible fields

}

An Operation resource. For more information, see Operation.

Field Description
id string

ID of the operation.

description string

Description of the operation. 0-256 characters long.

createdAt string (date-time)

Creation timestamp.

String in RFC3339 text format. The range of possible values is from 0001-01-01T00:00:00Z to 9999-12-31T23:59:59.999999999Z, i.e. from 0 to 9 digits for fractions of a second.

To work with values in this field, use the APIs described in the Protocol Buffers reference. In some languages, built-in datetime utilities do not support nanosecond precision (9 digits).

createdBy string

ID of the user or service account who initiated the operation.

modifiedAt string (date-time)

The time when the Operation resource was last modified.

String in RFC3339 text format. The range of possible values is from 0001-01-01T00:00:00Z to 9999-12-31T23:59:59.999999999Z, i.e. from 0 to 9 digits for fractions of a second.

To work with values in this field, use the APIs described in the Protocol Buffers reference. In some languages, built-in datetime utilities do not support nanosecond precision (9 digits).

done boolean (boolean)

If the value is false, it means the operation is still in progress. If true, the operation is completed, and either error or response is available.

metadata object

Service-specific metadata associated with the operation. It typically contains the ID of the target resource that the operation is performed on. Any method that returns a long-running operation should document the metadata type, if any.

error object
The error result of the operation in case of failure or cancellation.
includes only one of the fields error, response
error.
code
integer (int32)

Error code. An enum value of google.rpc.Code.

error.
message
string

An error message.

error.
details[]
object

A list of messages that carry the error details.

response object
includes only one of the fields error, response

The normal response of the operation in case of success. If the original method returns no data on success, such as Delete, the response is google.protobuf.Empty. If the original method is the standard Create/Update, the response should be the target resource of the operation. Any method that returns a long-running operation should document the response type, if any.

Была ли статья полезна?

Language / Region
Проект Яндекса
© 2023 ООО «Яндекс.Облако»
В этой статье:
  • HTTP request
  • Body parameters
  • Response