Метод listHosts
Получает список хостов для указанного кластера.
HTTP-запрос
GET https://mdb.api.cloud.yandex.net/managed-postgresql/v1/clusters/{clusterId}/hosts
Path-параметры
Параметр | Описание |
---|---|
clusterId | Обязательное поле. Идентификатор кластера PostgreSQL. Чтобы получить идентификатор PostgreSQL кластера, используйте запрос list. Максимальная длина строки в символах — 50. |
Query-параметры
Параметр | Описание |
---|---|
pageSize | Максимальное количество результатов на странице ответа на запрос. Если количество результатов больше чем pageSize, сервис вернет значение nextPageToken, которое можно использовать для получения следующей страницы. Максимальное значение — 1000. |
pageToken | Токен страницы. Установите значение pageToken равным значению поля nextPageToken предыдущего запроса, чтобы получить следующую страницу результатов. Максимальная длина строки в символах — 100. |
Ответ
HTTP Code: 200 - OK
{
"hosts": [
{
"name": "string",
"clusterId": "string",
"zoneId": "string",
"resources": {
"resourcePresetId": "string",
"diskSize": "string",
"diskTypeId": "string"
},
"role": "string",
"health": "string",
"services": [
{
"type": "string",
"health": "string"
}
],
"subnetId": "string",
"replicationSource": "string",
"priority": "integer",
"config": {
// `hosts[].config` включает только одно из полей `postgresqlConfig_9_6`, `postgresqlConfig_10_1C`, `postgresqlConfig_10`, `postgresqlConfig_11`, `postgresqlConfig_11_1C`, `postgresqlConfig_12`, `postgresqlConfig_12_1C`
"postgresqlConfig_9_6": {
"recoveryMinApplyDelay": "integer",
"sharedBuffers": "integer",
"tempBuffers": "integer",
"workMem": "integer",
"replacementSortTuples": "integer",
"tempFileLimit": "integer",
"backendFlushAfter": "integer",
"oldSnapshotThreshold": "integer",
"maxStandbyStreamingDelay": "integer",
"constraintExclusion": "string",
"cursorTupleFraction": "number",
"fromCollapseLimit": "integer",
"joinCollapseLimit": "integer",
"forceParallelMode": "string",
"clientMinMessages": "string",
"logMinMessages": "string",
"logMinErrorStatement": "string",
"logMinDurationStatement": "integer",
"logCheckpoints": true,
"logConnections": true,
"logDisconnections": true,
"logDuration": true,
"logErrorVerbosity": "string",
"logLockWaits": true,
"logStatement": "string",
"logTempFiles": "integer",
"searchPath": "string",
"rowSecurity": true,
"defaultTransactionIsolation": "string",
"statementTimeout": "integer",
"lockTimeout": "integer",
"idleInTransactionSessionTimeout": "integer",
"byteaOutput": "string",
"xmlbinary": "string",
"xmloption": "string",
"ginPendingListLimit": "integer",
"deadlockTimeout": "integer",
"maxLocksPerTransaction": "integer",
"maxPredLocksPerTransaction": "integer",
"arrayNulls": true,
"backslashQuote": "string",
"defaultWithOids": true,
"escapeStringWarning": true,
"loCompatPrivileges": true,
"operatorPrecedenceWarning": true,
"quoteAllIdentifiers": true,
"standardConformingStrings": true,
"synchronizeSeqscans": true,
"transformNullEquals": true,
"exitOnError": true,
"seqPageCost": "number",
"randomPageCost": "number",
"sqlInheritance": true
},
"postgresqlConfig_10_1C": {
"recoveryMinApplyDelay": "integer",
"sharedBuffers": "integer",
"tempBuffers": "integer",
"workMem": "integer",
"replacementSortTuples": "integer",
"tempFileLimit": "integer",
"backendFlushAfter": "integer",
"oldSnapshotThreshold": "integer",
"maxStandbyStreamingDelay": "integer",
"constraintExclusion": "string",
"cursorTupleFraction": "number",
"fromCollapseLimit": "integer",
"joinCollapseLimit": "integer",
"forceParallelMode": "string",
"clientMinMessages": "string",
"logMinMessages": "string",
"logMinErrorStatement": "string",
"logMinDurationStatement": "integer",
"logCheckpoints": true,
"logConnections": true,
"logDisconnections": true,
"logDuration": true,
"logErrorVerbosity": "string",
"logLockWaits": true,
"logStatement": "string",
"logTempFiles": "integer",
"searchPath": "string",
"rowSecurity": true,
"defaultTransactionIsolation": "string",
"statementTimeout": "integer",
"lockTimeout": "integer",
"idleInTransactionSessionTimeout": "integer",
"byteaOutput": "string",
"xmlbinary": "string",
"xmloption": "string",
"ginPendingListLimit": "integer",
"deadlockTimeout": "integer",
"maxLocksPerTransaction": "integer",
"maxPredLocksPerTransaction": "integer",
"arrayNulls": true,
"backslashQuote": "string",
"defaultWithOids": true,
"escapeStringWarning": true,
"loCompatPrivileges": true,
"operatorPrecedenceWarning": true,
"quoteAllIdentifiers": true,
"standardConformingStrings": true,
"synchronizeSeqscans": true,
"transformNullEquals": true,
"exitOnError": true,
"seqPageCost": "number",
"randomPageCost": "number",
"enableBitmapscan": true,
"enableHashagg": true,
"enableHashjoin": true,
"enableIndexscan": true,
"enableIndexonlyscan": true,
"enableMaterial": true,
"enableMergejoin": true,
"enableNestloop": true,
"enableSeqscan": true,
"enableSort": true,
"enableTidscan": true,
"maxParallelWorkers": "integer",
"maxParallelWorkersPerGather": "integer",
"timezone": "string",
"effectiveIoConcurrency": "integer",
"effectiveCacheSize": "integer"
},
"postgresqlConfig_10": {
"recoveryMinApplyDelay": "integer",
"sharedBuffers": "integer",
"tempBuffers": "integer",
"workMem": "integer",
"replacementSortTuples": "integer",
"tempFileLimit": "integer",
"backendFlushAfter": "integer",
"oldSnapshotThreshold": "integer",
"maxStandbyStreamingDelay": "integer",
"constraintExclusion": "string",
"cursorTupleFraction": "number",
"fromCollapseLimit": "integer",
"joinCollapseLimit": "integer",
"forceParallelMode": "string",
"clientMinMessages": "string",
"logMinMessages": "string",
"logMinErrorStatement": "string",
"logMinDurationStatement": "integer",
"logCheckpoints": true,
"logConnections": true,
"logDisconnections": true,
"logDuration": true,
"logErrorVerbosity": "string",
"logLockWaits": true,
"logStatement": "string",
"logTempFiles": "integer",
"searchPath": "string",
"rowSecurity": true,
"defaultTransactionIsolation": "string",
"statementTimeout": "integer",
"lockTimeout": "integer",
"idleInTransactionSessionTimeout": "integer",
"byteaOutput": "string",
"xmlbinary": "string",
"xmloption": "string",
"ginPendingListLimit": "integer",
"deadlockTimeout": "integer",
"maxLocksPerTransaction": "integer",
"maxPredLocksPerTransaction": "integer",
"arrayNulls": true,
"backslashQuote": "string",
"defaultWithOids": true,
"escapeStringWarning": true,
"loCompatPrivileges": true,
"operatorPrecedenceWarning": true,
"quoteAllIdentifiers": true,
"standardConformingStrings": true,
"synchronizeSeqscans": true,
"transformNullEquals": true,
"exitOnError": true,
"seqPageCost": "number",
"randomPageCost": "number",
"enableBitmapscan": true,
"enableHashagg": true,
"enableHashjoin": true,
"enableIndexscan": true,
"enableIndexonlyscan": true,
"enableMaterial": true,
"enableMergejoin": true,
"enableNestloop": true,
"enableSeqscan": true,
"enableSort": true,
"enableTidscan": true,
"maxParallelWorkers": "integer",
"maxParallelWorkersPerGather": "integer"
},
"postgresqlConfig_11": {
"recoveryMinApplyDelay": "integer",
"sharedBuffers": "integer",
"tempBuffers": "integer",
"workMem": "integer",
"tempFileLimit": "integer",
"backendFlushAfter": "integer",
"oldSnapshotThreshold": "integer",
"maxStandbyStreamingDelay": "integer",
"constraintExclusion": "string",
"cursorTupleFraction": "number",
"fromCollapseLimit": "integer",
"joinCollapseLimit": "integer",
"forceParallelMode": "string",
"clientMinMessages": "string",
"logMinMessages": "string",
"logMinErrorStatement": "string",
"logMinDurationStatement": "integer",
"logCheckpoints": true,
"logConnections": true,
"logDisconnections": true,
"logDuration": true,
"logErrorVerbosity": "string",
"logLockWaits": true,
"logStatement": "string",
"logTempFiles": "integer",
"searchPath": "string",
"rowSecurity": true,
"defaultTransactionIsolation": "string",
"statementTimeout": "integer",
"lockTimeout": "integer",
"idleInTransactionSessionTimeout": "integer",
"byteaOutput": "string",
"xmlbinary": "string",
"xmloption": "string",
"ginPendingListLimit": "integer",
"deadlockTimeout": "integer",
"maxLocksPerTransaction": "integer",
"maxPredLocksPerTransaction": "integer",
"arrayNulls": true,
"backslashQuote": "string",
"defaultWithOids": true,
"escapeStringWarning": true,
"loCompatPrivileges": true,
"operatorPrecedenceWarning": true,
"quoteAllIdentifiers": true,
"standardConformingStrings": true,
"synchronizeSeqscans": true,
"transformNullEquals": true,
"exitOnError": true,
"seqPageCost": "number",
"randomPageCost": "number",
"enableBitmapscan": true,
"enableHashagg": true,
"enableHashjoin": true,
"enableIndexscan": true,
"enableIndexonlyscan": true,
"enableMaterial": true,
"enableMergejoin": true,
"enableNestloop": true,
"enableSeqscan": true,
"enableSort": true,
"enableTidscan": true,
"maxParallelWorkers": "integer",
"maxParallelWorkersPerGather": "integer"
},
"postgresqlConfig_11_1C": {
"recoveryMinApplyDelay": "integer",
"sharedBuffers": "integer",
"tempBuffers": "integer",
"workMem": "integer",
"tempFileLimit": "integer",
"backendFlushAfter": "integer",
"oldSnapshotThreshold": "integer",
"maxStandbyStreamingDelay": "integer",
"constraintExclusion": "string",
"cursorTupleFraction": "number",
"fromCollapseLimit": "integer",
"joinCollapseLimit": "integer",
"forceParallelMode": "string",
"clientMinMessages": "string",
"logMinMessages": "string",
"logMinErrorStatement": "string",
"logMinDurationStatement": "integer",
"logCheckpoints": true,
"logConnections": true,
"logDisconnections": true,
"logDuration": true,
"logErrorVerbosity": "string",
"logLockWaits": true,
"logStatement": "string",
"logTempFiles": "integer",
"searchPath": "string",
"rowSecurity": true,
"defaultTransactionIsolation": "string",
"statementTimeout": "integer",
"lockTimeout": "integer",
"idleInTransactionSessionTimeout": "integer",
"byteaOutput": "string",
"xmlbinary": "string",
"xmloption": "string",
"ginPendingListLimit": "integer",
"deadlockTimeout": "integer",
"maxLocksPerTransaction": "integer",
"maxPredLocksPerTransaction": "integer",
"arrayNulls": true,
"backslashQuote": "string",
"defaultWithOids": true,
"escapeStringWarning": true,
"loCompatPrivileges": true,
"operatorPrecedenceWarning": true,
"quoteAllIdentifiers": true,
"standardConformingStrings": true,
"synchronizeSeqscans": true,
"transformNullEquals": true,
"exitOnError": true,
"seqPageCost": "number",
"randomPageCost": "number",
"enableBitmapscan": true,
"enableHashagg": true,
"enableHashjoin": true,
"enableIndexscan": true,
"enableIndexonlyscan": true,
"enableMaterial": true,
"enableMergejoin": true,
"enableNestloop": true,
"enableSeqscan": true,
"enableSort": true,
"enableTidscan": true,
"maxParallelWorkers": "integer",
"maxParallelWorkersPerGather": "integer"
},
"postgresqlConfig_12": {
"recoveryMinApplyDelay": "integer",
"sharedBuffers": "integer",
"tempBuffers": "integer",
"workMem": "integer",
"tempFileLimit": "integer",
"backendFlushAfter": "integer",
"oldSnapshotThreshold": "integer",
"maxStandbyStreamingDelay": "integer",
"constraintExclusion": "string",
"cursorTupleFraction": "number",
"fromCollapseLimit": "integer",
"joinCollapseLimit": "integer",
"forceParallelMode": "string",
"clientMinMessages": "string",
"logMinMessages": "string",
"logMinErrorStatement": "string",
"logMinDurationStatement": "integer",
"logCheckpoints": true,
"logConnections": true,
"logDisconnections": true,
"logDuration": true,
"logErrorVerbosity": "string",
"logLockWaits": true,
"logStatement": "string",
"logTempFiles": "integer",
"searchPath": "string",
"rowSecurity": true,
"defaultTransactionIsolation": "string",
"statementTimeout": "integer",
"lockTimeout": "integer",
"idleInTransactionSessionTimeout": "integer",
"byteaOutput": "string",
"xmlbinary": "string",
"xmloption": "string",
"ginPendingListLimit": "integer",
"deadlockTimeout": "integer",
"maxLocksPerTransaction": "integer",
"maxPredLocksPerTransaction": "integer",
"arrayNulls": true,
"backslashQuote": "string",
"defaultWithOids": true,
"escapeStringWarning": true,
"loCompatPrivileges": true,
"operatorPrecedenceWarning": true,
"quoteAllIdentifiers": true,
"standardConformingStrings": true,
"synchronizeSeqscans": true,
"transformNullEquals": true,
"exitOnError": true,
"seqPageCost": "number",
"randomPageCost": "number",
"enableBitmapscan": true,
"enableHashagg": true,
"enableHashjoin": true,
"enableIndexscan": true,
"enableIndexonlyscan": true,
"enableMaterial": true,
"enableMergejoin": true,
"enableNestloop": true,
"enableSeqscan": true,
"enableSort": true,
"enableTidscan": true,
"maxParallelWorkers": "integer",
"maxParallelWorkersPerGather": "integer",
"timezone": "string",
"effectiveIoConcurrency": "integer",
"effectiveCacheSize": "integer"
},
"postgresqlConfig_12_1C": {
"recoveryMinApplyDelay": "integer",
"sharedBuffers": "integer",
"tempBuffers": "integer",
"workMem": "integer",
"tempFileLimit": "integer",
"backendFlushAfter": "integer",
"oldSnapshotThreshold": "integer",
"maxStandbyStreamingDelay": "integer",
"constraintExclusion": "string",
"cursorTupleFraction": "number",
"fromCollapseLimit": "integer",
"joinCollapseLimit": "integer",
"forceParallelMode": "string",
"clientMinMessages": "string",
"logMinMessages": "string",
"logMinErrorStatement": "string",
"logMinDurationStatement": "integer",
"logCheckpoints": true,
"logConnections": true,
"logDisconnections": true,
"logDuration": true,
"logErrorVerbosity": "string",
"logLockWaits": true,
"logStatement": "string",
"logTempFiles": "integer",
"searchPath": "string",
"rowSecurity": true,
"defaultTransactionIsolation": "string",
"statementTimeout": "integer",
"lockTimeout": "integer",
"idleInTransactionSessionTimeout": "integer",
"byteaOutput": "string",
"xmlbinary": "string",
"xmloption": "string",
"ginPendingListLimit": "integer",
"deadlockTimeout": "integer",
"maxLocksPerTransaction": "integer",
"maxPredLocksPerTransaction": "integer",
"arrayNulls": true,
"backslashQuote": "string",
"defaultWithOids": true,
"escapeStringWarning": true,
"loCompatPrivileges": true,
"operatorPrecedenceWarning": true,
"quoteAllIdentifiers": true,
"standardConformingStrings": true,
"synchronizeSeqscans": true,
"transformNullEquals": true,
"exitOnError": true,
"seqPageCost": "number",
"randomPageCost": "number",
"enableBitmapscan": true,
"enableHashagg": true,
"enableHashjoin": true,
"enableIndexscan": true,
"enableIndexonlyscan": true,
"enableMaterial": true,
"enableMergejoin": true,
"enableNestloop": true,
"enableSeqscan": true,
"enableSort": true,
"enableTidscan": true,
"maxParallelWorkers": "integer",
"maxParallelWorkersPerGather": "integer",
"timezone": "string",
"effectiveIoConcurrency": "integer",
"effectiveCacheSize": "integer"
},
// конец списка возможных полей`hosts[].config`
},
"assignPublicIp": true,
"replicaType": "string"
}
],
"nextPageToken": "string"
}
Поле | Описание |
---|---|
hosts[] | object Список ресурсов Host. |
hosts[]. name |
string Имя хоста PostgreSQL. Имя хоста назначается MDB во время создания и не может быть изменено. Длина 1-63 символов. Имя уникально для всех существующих хостов MDB в Яндекс.Облаке, так как оно определяет полное доменное имя (FQDN) хоста. |
hosts[]. clusterId |
string Идентификатор хоста PostgreSQL. Этот идентификатор генерирует MDB при создании. |
hosts[]. zoneId |
string Идентификатор зоны доступности, в которой находится хост PostgreSQL. |
hosts[]. resources |
object Ресурсы, выделенные для хоста PostgreSQL. |
hosts[]. resources. resourcePresetId |
string Идентификатор набора вычислительных ресурсов, доступных хосту (процессор, память и т. д.). Все доступные наборы ресурсов перечислены в документации. |
hosts[]. resources. diskSize |
string (int64) Объем хранилища, доступного хосту, в байтах. |
hosts[]. resources. diskTypeId |
string Тип хранилища для хоста. Возможные значения:
|
hosts[]. role |
string Роль хоста в кластере.
|
hosts[]. health |
string Код работоспособности хоста.
|
hosts[]. services[] |
object Сервисы, предоставляемые хостом. |
hosts[]. services[]. type |
string Тип сервиса, предоставляемого хостом.
|
hosts[]. services[]. health |
string Код состояния доступности сервера.
|
hosts[]. subnetId |
string Идентификатор подсети, к которой принадлежит хост. |
hosts[]. replicationSource |
string Имя хоста, который будет использоваться в качестве источника репликации (для каскадной репликации). |
hosts[]. priority |
integer (int64) Приоритет хоста как реплики. Более высокое значение соответствует более высокому приоритету. Хост с наивысшим приоритетом является синхронной репликой. Все остальные асинхронны. Синхронная реплика при необходимости заменяет мастер. Когда реплика становится мастером, ее приоритет игнорируется. |
hosts[]. config |
object Конфигурация сервера PostgreSQL для хоста. |
hosts[]. config. postgresqlConfig_9_6 |
object Конфигурация для хоста, на котором развернут сервером PostgreSQL 9.6. hosts[].config включает только одно из полей postgresqlConfig_9_6 , postgresqlConfig_10_1C , postgresqlConfig_10 , postgresqlConfig_11 , postgresqlConfig_11_1C , postgresqlConfig_12 , postgresqlConfig_12_1C Поля и структура |
hosts[]. config. postgresqlConfig_9_6. recoveryMinApplyDelay |
integer (int64) |
hosts[]. config. postgresqlConfig_9_6. sharedBuffers |
integer (int64) |
hosts[]. config. postgresqlConfig_9_6. tempBuffers |
integer (int64) |
hosts[]. config. postgresqlConfig_9_6. workMem |
integer (int64) |
hosts[]. config. postgresqlConfig_9_6. replacementSortTuples |
integer (int64) |
hosts[]. config. postgresqlConfig_9_6. tempFileLimit |
integer (int64) |
hosts[]. config. postgresqlConfig_9_6. backendFlushAfter |
integer (int64) Допустимые значения — от 0 до 2048 включительно. |
hosts[]. config. postgresqlConfig_9_6. oldSnapshotThreshold |
integer (int64) Допустимые значения — от -1 до 86400 включительно. |
hosts[]. config. postgresqlConfig_9_6. maxStandbyStreamingDelay |
integer (int64) |
hosts[]. config. postgresqlConfig_9_6. constraintExclusion |
string |
hosts[]. config. postgresqlConfig_9_6. cursorTupleFraction |
number (double) |
hosts[]. config. postgresqlConfig_9_6. fromCollapseLimit |
integer (int64) Допустимые значения — от 1 до 2147483647 включительно. |
hosts[]. config. postgresqlConfig_9_6. joinCollapseLimit |
integer (int64) Допустимые значения — от 1 до 2147483647 включительно. |
hosts[]. config. postgresqlConfig_9_6. forceParallelMode |
string |
hosts[]. config. postgresqlConfig_9_6. clientMinMessages |
string |
hosts[]. config. postgresqlConfig_9_6. logMinMessages |
string |
hosts[]. config. postgresqlConfig_9_6. logMinErrorStatement |
string |
hosts[]. config. postgresqlConfig_9_6. logMinDurationStatement |
integer (int64) |
hosts[]. config. postgresqlConfig_9_6. logCheckpoints |
boolean (boolean) |
hosts[]. config. postgresqlConfig_9_6. logConnections |
boolean (boolean) |
hosts[]. config. postgresqlConfig_9_6. logDisconnections |
boolean (boolean) |
hosts[]. config. postgresqlConfig_9_6. logDuration |
boolean (boolean) |
hosts[]. config. postgresqlConfig_9_6. logErrorVerbosity |
string |
hosts[]. config. postgresqlConfig_9_6. logLockWaits |
boolean (boolean) |
hosts[]. config. postgresqlConfig_9_6. logStatement |
string |
hosts[]. config. postgresqlConfig_9_6. logTempFiles |
integer (int64) |
hosts[]. config. postgresqlConfig_9_6. searchPath |
string |
hosts[]. config. postgresqlConfig_9_6. rowSecurity |
boolean (boolean) |
hosts[]. config. postgresqlConfig_9_6. defaultTransactionIsolation |
string |
hosts[]. config. postgresqlConfig_9_6. statementTimeout |
integer (int64) |
hosts[]. config. postgresqlConfig_9_6. lockTimeout |
integer (int64) |
hosts[]. config. postgresqlConfig_9_6. idleInTransactionSessionTimeout |
integer (int64) |
hosts[]. config. postgresqlConfig_9_6. byteaOutput |
string |
hosts[]. config. postgresqlConfig_9_6. xmlbinary |
string |
hosts[]. config. postgresqlConfig_9_6. xmloption |
string |
hosts[]. config. postgresqlConfig_9_6. ginPendingListLimit |
integer (int64) |
hosts[]. config. postgresqlConfig_9_6. deadlockTimeout |
integer (int64) |
hosts[]. config. postgresqlConfig_9_6. maxLocksPerTransaction |
integer (int64) |
hosts[]. config. postgresqlConfig_9_6. maxPredLocksPerTransaction |
integer (int64) |
hosts[]. config. postgresqlConfig_9_6. arrayNulls |
boolean (boolean) |
hosts[]. config. postgresqlConfig_9_6. backslashQuote |
string |
hosts[]. config. postgresqlConfig_9_6. defaultWithOids |
boolean (boolean) |
hosts[]. config. postgresqlConfig_9_6. escapeStringWarning |
boolean (boolean) |
hosts[]. config. postgresqlConfig_9_6. loCompatPrivileges |
boolean (boolean) |
hosts[]. config. postgresqlConfig_9_6. operatorPrecedenceWarning |
boolean (boolean) |
hosts[]. config. postgresqlConfig_9_6. quoteAllIdentifiers |
boolean (boolean) |
hosts[]. config. postgresqlConfig_9_6. standardConformingStrings |
boolean (boolean) |
hosts[]. config. postgresqlConfig_9_6. synchronizeSeqscans |
boolean (boolean) |
hosts[]. config. postgresqlConfig_9_6. transformNullEquals |
boolean (boolean) |
hosts[]. config. postgresqlConfig_9_6. exitOnError |
boolean (boolean) |
hosts[]. config. postgresqlConfig_9_6. seqPageCost |
number (double) |
hosts[]. config. postgresqlConfig_9_6. randomPageCost |
number (double) |
hosts[]. config. postgresqlConfig_9_6. sqlInheritance |
boolean (boolean) Эта настройка была удалена с выходом PostgreSQL 10. |
hosts[]. config. postgresqlConfig_10_1C |
object Конфигурация для хоста, на котором развернут сервер PostgreSQL 10 1С. hosts[].config включает только одно из полей postgresqlConfig_9_6 , postgresqlConfig_10_1C , postgresqlConfig_10 , postgresqlConfig_11 , postgresqlConfig_11_1C , postgresqlConfig_12 , postgresqlConfig_12_1C Поля и структура |
hosts[]. config. postgresqlConfig_10_1C. recoveryMinApplyDelay |
integer (int64) |
hosts[]. config. postgresqlConfig_10_1C. sharedBuffers |
integer (int64) |
hosts[]. config. postgresqlConfig_10_1C. tempBuffers |
integer (int64) |
hosts[]. config. postgresqlConfig_10_1C. workMem |
integer (int64) |
hosts[]. config. postgresqlConfig_10_1C. replacementSortTuples |
integer (int64) |
hosts[]. config. postgresqlConfig_10_1C. tempFileLimit |
integer (int64) |
hosts[]. config. postgresqlConfig_10_1C. backendFlushAfter |
integer (int64) Допустимые значения — от 0 до 2048 включительно. |
hosts[]. config. postgresqlConfig_10_1C. oldSnapshotThreshold |
integer (int64) Допустимые значения — от -1 до 86400 включительно. |
hosts[]. config. postgresqlConfig_10_1C. maxStandbyStreamingDelay |
integer (int64) |
hosts[]. config. postgresqlConfig_10_1C. constraintExclusion |
string |
hosts[]. config. postgresqlConfig_10_1C. cursorTupleFraction |
number (double) |
hosts[]. config. postgresqlConfig_10_1C. fromCollapseLimit |
integer (int64) Допустимые значения — от 1 до 2147483647 включительно. |
hosts[]. config. postgresqlConfig_10_1C. joinCollapseLimit |
integer (int64) Допустимые значения — от 1 до 2147483647 включительно. |
hosts[]. config. postgresqlConfig_10_1C. forceParallelMode |
string |
hosts[]. config. postgresqlConfig_10_1C. clientMinMessages |
string |
hosts[]. config. postgresqlConfig_10_1C. logMinMessages |
string |
hosts[]. config. postgresqlConfig_10_1C. logMinErrorStatement |
string |
hosts[]. config. postgresqlConfig_10_1C. logMinDurationStatement |
integer (int64) |
hosts[]. config. postgresqlConfig_10_1C. logCheckpoints |
boolean (boolean) |
hosts[]. config. postgresqlConfig_10_1C. logConnections |
boolean (boolean) |
hosts[]. config. postgresqlConfig_10_1C. logDisconnections |
boolean (boolean) |
hosts[]. config. postgresqlConfig_10_1C. logDuration |
boolean (boolean) |
hosts[]. config. postgresqlConfig_10_1C. logErrorVerbosity |
string |
hosts[]. config. postgresqlConfig_10_1C. logLockWaits |
boolean (boolean) |
hosts[]. config. postgresqlConfig_10_1C. logStatement |
string |
hosts[]. config. postgresqlConfig_10_1C. logTempFiles |
integer (int64) |
hosts[]. config. postgresqlConfig_10_1C. searchPath |
string |
hosts[]. config. postgresqlConfig_10_1C. rowSecurity |
boolean (boolean) |
hosts[]. config. postgresqlConfig_10_1C. defaultTransactionIsolation |
string |
hosts[]. config. postgresqlConfig_10_1C. statementTimeout |
integer (int64) |
hosts[]. config. postgresqlConfig_10_1C. lockTimeout |
integer (int64) |
hosts[]. config. postgresqlConfig_10_1C. idleInTransactionSessionTimeout |
integer (int64) |
hosts[]. config. postgresqlConfig_10_1C. byteaOutput |
string |
hosts[]. config. postgresqlConfig_10_1C. xmlbinary |
string |
hosts[]. config. postgresqlConfig_10_1C. xmloption |
string |
hosts[]. config. postgresqlConfig_10_1C. ginPendingListLimit |
integer (int64) |
hosts[]. config. postgresqlConfig_10_1C. deadlockTimeout |
integer (int64) |
hosts[]. config. postgresqlConfig_10_1C. maxLocksPerTransaction |
integer (int64) |
hosts[]. config. postgresqlConfig_10_1C. maxPredLocksPerTransaction |
integer (int64) |
hosts[]. config. postgresqlConfig_10_1C. arrayNulls |
boolean (boolean) |
hosts[]. config. postgresqlConfig_10_1C. backslashQuote |
string |
hosts[]. config. postgresqlConfig_10_1C. defaultWithOids |
boolean (boolean) |
hosts[]. config. postgresqlConfig_10_1C. escapeStringWarning |
boolean (boolean) |
hosts[]. config. postgresqlConfig_10_1C. loCompatPrivileges |
boolean (boolean) |
hosts[]. config. postgresqlConfig_10_1C. operatorPrecedenceWarning |
boolean (boolean) |
hosts[]. config. postgresqlConfig_10_1C. quoteAllIdentifiers |
boolean (boolean) |
hosts[]. config. postgresqlConfig_10_1C. standardConformingStrings |
boolean (boolean) |
hosts[]. config. postgresqlConfig_10_1C. synchronizeSeqscans |
boolean (boolean) |
hosts[]. config. postgresqlConfig_10_1C. transformNullEquals |
boolean (boolean) |
hosts[]. config. postgresqlConfig_10_1C. exitOnError |
boolean (boolean) |
hosts[]. config. postgresqlConfig_10_1C. seqPageCost |
number (double) |
hosts[]. config. postgresqlConfig_10_1C. randomPageCost |
number (double) |
hosts[]. config. postgresqlConfig_10_1C. enableBitmapscan |
boolean (boolean) |
hosts[]. config. postgresqlConfig_10_1C. enableHashagg |
boolean (boolean) |
hosts[]. config. postgresqlConfig_10_1C. enableHashjoin |
boolean (boolean) |
hosts[]. config. postgresqlConfig_10_1C. enableIndexscan |
boolean (boolean) |
hosts[]. config. postgresqlConfig_10_1C. enableIndexonlyscan |
boolean (boolean) |
hosts[]. config. postgresqlConfig_10_1C. enableMaterial |
boolean (boolean) |
hosts[]. config. postgresqlConfig_10_1C. enableMergejoin |
boolean (boolean) |
hosts[]. config. postgresqlConfig_10_1C. enableNestloop |
boolean (boolean) |
hosts[]. config. postgresqlConfig_10_1C. enableSeqscan |
boolean (boolean) |
hosts[]. config. postgresqlConfig_10_1C. enableSort |
boolean (boolean) |
hosts[]. config. postgresqlConfig_10_1C. enableTidscan |
boolean (boolean) |
hosts[]. config. postgresqlConfig_10_1C. maxParallelWorkers |
integer (int64) Допустимые значения — от 0 до 1024 включительно. |
hosts[]. config. postgresqlConfig_10_1C. maxParallelWorkersPerGather |
integer (int64) Допустимые значения — от 0 до 1024 включительно. |
hosts[]. config. postgresqlConfig_10_1C. timezone |
string |
hosts[]. config. postgresqlConfig_10_1C. effectiveIoConcurrency |
integer (int64) Допустимые значения — от 0 до 1000 включительно. |
hosts[]. config. postgresqlConfig_10_1C. effectiveCacheSize |
integer (int64) Допустимые значения — от 0 до 549755813888 включительно. |
hosts[]. config. postgresqlConfig_10 |
object Конфигурация для хоста, на котором развернут сервер PostgreSQL 10. hosts[].config включает только одно из полей postgresqlConfig_9_6 , postgresqlConfig_10_1C , postgresqlConfig_10 , postgresqlConfig_11 , postgresqlConfig_11_1C , postgresqlConfig_12 , postgresqlConfig_12_1C Поля и структура |
hosts[]. config. postgresqlConfig_10. recoveryMinApplyDelay |
integer (int64) |
hosts[]. config. postgresqlConfig_10. sharedBuffers |
integer (int64) |
hosts[]. config. postgresqlConfig_10. tempBuffers |
integer (int64) |
hosts[]. config. postgresqlConfig_10. workMem |
integer (int64) |
hosts[]. config. postgresqlConfig_10. replacementSortTuples |
integer (int64) |
hosts[]. config. postgresqlConfig_10. tempFileLimit |
integer (int64) |
hosts[]. config. postgresqlConfig_10. backendFlushAfter |
integer (int64) Допустимые значения — от 0 до 2048 включительно. |
hosts[]. config. postgresqlConfig_10. oldSnapshotThreshold |
integer (int64) Допустимые значения — от -1 до 86400 включительно. |
hosts[]. config. postgresqlConfig_10. maxStandbyStreamingDelay |
integer (int64) |
hosts[]. config. postgresqlConfig_10. constraintExclusion |
string |
hosts[]. config. postgresqlConfig_10. cursorTupleFraction |
number (double) |
hosts[]. config. postgresqlConfig_10. fromCollapseLimit |
integer (int64) Допустимые значения — от 1 до 2147483647 включительно. |
hosts[]. config. postgresqlConfig_10. joinCollapseLimit |
integer (int64) Допустимые значения — от 1 до 2147483647 включительно. |
hosts[]. config. postgresqlConfig_10. forceParallelMode |
string |
hosts[]. config. postgresqlConfig_10. clientMinMessages |
string |
hosts[]. config. postgresqlConfig_10. logMinMessages |
string |
hosts[]. config. postgresqlConfig_10. logMinErrorStatement |
string |
hosts[]. config. postgresqlConfig_10. logMinDurationStatement |
integer (int64) |
hosts[]. config. postgresqlConfig_10. logCheckpoints |
boolean (boolean) |
hosts[]. config. postgresqlConfig_10. logConnections |
boolean (boolean) |
hosts[]. config. postgresqlConfig_10. logDisconnections |
boolean (boolean) |
hosts[]. config. postgresqlConfig_10. logDuration |
boolean (boolean) |
hosts[]. config. postgresqlConfig_10. logErrorVerbosity |
string |
hosts[]. config. postgresqlConfig_10. logLockWaits |
boolean (boolean) |
hosts[]. config. postgresqlConfig_10. logStatement |
string |
hosts[]. config. postgresqlConfig_10. logTempFiles |
integer (int64) |
hosts[]. config. postgresqlConfig_10. searchPath |
string |
hosts[]. config. postgresqlConfig_10. rowSecurity |
boolean (boolean) |
hosts[]. config. postgresqlConfig_10. defaultTransactionIsolation |
string |
hosts[]. config. postgresqlConfig_10. statementTimeout |
integer (int64) |
hosts[]. config. postgresqlConfig_10. lockTimeout |
integer (int64) |
hosts[]. config. postgresqlConfig_10. idleInTransactionSessionTimeout |
integer (int64) |
hosts[]. config. postgresqlConfig_10. byteaOutput |
string |
hosts[]. config. postgresqlConfig_10. xmlbinary |
string |
hosts[]. config. postgresqlConfig_10. xmloption |
string |
hosts[]. config. postgresqlConfig_10. ginPendingListLimit |
integer (int64) |
hosts[]. config. postgresqlConfig_10. deadlockTimeout |
integer (int64) |
hosts[]. config. postgresqlConfig_10. maxLocksPerTransaction |
integer (int64) |
hosts[]. config. postgresqlConfig_10. maxPredLocksPerTransaction |
integer (int64) |
hosts[]. config. postgresqlConfig_10. arrayNulls |
boolean (boolean) |
hosts[]. config. postgresqlConfig_10. backslashQuote |
string |
hosts[]. config. postgresqlConfig_10. defaultWithOids |
boolean (boolean) |
hosts[]. config. postgresqlConfig_10. escapeStringWarning |
boolean (boolean) |
hosts[]. config. postgresqlConfig_10. loCompatPrivileges |
boolean (boolean) |
hosts[]. config. postgresqlConfig_10. operatorPrecedenceWarning |
boolean (boolean) |
hosts[]. config. postgresqlConfig_10. quoteAllIdentifiers |
boolean (boolean) |
hosts[]. config. postgresqlConfig_10. standardConformingStrings |
boolean (boolean) |
hosts[]. config. postgresqlConfig_10. synchronizeSeqscans |
boolean (boolean) |
hosts[]. config. postgresqlConfig_10. transformNullEquals |
boolean (boolean) |
hosts[]. config. postgresqlConfig_10. exitOnError |
boolean (boolean) |
hosts[]. config. postgresqlConfig_10. seqPageCost |
number (double) |
hosts[]. config. postgresqlConfig_10. randomPageCost |
number (double) |
hosts[]. config. postgresqlConfig_10. enableBitmapscan |
boolean (boolean) |
hosts[]. config. postgresqlConfig_10. enableHashagg |
boolean (boolean) |
hosts[]. config. postgresqlConfig_10. enableHashjoin |
boolean (boolean) |
hosts[]. config. postgresqlConfig_10. enableIndexscan |
boolean (boolean) |
hosts[]. config. postgresqlConfig_10. enableIndexonlyscan |
boolean (boolean) |
hosts[]. config. postgresqlConfig_10. enableMaterial |
boolean (boolean) |
hosts[]. config. postgresqlConfig_10. enableMergejoin |
boolean (boolean) |
hosts[]. config. postgresqlConfig_10. enableNestloop |
boolean (boolean) |
hosts[]. config. postgresqlConfig_10. enableSeqscan |
boolean (boolean) |
hosts[]. config. postgresqlConfig_10. enableSort |
boolean (boolean) |
hosts[]. config. postgresqlConfig_10. enableTidscan |
boolean (boolean) |
hosts[]. config. postgresqlConfig_10. maxParallelWorkers |
integer (int64) Допустимые значения — от 0 до 1024 включительно. |
hosts[]. config. postgresqlConfig_10. maxParallelWorkersPerGather |
integer (int64) Допустимые значения — от 0 до 1024 включительно. |
hosts[]. config. postgresqlConfig_11 |
object Конфигурация для хоста, на котором развернут сервер PostgreSQL 11. hosts[].config включает только одно из полей postgresqlConfig_9_6 , postgresqlConfig_10_1C , postgresqlConfig_10 , postgresqlConfig_11 , postgresqlConfig_11_1C , postgresqlConfig_12 , postgresqlConfig_12_1C Поля и структура |
hosts[]. config. postgresqlConfig_11. recoveryMinApplyDelay |
integer (int64) |
hosts[]. config. postgresqlConfig_11. sharedBuffers |
integer (int64) |
hosts[]. config. postgresqlConfig_11. tempBuffers |
integer (int64) |
hosts[]. config. postgresqlConfig_11. workMem |
integer (int64) |
hosts[]. config. postgresqlConfig_11. tempFileLimit |
integer (int64) |
hosts[]. config. postgresqlConfig_11. backendFlushAfter |
integer (int64) Допустимые значения — от 0 до 2048 включительно. |
hosts[]. config. postgresqlConfig_11. oldSnapshotThreshold |
integer (int64) Допустимые значения — от -1 до 86400 включительно. |
hosts[]. config. postgresqlConfig_11. maxStandbyStreamingDelay |
integer (int64) |
hosts[]. config. postgresqlConfig_11. constraintExclusion |
string |
hosts[]. config. postgresqlConfig_11. cursorTupleFraction |
number (double) |
hosts[]. config. postgresqlConfig_11. fromCollapseLimit |
integer (int64) Допустимые значения — от 1 до 2147483647 включительно. |
hosts[]. config. postgresqlConfig_11. joinCollapseLimit |
integer (int64) Допустимые значения — от 1 до 2147483647 включительно. |
hosts[]. config. postgresqlConfig_11. forceParallelMode |
string |
hosts[]. config. postgresqlConfig_11. clientMinMessages |
string |
hosts[]. config. postgresqlConfig_11. logMinMessages |
string |
hosts[]. config. postgresqlConfig_11. logMinErrorStatement |
string |
hosts[]. config. postgresqlConfig_11. logMinDurationStatement |
integer (int64) |
hosts[]. config. postgresqlConfig_11. logCheckpoints |
boolean (boolean) |
hosts[]. config. postgresqlConfig_11. logConnections |
boolean (boolean) |
hosts[]. config. postgresqlConfig_11. logDisconnections |
boolean (boolean) |
hosts[]. config. postgresqlConfig_11. logDuration |
boolean (boolean) |
hosts[]. config. postgresqlConfig_11. logErrorVerbosity |
string |
hosts[]. config. postgresqlConfig_11. logLockWaits |
boolean (boolean) |
hosts[]. config. postgresqlConfig_11. logStatement |
string |
hosts[]. config. postgresqlConfig_11. logTempFiles |
integer (int64) |
hosts[]. config. postgresqlConfig_11. searchPath |
string |
hosts[]. config. postgresqlConfig_11. rowSecurity |
boolean (boolean) |
hosts[]. config. postgresqlConfig_11. defaultTransactionIsolation |
string |
hosts[]. config. postgresqlConfig_11. statementTimeout |
integer (int64) |
hosts[]. config. postgresqlConfig_11. lockTimeout |
integer (int64) |
hosts[]. config. postgresqlConfig_11. idleInTransactionSessionTimeout |
integer (int64) |
hosts[]. config. postgresqlConfig_11. byteaOutput |
string |
hosts[]. config. postgresqlConfig_11. xmlbinary |
string |
hosts[]. config. postgresqlConfig_11. xmloption |
string |
hosts[]. config. postgresqlConfig_11. ginPendingListLimit |
integer (int64) |
hosts[]. config. postgresqlConfig_11. deadlockTimeout |
integer (int64) |
hosts[]. config. postgresqlConfig_11. maxLocksPerTransaction |
integer (int64) |
hosts[]. config. postgresqlConfig_11. maxPredLocksPerTransaction |
integer (int64) |
hosts[]. config. postgresqlConfig_11. arrayNulls |
boolean (boolean) |
hosts[]. config. postgresqlConfig_11. backslashQuote |
string |
hosts[]. config. postgresqlConfig_11. defaultWithOids |
boolean (boolean) |
hosts[]. config. postgresqlConfig_11. escapeStringWarning |
boolean (boolean) |
hosts[]. config. postgresqlConfig_11. loCompatPrivileges |
boolean (boolean) |
hosts[]. config. postgresqlConfig_11. operatorPrecedenceWarning |
boolean (boolean) |
hosts[]. config. postgresqlConfig_11. quoteAllIdentifiers |
boolean (boolean) |
hosts[]. config. postgresqlConfig_11. standardConformingStrings |
boolean (boolean) |
hosts[]. config. postgresqlConfig_11. synchronizeSeqscans |
boolean (boolean) |
hosts[]. config. postgresqlConfig_11. transformNullEquals |
boolean (boolean) |
hosts[]. config. postgresqlConfig_11. exitOnError |
boolean (boolean) |
hosts[]. config. postgresqlConfig_11. seqPageCost |
number (double) |
hosts[]. config. postgresqlConfig_11. randomPageCost |
number (double) |
hosts[]. config. postgresqlConfig_11. enableBitmapscan |
boolean (boolean) |
hosts[]. config. postgresqlConfig_11. enableHashagg |
boolean (boolean) |
hosts[]. config. postgresqlConfig_11. enableHashjoin |
boolean (boolean) |
hosts[]. config. postgresqlConfig_11. enableIndexscan |
boolean (boolean) |
hosts[]. config. postgresqlConfig_11. enableIndexonlyscan |
boolean (boolean) |
hosts[]. config. postgresqlConfig_11. enableMaterial |
boolean (boolean) |
hosts[]. config. postgresqlConfig_11. enableMergejoin |
boolean (boolean) |
hosts[]. config. postgresqlConfig_11. enableNestloop |
boolean (boolean) |
hosts[]. config. postgresqlConfig_11. enableSeqscan |
boolean (boolean) |
hosts[]. config. postgresqlConfig_11. enableSort |
boolean (boolean) |
hosts[]. config. postgresqlConfig_11. enableTidscan |
boolean (boolean) |
hosts[]. config. postgresqlConfig_11. maxParallelWorkers |
integer (int64) Допустимые значения — от 0 до 1024 включительно. |
hosts[]. config. postgresqlConfig_11. maxParallelWorkersPerGather |
integer (int64) Допустимые значения — от 0 до 1024 включительно. |
hosts[]. config. postgresqlConfig_11_1C |
object Конфигурация для хоста, на котором развернут сервер PostgreSQL 11 1C. hosts[].config включает только одно из полей postgresqlConfig_9_6 , postgresqlConfig_10_1C , postgresqlConfig_10 , postgresqlConfig_11 , postgresqlConfig_11_1C , postgresqlConfig_12 , postgresqlConfig_12_1C Поля и структура |
hosts[]. config. postgresqlConfig_11_1C. recoveryMinApplyDelay |
integer (int64) |
hosts[]. config. postgresqlConfig_11_1C. sharedBuffers |
integer (int64) |
hosts[]. config. postgresqlConfig_11_1C. tempBuffers |
integer (int64) |
hosts[]. config. postgresqlConfig_11_1C. workMem |
integer (int64) |
hosts[]. config. postgresqlConfig_11_1C. tempFileLimit |
integer (int64) |
hosts[]. config. postgresqlConfig_11_1C. backendFlushAfter |
integer (int64) Допустимые значения — от 0 до 2048 включительно. |
hosts[]. config. postgresqlConfig_11_1C. oldSnapshotThreshold |
integer (int64) Допустимые значения — от -1 до 86400 включительно. |
hosts[]. config. postgresqlConfig_11_1C. maxStandbyStreamingDelay |
integer (int64) |
hosts[]. config. postgresqlConfig_11_1C. constraintExclusion |
string |
hosts[]. config. postgresqlConfig_11_1C. cursorTupleFraction |
number (double) |
hosts[]. config. postgresqlConfig_11_1C. fromCollapseLimit |
integer (int64) Допустимые значения — от 1 до 2147483647 включительно. |
hosts[]. config. postgresqlConfig_11_1C. joinCollapseLimit |
integer (int64) Допустимые значения — от 1 до 2147483647 включительно. |
hosts[]. config. postgresqlConfig_11_1C. forceParallelMode |
string |
hosts[]. config. postgresqlConfig_11_1C. clientMinMessages |
string |
hosts[]. config. postgresqlConfig_11_1C. logMinMessages |
string |
hosts[]. config. postgresqlConfig_11_1C. logMinErrorStatement |
string |
hosts[]. config. postgresqlConfig_11_1C. logMinDurationStatement |
integer (int64) |
hosts[]. config. postgresqlConfig_11_1C. logCheckpoints |
boolean (boolean) |
hosts[]. config. postgresqlConfig_11_1C. logConnections |
boolean (boolean) |
hosts[]. config. postgresqlConfig_11_1C. logDisconnections |
boolean (boolean) |
hosts[]. config. postgresqlConfig_11_1C. logDuration |
boolean (boolean) |
hosts[]. config. postgresqlConfig_11_1C. logErrorVerbosity |
string |
hosts[]. config. postgresqlConfig_11_1C. logLockWaits |
boolean (boolean) |
hosts[]. config. postgresqlConfig_11_1C. logStatement |
string |
hosts[]. config. postgresqlConfig_11_1C. logTempFiles |
integer (int64) |
hosts[]. config. postgresqlConfig_11_1C. searchPath |
string |
hosts[]. config. postgresqlConfig_11_1C. rowSecurity |
boolean (boolean) |
hosts[]. config. postgresqlConfig_11_1C. defaultTransactionIsolation |
string |
hosts[]. config. postgresqlConfig_11_1C. statementTimeout |
integer (int64) |
hosts[]. config. postgresqlConfig_11_1C. lockTimeout |
integer (int64) |
hosts[]. config. postgresqlConfig_11_1C. idleInTransactionSessionTimeout |
integer (int64) |
hosts[]. config. postgresqlConfig_11_1C. byteaOutput |
string |
hosts[]. config. postgresqlConfig_11_1C. xmlbinary |
string |
hosts[]. config. postgresqlConfig_11_1C. xmloption |
string |
hosts[]. config. postgresqlConfig_11_1C. ginPendingListLimit |
integer (int64) |
hosts[]. config. postgresqlConfig_11_1C. deadlockTimeout |
integer (int64) |
hosts[]. config. postgresqlConfig_11_1C. maxLocksPerTransaction |
integer (int64) |
hosts[]. config. postgresqlConfig_11_1C. maxPredLocksPerTransaction |
integer (int64) |
hosts[]. config. postgresqlConfig_11_1C. arrayNulls |
boolean (boolean) |
hosts[]. config. postgresqlConfig_11_1C. backslashQuote |
string |
hosts[]. config. postgresqlConfig_11_1C. defaultWithOids |
boolean (boolean) |
hosts[]. config. postgresqlConfig_11_1C. escapeStringWarning |
boolean (boolean) |
hosts[]. config. postgresqlConfig_11_1C. loCompatPrivileges |
boolean (boolean) |
hosts[]. config. postgresqlConfig_11_1C. operatorPrecedenceWarning |
boolean (boolean) |
hosts[]. config. postgresqlConfig_11_1C. quoteAllIdentifiers |
boolean (boolean) |
hosts[]. config. postgresqlConfig_11_1C. standardConformingStrings |
boolean (boolean) |
hosts[]. config. postgresqlConfig_11_1C. synchronizeSeqscans |
boolean (boolean) |
hosts[]. config. postgresqlConfig_11_1C. transformNullEquals |
boolean (boolean) |
hosts[]. config. postgresqlConfig_11_1C. exitOnError |
boolean (boolean) |
hosts[]. config. postgresqlConfig_11_1C. seqPageCost |
number (double) |
hosts[]. config. postgresqlConfig_11_1C. randomPageCost |
number (double) |
hosts[]. config. postgresqlConfig_11_1C. enableBitmapscan |
boolean (boolean) |
hosts[]. config. postgresqlConfig_11_1C. enableHashagg |
boolean (boolean) |
hosts[]. config. postgresqlConfig_11_1C. enableHashjoin |
boolean (boolean) |
hosts[]. config. postgresqlConfig_11_1C. enableIndexscan |
boolean (boolean) |
hosts[]. config. postgresqlConfig_11_1C. enableIndexonlyscan |
boolean (boolean) |
hosts[]. config. postgresqlConfig_11_1C. enableMaterial |
boolean (boolean) |
hosts[]. config. postgresqlConfig_11_1C. enableMergejoin |
boolean (boolean) |
hosts[]. config. postgresqlConfig_11_1C. enableNestloop |
boolean (boolean) |
hosts[]. config. postgresqlConfig_11_1C. enableSeqscan |
boolean (boolean) |
hosts[]. config. postgresqlConfig_11_1C. enableSort |
boolean (boolean) |
hosts[]. config. postgresqlConfig_11_1C. enableTidscan |
boolean (boolean) |
hosts[]. config. postgresqlConfig_11_1C. maxParallelWorkers |
integer (int64) Допустимые значения — от 0 до 1024 включительно. |
hosts[]. config. postgresqlConfig_11_1C. maxParallelWorkersPerGather |
integer (int64) Допустимые значения — от 0 до 1024 включительно. |
hosts[]. config. postgresqlConfig_12 |
object Конфигурация для хоста, на котором развернут сервер PostgreSQL 12. hosts[].config включает только одно из полей postgresqlConfig_9_6 , postgresqlConfig_10_1C , postgresqlConfig_10 , postgresqlConfig_11 , postgresqlConfig_11_1C , postgresqlConfig_12 , postgresqlConfig_12_1C Поля и структура |
hosts[]. config. postgresqlConfig_12. recoveryMinApplyDelay |
integer (int64) |
hosts[]. config. postgresqlConfig_12. sharedBuffers |
integer (int64) |
hosts[]. config. postgresqlConfig_12. tempBuffers |
integer (int64) |
hosts[]. config. postgresqlConfig_12. workMem |
integer (int64) |
hosts[]. config. postgresqlConfig_12. tempFileLimit |
integer (int64) |
hosts[]. config. postgresqlConfig_12. backendFlushAfter |
integer (int64) Допустимые значения — от 0 до 2048 включительно. |
hosts[]. config. postgresqlConfig_12. oldSnapshotThreshold |
integer (int64) Допустимые значения — от -1 до 86400 включительно. |
hosts[]. config. postgresqlConfig_12. maxStandbyStreamingDelay |
integer (int64) |
hosts[]. config. postgresqlConfig_12. constraintExclusion |
string |
hosts[]. config. postgresqlConfig_12. cursorTupleFraction |
number (double) |
hosts[]. config. postgresqlConfig_12. fromCollapseLimit |
integer (int64) Допустимые значения — от 1 до 2147483647 включительно. |
hosts[]. config. postgresqlConfig_12. joinCollapseLimit |
integer (int64) Допустимые значения — от 1 до 2147483647 включительно. |
hosts[]. config. postgresqlConfig_12. forceParallelMode |
string |
hosts[]. config. postgresqlConfig_12. clientMinMessages |
string |
hosts[]. config. postgresqlConfig_12. logMinMessages |
string |
hosts[]. config. postgresqlConfig_12. logMinErrorStatement |
string |
hosts[]. config. postgresqlConfig_12. logMinDurationStatement |
integer (int64) |
hosts[]. config. postgresqlConfig_12. logCheckpoints |
boolean (boolean) |
hosts[]. config. postgresqlConfig_12. logConnections |
boolean (boolean) |
hosts[]. config. postgresqlConfig_12. logDisconnections |
boolean (boolean) |
hosts[]. config. postgresqlConfig_12. logDuration |
boolean (boolean) |
hosts[]. config. postgresqlConfig_12. logErrorVerbosity |
string |
hosts[]. config. postgresqlConfig_12. logLockWaits |
boolean (boolean) |
hosts[]. config. postgresqlConfig_12. logStatement |
string |
hosts[]. config. postgresqlConfig_12. logTempFiles |
integer (int64) |
hosts[]. config. postgresqlConfig_12. searchPath |
string |
hosts[]. config. postgresqlConfig_12. rowSecurity |
boolean (boolean) |
hosts[]. config. postgresqlConfig_12. defaultTransactionIsolation |
string |
hosts[]. config. postgresqlConfig_12. statementTimeout |
integer (int64) |
hosts[]. config. postgresqlConfig_12. lockTimeout |
integer (int64) |
hosts[]. config. postgresqlConfig_12. idleInTransactionSessionTimeout |
integer (int64) |
hosts[]. config. postgresqlConfig_12. byteaOutput |
string |
hosts[]. config. postgresqlConfig_12. xmlbinary |
string |
hosts[]. config. postgresqlConfig_12. xmloption |
string |
hosts[]. config. postgresqlConfig_12. ginPendingListLimit |
integer (int64) |
hosts[]. config. postgresqlConfig_12. deadlockTimeout |
integer (int64) |
hosts[]. config. postgresqlConfig_12. maxLocksPerTransaction |
integer (int64) |
hosts[]. config. postgresqlConfig_12. maxPredLocksPerTransaction |
integer (int64) |
hosts[]. config. postgresqlConfig_12. arrayNulls |
boolean (boolean) |
hosts[]. config. postgresqlConfig_12. backslashQuote |
string |
hosts[]. config. postgresqlConfig_12. defaultWithOids |
boolean (boolean) |
hosts[]. config. postgresqlConfig_12. escapeStringWarning |
boolean (boolean) |
hosts[]. config. postgresqlConfig_12. loCompatPrivileges |
boolean (boolean) |
hosts[]. config. postgresqlConfig_12. operatorPrecedenceWarning |
boolean (boolean) |
hosts[]. config. postgresqlConfig_12. quoteAllIdentifiers |
boolean (boolean) |
hosts[]. config. postgresqlConfig_12. standardConformingStrings |
boolean (boolean) |
hosts[]. config. postgresqlConfig_12. synchronizeSeqscans |
boolean (boolean) |
hosts[]. config. postgresqlConfig_12. transformNullEquals |
boolean (boolean) |
hosts[]. config. postgresqlConfig_12. exitOnError |
boolean (boolean) |
hosts[]. config. postgresqlConfig_12. seqPageCost |
number (double) |
hosts[]. config. postgresqlConfig_12. randomPageCost |
number (double) |
hosts[]. config. postgresqlConfig_12. enableBitmapscan |
boolean (boolean) |
hosts[]. config. postgresqlConfig_12. enableHashagg |
boolean (boolean) |
hosts[]. config. postgresqlConfig_12. enableHashjoin |
boolean (boolean) |
hosts[]. config. postgresqlConfig_12. enableIndexscan |
boolean (boolean) |
hosts[]. config. postgresqlConfig_12. enableIndexonlyscan |
boolean (boolean) |
hosts[]. config. postgresqlConfig_12. enableMaterial |
boolean (boolean) |
hosts[]. config. postgresqlConfig_12. enableMergejoin |
boolean (boolean) |
hosts[]. config. postgresqlConfig_12. enableNestloop |
boolean (boolean) |
hosts[]. config. postgresqlConfig_12. enableSeqscan |
boolean (boolean) |
hosts[]. config. postgresqlConfig_12. enableSort |
boolean (boolean) |
hosts[]. config. postgresqlConfig_12. enableTidscan |
boolean (boolean) |
hosts[]. config. postgresqlConfig_12. maxParallelWorkers |
integer (int64) Допустимые значения — от 0 до 1024 включительно. |
hosts[]. config. postgresqlConfig_12. maxParallelWorkersPerGather |
integer (int64) Допустимые значения — от 0 до 1024 включительно. |
hosts[]. config. postgresqlConfig_12. timezone |
string |
hosts[]. config. postgresqlConfig_12. effectiveIoConcurrency |
integer (int64) Допустимые значения — от 0 до 1000 включительно. |
hosts[]. config. postgresqlConfig_12. effectiveCacheSize |
integer (int64) Допустимые значения — от 0 до 549755813888 включительно. |
hosts[]. config. postgresqlConfig_12_1C |
object Конфигурация для хоста, на котором развернут сервер PostgreSQL 12 1C. hosts[].config включает только одно из полей postgresqlConfig_9_6 , postgresqlConfig_10_1C , postgresqlConfig_10 , postgresqlConfig_11 , postgresqlConfig_11_1C , postgresqlConfig_12 , postgresqlConfig_12_1C Поля и структура |
hosts[]. config. postgresqlConfig_12_1C. recoveryMinApplyDelay |
integer (int64) |
hosts[]. config. postgresqlConfig_12_1C. sharedBuffers |
integer (int64) |
hosts[]. config. postgresqlConfig_12_1C. tempBuffers |
integer (int64) |
hosts[]. config. postgresqlConfig_12_1C. workMem |
integer (int64) |
hosts[]. config. postgresqlConfig_12_1C. tempFileLimit |
integer (int64) |
hosts[]. config. postgresqlConfig_12_1C. backendFlushAfter |
integer (int64) Допустимые значения — от 0 до 2048 включительно. |
hosts[]. config. postgresqlConfig_12_1C. oldSnapshotThreshold |
integer (int64) Допустимые значения — от -1 до 86400 включительно. |
hosts[]. config. postgresqlConfig_12_1C. maxStandbyStreamingDelay |
integer (int64) |
hosts[]. config. postgresqlConfig_12_1C. constraintExclusion |
string |
hosts[]. config. postgresqlConfig_12_1C. cursorTupleFraction |
number (double) |
hosts[]. config. postgresqlConfig_12_1C. fromCollapseLimit |
integer (int64) Допустимые значения — от 1 до 2147483647 включительно. |
hosts[]. config. postgresqlConfig_12_1C. joinCollapseLimit |
integer (int64) Допустимые значения — от 1 до 2147483647 включительно. |
hosts[]. config. postgresqlConfig_12_1C. forceParallelMode |
string |
hosts[]. config. postgresqlConfig_12_1C. clientMinMessages |
string |
hosts[]. config. postgresqlConfig_12_1C. logMinMessages |
string |
hosts[]. config. postgresqlConfig_12_1C. logMinErrorStatement |
string |
hosts[]. config. postgresqlConfig_12_1C. logMinDurationStatement |
integer (int64) |
hosts[]. config. postgresqlConfig_12_1C. logCheckpoints |
boolean (boolean) |
hosts[]. config. postgresqlConfig_12_1C. logConnections |
boolean (boolean) |
hosts[]. config. postgresqlConfig_12_1C. logDisconnections |
boolean (boolean) |
hosts[]. config. postgresqlConfig_12_1C. logDuration |
boolean (boolean) |
hosts[]. config. postgresqlConfig_12_1C. logErrorVerbosity |
string |
hosts[]. config. postgresqlConfig_12_1C. logLockWaits |
boolean (boolean) |
hosts[]. config. postgresqlConfig_12_1C. logStatement |
string |
hosts[]. config. postgresqlConfig_12_1C. logTempFiles |
integer (int64) |
hosts[]. config. postgresqlConfig_12_1C. searchPath |
string |
hosts[]. config. postgresqlConfig_12_1C. rowSecurity |
boolean (boolean) |
hosts[]. config. postgresqlConfig_12_1C. defaultTransactionIsolation |
string |
hosts[]. config. postgresqlConfig_12_1C. statementTimeout |
integer (int64) |
hosts[]. config. postgresqlConfig_12_1C. lockTimeout |
integer (int64) |
hosts[]. config. postgresqlConfig_12_1C. idleInTransactionSessionTimeout |
integer (int64) |
hosts[]. config. postgresqlConfig_12_1C. byteaOutput |
string |
hosts[]. config. postgresqlConfig_12_1C. xmlbinary |
string |
hosts[]. config. postgresqlConfig_12_1C. xmloption |
string |
hosts[]. config. postgresqlConfig_12_1C. ginPendingListLimit |
integer (int64) |
hosts[]. config. postgresqlConfig_12_1C. deadlockTimeout |
integer (int64) |
hosts[]. config. postgresqlConfig_12_1C. maxLocksPerTransaction |
integer (int64) |
hosts[]. config. postgresqlConfig_12_1C. maxPredLocksPerTransaction |
integer (int64) |
hosts[]. config. postgresqlConfig_12_1C. arrayNulls |
boolean (boolean) |
hosts[]. config. postgresqlConfig_12_1C. backslashQuote |
string |
hosts[]. config. postgresqlConfig_12_1C. defaultWithOids |
boolean (boolean) |
hosts[]. config. postgresqlConfig_12_1C. escapeStringWarning |
boolean (boolean) |
hosts[]. config. postgresqlConfig_12_1C. loCompatPrivileges |
boolean (boolean) |
hosts[]. config. postgresqlConfig_12_1C. operatorPrecedenceWarning |
boolean (boolean) |
hosts[]. config. postgresqlConfig_12_1C. quoteAllIdentifiers |
boolean (boolean) |
hosts[]. config. postgresqlConfig_12_1C. standardConformingStrings |
boolean (boolean) |
hosts[]. config. postgresqlConfig_12_1C. synchronizeSeqscans |
boolean (boolean) |
hosts[]. config. postgresqlConfig_12_1C. transformNullEquals |
boolean (boolean) |
hosts[]. config. postgresqlConfig_12_1C. exitOnError |
boolean (boolean) |
hosts[]. config. postgresqlConfig_12_1C. seqPageCost |
number (double) |
hosts[]. config. postgresqlConfig_12_1C. randomPageCost |
number (double) |
hosts[]. config. postgresqlConfig_12_1C. enableBitmapscan |
boolean (boolean) |
hosts[]. config. postgresqlConfig_12_1C. enableHashagg |
boolean (boolean) |
hosts[]. config. postgresqlConfig_12_1C. enableHashjoin |
boolean (boolean) |
hosts[]. config. postgresqlConfig_12_1C. enableIndexscan |
boolean (boolean) |
hosts[]. config. postgresqlConfig_12_1C. enableIndexonlyscan |
boolean (boolean) |
hosts[]. config. postgresqlConfig_12_1C. enableMaterial |
boolean (boolean) |
hosts[]. config. postgresqlConfig_12_1C. enableMergejoin |
boolean (boolean) |
hosts[]. config. postgresqlConfig_12_1C. enableNestloop |
boolean (boolean) |
hosts[]. config. postgresqlConfig_12_1C. enableSeqscan |
boolean (boolean) |
hosts[]. config. postgresqlConfig_12_1C. enableSort |
boolean (boolean) |
hosts[]. config. postgresqlConfig_12_1C. enableTidscan |
boolean (boolean) |
hosts[]. config. postgresqlConfig_12_1C. maxParallelWorkers |
integer (int64) Допустимые значения — от 0 до 1024 включительно. |
hosts[]. config. postgresqlConfig_12_1C. maxParallelWorkersPerGather |
integer (int64) Допустимые значения — от 0 до 1024 включительно. |
hosts[]. config. postgresqlConfig_12_1C. timezone |
string |
hosts[]. config. postgresqlConfig_12_1C. effectiveIoConcurrency |
integer (int64) Допустимые значения — от 0 до 1000 включительно. |
hosts[]. config. postgresqlConfig_12_1C. effectiveCacheSize |
integer (int64) Допустимые значения — от 0 до 549755813888 включительно. |
hosts[]. assignPublicIp |
boolean (boolean) Флаг, показывающий статус публичного IP-адреса для этого хоста. |
hosts[]. replicaType |
string |
nextPageToken | string Токен для получения следующей страницы результатов в ответе. Если количество результатов больше чем pageSize, используйте nextPageToken в качестве значения параметра pageToken в следующем запросе списка ресурсов. Все последующие запросы будут получать свои значения nextPageToken для перебора страниц результатов. |