Yandex Cloud
Поиск
Связаться с экспертомПопробовать бесплатно
  • Кейсы
  • Документация
  • Блог
  • Все сервисы
    • Cloud Interconnect
    • Cloud Backup
    • Compute Cloud
    • Object Storage
    • Managed Service for Kubernetes®
    • Managed Service for PostgreSQL
    • Managed Service for ClickHouse®
    • Monium
    • Cloud CDN
    • Network Load Balancer
    • Virtual Private Cloud
    • Cloud DNS
    • Application Load Balancer
    • Yandex Cloud Router
    • Managed Service for MySQL®
    • Managed Service for Valkey™
    • Managed Service for Apache Spark™
    • Managed Service for OpenSearch
    • Managed Service for Apache Kafka®
    • Data Transfer
    • Yandex MPP Analytics Engine for PostgreSQL
    • Managed Service for YDB
    • SpeechKit
    • Yandex Identity Hub
    • Key Management Service
    • Certificate Manager
    • Yandex Lockbox
    • Audit Trails
    • Container Registry
    • Managed Service for Prometheus®
    • Message Queue
    • Identity and Access Management
    • Yandex Cloud Console
    • Resource Manager
    • Yandex Cloud Billing
    • Cloud Apps
    • Yandex AI Studio
    • Yandex BareMetal
    • Smart Web Security
    • Security Deck
    • Yandex Cloud Video
    • Stackland
    • Yandex Managed Service for Apache Airflow®
    • Data Processing
    • Yandex MetaData Hub
    • Yandex WebSQL
    • DataLens
    • Yandex Search API
    • SpeechSense
    • DataSphere
    • Vision OCR
    • Translate
    • Cloud Registry
    • SmartCaptcha
    • Cloud Desktop
    • Yandex SIEM
    • SourceCraft Code Assistant
    • Managed Service for GitLab
    • Cloud Functions
    • API Gateway
    • Yandex Cloud Postbox
    • Serverless Integrations
    • IoT Core
    • Serverless Containers
    • Cloud Notification Service
    • Yandex Query
  • Статус работы сервисов
  • Marketplace
    • Доступны в регионе
    • Инфраструктура и сеть
    • Платформа данных
    • Искусственный интеллект
    • Безопасность
    • Инструменты DevOps
    • Бессерверные вычисления
    • Управление ресурсами
  • Все решения
    • По отраслям
    • По типу задач
    • Экономика платформы
    • Безопасность
    • Техническая поддержка
    • Каталог партнёров
    • Обучение и сертификация
    • Облако для стартапов
    • Облако для крупного бизнеса
    • Центр технологий для общества
    • Партнёрская программа
    • Поддержка IT-бизнеса
    • Облако для фрилансеров
    • Обучение и сертификация
    • Блог
    • Документация
    • Мероприятия и вебинары
    • Контакты, чаты и сообщества
    • Идеи
    • Калькулятор цен
    • Тарифы
    • Акции и free tier
  • Кейсы
  • Документация
  • Блог
Создавайте контент и получайте гранты!Готовы написать своё руководство? Участвуйте в контент-программе и получайте гранты на работу с облачными сервисами!
Подробнее о программе
Проект Яндекса
© 2026 ТОО «Облачные Сервисы Казахстан»
Yandex DataLens
RU
  • Нейроаналитик DataLens
  • Галерея в DataLens
    • Как пользоваться Public API
    • Версионирование
    • История изменений
      • Overview
        • Overview
        • Get connection
        • Create connection
        • Update connection
        • Delete connection
  • Аудитные логи Audit Trails

В этой статье:

  • Request
  • Headers
  • Body
  • appmetrica_api2
  • bigquery2
  • bitrix242
  • ch_billing_analytics2
  • ch_ya_music_podcast_stats2
  • chyt2
  • clickhouse2
  • equeo2
  • greenplum2
  • gsheets2
  • json_api2
  • monitoring2
  • mssql2
  • mysql2
  • oracle2
  • postgres2
  • promql2
  • snowflake2
  • speechsense2
  • trino2
  • ydb2
  • yq2
  • ConnectionUpdate
  • Responses
  • 200 OK
  • Body
  • appmetrica_api2
  • bigquery2
  • bitrix242
  • ch_billing_analytics2
  • chyt2
  • clickhouse2
  • greenplum2
  • gsheets2
  • json_api2
  • monitoring2
  • mssql2
  • mysql2
  • oracle2
  • postgres2
  • promql2
  • snowflake2
  • speechsense2
  • trino2
  • ydb2
  • yq2
  • ConnectionUpdate
  1. DataLens Public API
  2. DataLens API (англ.)
  3. Connection
  4. Update connection
Статья создана
Yandex Cloud
Открыть в Markdown
  • Request
    • Headers
    • Body
    • appmetrica_api2
    • bigquery2
    • bitrix242
    • ch_billing_analytics2
    • ch_ya_music_podcast_stats2
    • chyt2
    • clickhouse2
    • equeo2
    • greenplum2
    • gsheets2
    • json_api2
    • monitoring2
    • mssql2
    • mysql2
    • oracle2
    • postgres2
    • promql2
    • snowflake2
    • speechsense2
    • trino2
    • ydb2
    • yq2
    • ConnectionUpdate
  • Responses
  • 200 OK
    • Body
    • appmetrica_api2
    • bigquery2
    • bitrix242
    • ch_billing_analytics2
    • chyt2
    • clickhouse2
    • greenplum2
    • gsheets2
    • json_api2
    • monitoring2
    • mssql2
    • mysql2
    • oracle2
    • postgres2
    • promql2
    • snowflake2
    • speechsense2
    • trino2
    • ydb2
    • yq2
    • ConnectionUpdate

Update connection

Updates the specified connection.

RequestRequest

POST

https://api.datalens.tech/rpc/updateConnection

HeadersHeaders

Name

Description

x-dl-api-version

Type: string

API version header.

Const: 2

Example: 2

BodyBody

application/json
{
  "connectionId": "example",
  "data": {
    "accuracy": null,
    "collection_id": "null",
    "counter_id": "example",
    "data_export_forbidden": "off",
    "description": "",
    "token": "example",
    "workbook_id": "null"
  }
}

Name

Description

connectionId

Type: string

Example: example

data

Type: ConnectionUpdate

Example
{
  "accuracy": null,
  "collection_id": "null",
  "counter_id": "example",
  "data_export_forbidden": "off",
  "description": "",
  "token": "example",
  "workbook_id": "null"
}

appmetrica_api2appmetrica_api2

Name

Description

counter_id

Type: string

Example: example

token

Type: string

Example: example

accuracy

Type: number | null

Default: null

collection_id

Type: string | null

Default: null

data_export_forbidden

Type: unknown

Default: off

description

Type: string | null

Default: ``

workbook_id

Type: string | null

Default: null

Example
{
  "accuracy": null,
  "collection_id": "null",
  "counter_id": "example",
  "data_export_forbidden": "off",
  "description": "",
  "token": "example",
  "workbook_id": "null"
}

bigquery2bigquery2

Name

Description

credentials

Type: string

Example: example

project_id

Type: string

Example: example

cache_invalidation_throttling_interval_sec

Type: integer | null

Default: null

cache_ttl_sec

Type: integer | null

Default: null

collection_id

Type: string | null

Default: null

description

Type: string | null

Default: ``

raw_sql_level

Type: string

Default: off

Enum: off, subselect, template, dashsql

workbook_id

Type: string | null

Default: null

Example
{
  "cache_invalidation_throttling_interval_sec": null,
  "cache_ttl_sec": null,
  "collection_id": "null",
  "credentials": "example",
  "description": "",
  "project_id": "example",
  "raw_sql_level": "off",
  "workbook_id": "null"
}

bitrix242bitrix242

Name

Description

portal

Type: string

Example: example

token

Type: string

Example: example

cache_invalidation_throttling_interval_sec

Type: integer | null

Default: null

cache_ttl_sec

Type: integer | null

Default: null

collection_id

Type: string | null

Default: null

data_export_forbidden

Type: unknown

Default: off

description

Type: string | null

Default: ``

workbook_id

Type: string | null

Default: null

Example
{
  "cache_invalidation_throttling_interval_sec": null,
  "cache_ttl_sec": null,
  "collection_id": "null",
  "data_export_forbidden": "off",
  "description": "",
  "portal": "example",
  "token": "example",
  "workbook_id": "null"
}

ch_billing_analytics2ch_billing_analytics2

Name

Description

collection_id

Type: string | null

Default: null

description

Type: string | null

Default: ``

workbook_id

Type: string | null

Default: null

Example
{
  "collection_id": "null",
  "description": "",
  "workbook_id": "null"
}

ch_ya_music_podcast_stats2ch_ya_music_podcast_stats2

Name

Description

token

Type: string

Example: example

collection_id

Type: string | null

Default: null

description

Type: string | null

Default: ``

workbook_id

Type: string | null

Default: null

Example
{
  "collection_id": "null",
  "description": "",
  "token": "example",
  "workbook_id": "null"
}

chyt2chyt2

Name

Description

alias

Type: string

Example: example

host

Type: string

Example: example

port

Type: integer

token

Type: string

Example: example

cache_invalidation_throttling_interval_sec

Type: integer | null

Default: null

cache_ttl_sec

Type: integer | null

Default: null

collection_id

Type: string | null

Default: null

data_export_forbidden

Type: unknown

Default: off

description

Type: string | null

Default: ``

raw_sql_level

Type: string

Default: off

Enum: off, subselect, template, dashsql

secure

Type: boolean

workbook_id

Type: string | null

Default: null

Example
{
  "alias": "example",
  "cache_invalidation_throttling_interval_sec": null,
  "cache_ttl_sec": null,
  "collection_id": "null",
  "data_export_forbidden": "off",
  "description": "",
  "host": "example",
  "port": 0,
  "raw_sql_level": "off",
  "secure": true,
  "token": "example",
  "workbook_id": "null"
}

clickhouse2clickhouse2

Name

Description

host

Type: string

Example: example

port

Type: integer

cache_invalidation_throttling_interval_sec

Type: integer | null

Default: null

cache_ttl_sec

Type: integer | null

Default: null

collection_id

Type: string | null

Default: null

connection_manager_cloud_id

Type: string | null

Example: example

connection_manager_connection_id

Type: string | null

Example: example

connection_manager_delegation_is_set

Type: boolean | null

connection_manager_folder_id

Type: string | null

Example: example

data_export_forbidden

Type: unknown

Default: off

db_name

Type: string | null

Example: example

description

Type: string | null

Default: ``

experimental_features

Type: unknown

Default: off

mdb_cluster_id

Type: string | null

Example: example

mdb_folder_id

Type: string | null

Example: example

password

Type: string | null

Example: example

raw_sql_level

Type: string

Default: off

Enum: off, subselect, template, dashsql

readonly

Type: integer

Default: 2

secure

Type: unknown

Example: null

ssl_ca

Type: unknown

Default: null

ssl_ca_verify

Type: unknown

Default: on

username

Type: string | null

Example: example

workbook_id

Type: string | null

Default: null

Example
{
  "cache_invalidation_throttling_interval_sec": null,
  "cache_ttl_sec": null,
  "collection_id": "null",
  "connection_manager_cloud_id": "example",
  "connection_manager_connection_id": "example",
  "connection_manager_delegation_is_set": true,
  "connection_manager_folder_id": "example",
  "data_export_forbidden": "off",
  "db_name": "example",
  "description": "",
  "experimental_features": "off",
  "host": "example",
  "mdb_cluster_id": "example",
  "mdb_folder_id": "example",
  "password": "example",
  "port": 0,
  "raw_sql_level": "off",
  "readonly": 2,
  "secure": null,
  "ssl_ca": null,
  "ssl_ca_verify": "on",
  "username": "example",
  "workbook_id": "null"
}

equeo2equeo2

Name

Description

access_token

Type: string

Example: example

collection_id

Type: string | null

Default: null

description

Type: string | null

Default: ``

workbook_id

Type: string | null

Default: null

Example
{
  "access_token": "example",
  "collection_id": "null",
  "description": "",
  "workbook_id": "null"
}

greenplum2greenplum2

Name

Description

host

Type: string

Example: example

password

Type: string

Example: example

port

Type: integer

username

Type: string

Example: example

cache_invalidation_throttling_interval_sec

Type: integer | null

Default: null

cache_ttl_sec

Type: integer | null

Default: null

collection_id

Type: string | null

Default: null

data_export_forbidden

Type: unknown

Default: off

db_name

Type: string | null

Example: example

description

Type: string | null

Default: ``

enforce_collate

Type: string

Default: auto

Enum: auto, on, off

mdb_cluster_id

Type: string | null

Example: example

mdb_folder_id

Type: string | null

Example: example

raw_sql_level

Type: string

Default: off

Enum: off, subselect, template, dashsql

ssl_ca

Type: unknown

Default: null

ssl_enable

Type: unknown

Default: off

workbook_id

Type: string | null

Default: null

Example
{
  "cache_invalidation_throttling_interval_sec": null,
  "cache_ttl_sec": null,
  "collection_id": "null",
  "data_export_forbidden": "off",
  "db_name": "example",
  "description": "",
  "enforce_collate": "auto",
  "host": "example",
  "mdb_cluster_id": "example",
  "mdb_folder_id": "example",
  "password": "example",
  "port": 0,
  "raw_sql_level": "off",
  "ssl_ca": null,
  "ssl_enable": "off",
  "username": "example",
  "workbook_id": "null"
}

gsheets2gsheets2

Name

Description

url

Type: string

Example: example

cache_invalidation_throttling_interval_sec

Type: integer | null

Default: null

cache_ttl_sec

Type: integer | null

Default: null

collection_id

Type: string | null

Default: null

data_export_forbidden

Type: unknown

Default: off

description

Type: string | null

Default: ``

workbook_id

Type: string | null

Default: null

Example
{
  "cache_invalidation_throttling_interval_sec": null,
  "cache_ttl_sec": null,
  "collection_id": "null",
  "data_export_forbidden": "off",
  "description": "",
  "url": "example",
  "workbook_id": "null"
}

json_api2json_api2

Name

Description

allowed_methods

Type: string[]

Example
[
  "GET"
]

host

Type: string

Example: example

port

Type: integer

collection_id

Type: string | null

Default: null

description

Type: string | null

Default: ``

path

Type: string | null

Example: example

plain_headers

Type: object | null

Example
{}

secret_headers

Type: object | null

Example
{}

secure

Type: boolean

workbook_id

Type: string | null

Default: null

Example
{
  "allowed_methods": [
    "GET"
  ],
  "collection_id": "null",
  "description": "",
  "host": "example",
  "path": "example",
  "plain_headers": {},
  "port": 0,
  "secret_headers": {},
  "secure": true,
  "workbook_id": "null"
}

monitoring2monitoring2

Name

Description

cloud_id

Type: string | null

Example: example

folder_id

Type: string

Example: example

service_account_id

Type: string

Example: example

cache_invalidation_throttling_interval_sec

Type: integer | null

Default: null

cache_ttl_sec

Type: integer | null

Default: null

collection_id

Type: string | null

Default: null

delegation_is_set

Type: boolean | null

description

Type: string | null

Default: ``

workbook_id

Type: string | null

Default: null

Example
{
  "cache_invalidation_throttling_interval_sec": null,
  "cache_ttl_sec": null,
  "cloud_id": "example",
  "collection_id": "null",
  "delegation_is_set": true,
  "description": "",
  "folder_id": "example",
  "service_account_id": "example",
  "workbook_id": "null"
}

mssql2mssql2

Name

Description

host

Type: string

Example: example

password

Type: string

Example: example

port

Type: integer

username

Type: string

Example: example

cache_invalidation_throttling_interval_sec

Type: integer | null

Default: null

cache_ttl_sec

Type: integer | null

Default: null

collection_id

Type: string | null

Default: null

data_export_forbidden

Type: unknown

Default: off

db_name

Type: string | null

Example: example

description

Type: string | null

Default: ``

raw_sql_level

Type: string

Default: off

Enum: off, subselect, template, dashsql

workbook_id

Type: string | null

Default: null

Example
{
  "cache_invalidation_throttling_interval_sec": null,
  "cache_ttl_sec": null,
  "collection_id": "null",
  "data_export_forbidden": "off",
  "db_name": "example",
  "description": "",
  "host": "example",
  "password": "example",
  "port": 0,
  "raw_sql_level": "off",
  "username": "example",
  "workbook_id": "null"
}

mysql2mysql2

Name

Description

host

Type: string

Example: example

port

Type: integer

cache_invalidation_throttling_interval_sec

Type: integer | null

Default: null

cache_ttl_sec

Type: integer | null

Default: null

collection_id

Type: string | null

Default: null

connection_manager_cloud_id

Type: string | null

Example: example

connection_manager_connection_id

Type: string | null

Example: example

connection_manager_delegation_is_set

Type: boolean | null

connection_manager_folder_id

Type: string | null

Example: example

data_export_forbidden

Type: unknown

Default: off

db_name

Type: string | null

Example: example

description

Type: string | null

Default: ``

enforce_collate

Type: string

Default: off

Enum: auto, on, off

mdb_cluster_id

Type: string | null

Example: example

mdb_folder_id

Type: string | null

Example: example

password

Type: string | null

Example: example

raw_sql_level

Type: string

Default: off

Enum: off, subselect, template, dashsql

ssl_ca

Type: unknown

Default: null

ssl_enable

Type: unknown

Default: off

username

Type: string | null

Example: example

workbook_id

Type: string | null

Default: null

Example
{
  "cache_invalidation_throttling_interval_sec": null,
  "cache_ttl_sec": null,
  "collection_id": "null",
  "connection_manager_cloud_id": "example",
  "connection_manager_connection_id": "example",
  "connection_manager_delegation_is_set": true,
  "connection_manager_folder_id": "example",
  "data_export_forbidden": "off",
  "db_name": "example",
  "description": "",
  "enforce_collate": "off",
  "host": "example",
  "mdb_cluster_id": "example",
  "mdb_folder_id": "example",
  "password": "example",
  "port": 0,
  "raw_sql_level": "off",
  "ssl_ca": null,
  "ssl_enable": "off",
  "username": "example",
  "workbook_id": "null"
}

oracle2oracle2

Name

Description

db_connect_method

Type: string

Enum: sid, service_name

host

Type: string

Example: example

password

Type: string

Example: example

port

Type: integer

username

Type: string

Example: example

cache_invalidation_throttling_interval_sec

Type: integer | null

Default: null

cache_ttl_sec

Type: integer | null

Default: null

collection_id

Type: string | null

Default: null

data_export_forbidden

Type: unknown

Default: off

db_name

Type: string | null

Example: example

description

Type: string | null

Default: ``

raw_sql_level

Type: string

Default: off

Enum: off, subselect, template, dashsql

ssl_ca

Type: unknown

Default: null

ssl_enable

Type: unknown

Default: off

workbook_id

Type: string | null

Default: null

Example
{
  "cache_invalidation_throttling_interval_sec": null,
  "cache_ttl_sec": null,
  "collection_id": "null",
  "data_export_forbidden": "off",
  "db_connect_method": "sid",
  "db_name": "example",
  "description": "",
  "host": "example",
  "password": "example",
  "port": 0,
  "raw_sql_level": "off",
  "ssl_ca": null,
  "ssl_enable": "off",
  "username": "example",
  "workbook_id": "null"
}

postgres2postgres2

Name

Description

host

Type: string

Example: example

port

Type: integer

cache_invalidation_throttling_interval_sec

Type: integer | null

Default: null

cache_ttl_sec

Type: integer | null

Default: null

collection_id

Type: string | null

Default: null

connection_manager_cloud_id

Type: string | null

Example: example

connection_manager_connection_id

Type: string | null

Example: example

connection_manager_delegation_is_set

Type: boolean | null

connection_manager_folder_id

Type: string | null

Example: example

data_export_forbidden

Type: unknown

Default: off

db_name

Type: string | null

Example: example

description

Type: string | null

Default: ``

enforce_collate

Type: string

Default: auto

Enum: auto, on, off

mdb_cluster_id

Type: string | null

Example: example

mdb_folder_id

Type: string | null

Example: example

password

Type: string | null

Example: example

raw_sql_level

Type: string

Default: off

Enum: off, subselect, template, dashsql

ssl_ca

Type: unknown

Default: null

ssl_enable

Type: unknown

Default: off

username

Type: string | null

Example: example

workbook_id

Type: string | null

Default: null

Example
{
  "cache_invalidation_throttling_interval_sec": null,
  "cache_ttl_sec": null,
  "collection_id": "null",
  "connection_manager_cloud_id": "example",
  "connection_manager_connection_id": "example",
  "connection_manager_delegation_is_set": true,
  "connection_manager_folder_id": "example",
  "data_export_forbidden": "off",
  "db_name": "example",
  "description": "",
  "enforce_collate": "auto",
  "host": "example",
  "mdb_cluster_id": "example",
  "mdb_folder_id": "example",
  "password": "example",
  "port": 0,
  "raw_sql_level": "off",
  "ssl_ca": null,
  "ssl_enable": "off",
  "username": "example",
  "workbook_id": "null"
}

promql2promql2

Name

Description

host

Type: string

Example: example

port

Type: integer

auth_header

Type: string | null

Example: example

auth_type

Type: unknown

Default: password

cache_invalidation_throttling_interval_sec

Type: integer | null

Default: null

cache_ttl_sec

Type: integer | null

Default: null

collection_id

Type: string | null

Default: null

data_export_forbidden

Type: unknown

Default: off

db_name

Type: string | null

Example: example

description

Type: string | null

Default: ``

password

Type: string | null

Example: example

path

Type: string | null

Example: example

secure

Type: boolean

username

Type: string | null

Example: example

workbook_id

Type: string | null

Default: null

Example
{
  "auth_header": "example",
  "auth_type": "password",
  "cache_invalidation_throttling_interval_sec": null,
  "cache_ttl_sec": null,
  "collection_id": "null",
  "data_export_forbidden": "off",
  "db_name": "example",
  "description": "",
  "host": "example",
  "password": "example",
  "path": "example",
  "port": 0,
  "secure": true,
  "username": "example",
  "workbook_id": "null"
}

snowflake2snowflake2

Name

Description

account_name

Type: string

Example: example

client_id

Type: string

Example: example

client_secret

Type: string

Example: example

db_name

Type: string

Example: example

schema

Type: string

Example: example

user_name

Type: string

Example: example

warehouse

Type: string

Example: example

collection_id

Type: string | null

Default: null

data_export_forbidden

Type: unknown

Default: off

description

Type: string | null

Default: ``

raw_sql_level

Type: string

Default: off

Enum: off, subselect, template, dashsql

refresh_token

Type: string

Example: example

refresh_token_expire_time

Type: string | null

Example: 2025-01-01T00:00:00Z

user_role

Type: string | null

Example: example

workbook_id

Type: string | null

Default: null

Example
{
  "account_name": "example",
  "client_id": "example",
  "client_secret": "example",
  "collection_id": "null",
  "data_export_forbidden": "off",
  "db_name": "example",
  "description": "",
  "raw_sql_level": "off",
  "refresh_token": "example",
  "refresh_token_expire_time": "2025-01-01T00:00:00Z",
  "schema": "example",
  "user_name": "example",
  "user_role": "example",
  "warehouse": "example",
  "workbook_id": "null"
}

speechsense2speechsense2

Name

Description

project_id

Type: string

Example: example

auth_type

Type: unknown

Default: user_credentials

cloud_id

Type: string | null

Default: null

collection_id

Type: string | null

Default: null

data_export_forbidden

Type: unknown

Default: off

delegation_is_set

Type: boolean | null

Default: null

description

Type: string | null

Default: ``

folder_id

Type: string | null

Default: null

service_account_id

Type: string | null

Default: null

workbook_id

Type: string | null

Default: null

Example
{
  "auth_type": "user_credentials",
  "cloud_id": "null",
  "collection_id": "null",
  "data_export_forbidden": "off",
  "delegation_is_set": null,
  "description": "",
  "folder_id": "null",
  "project_id": "example",
  "service_account_id": "null",
  "workbook_id": "null"
}

trino2trino2

Name

Description

host

Type: string

Example: example

listing_sources

Type: unknown

Example: null

auth_type

Type: unknown

Example: null

cache_invalidation_throttling_interval_sec

Type: integer | null

Default: null

cache_ttl_sec

Type: integer | null

Default: null

cloud_id

Type: string | null

Example: example

collection_id

Type: string | null

Default: null

data_export_forbidden

Type: unknown

Default: off

db_name

Type: string | null

Example: example

delegation_is_set

Type: boolean | null

description

Type: string | null

Default: ``

folder_id

Type: string | null

Example: example

jwt

Type: string | null

Example: example

mdb_cluster_id

Type: string | null

Example: example

password

Type: string | null

Example: example

port

Type: integer | null

raw_sql_level

Type: string

Default: off

Enum: off, subselect, template, dashsql

service_account_id

Type: string | null

Example: example

ssl_ca

Type: unknown

Default: null

ssl_enable

Type: unknown

Default: off

username

Type: string | null

Example: example

workbook_id

Type: string | null

Default: null

Example
{
  "auth_type": null,
  "cache_invalidation_throttling_interval_sec": null,
  "cache_ttl_sec": null,
  "cloud_id": "example",
  "collection_id": "null",
  "data_export_forbidden": "off",
  "db_name": "example",
  "delegation_is_set": true,
  "description": "",
  "folder_id": "example",
  "host": "example",
  "jwt": "example",
  "listing_sources": null,
  "mdb_cluster_id": "example",
  "password": "example",
  "port": 0,
  "raw_sql_level": "off",
  "service_account_id": "example",
  "ssl_ca": null,
  "ssl_enable": "off",
  "username": "example",
  "workbook_id": "null"
}

ydb2ydb2

Name

Description

cloud_id

Type: string | null

Example: example

db_name

Type: string

Example: example

folder_id

Type: string

Example: example

host

Type: string

Example: example

port

Type: integer

service_account_id

Type: string

Example: example

auth_type

Type: string | null

Enum: anonymous, password, oauth, null

Example: anonymous

cache_invalidation_throttling_interval_sec

Type: integer | null

Default: null

cache_ttl_sec

Type: integer | null

Default: null

collection_id

Type: string | null

Default: null

data_export_forbidden

Type: unknown

Default: off

delegation_is_set

Type: boolean | null

description

Type: string | null

Default: ``

mdb_cluster_id

Type: string | null

Example: example

mdb_folder_id

Type: string | null

Example: example

raw_sql_level

Type: string

Default: off

Enum: off, subselect, template, dashsql

ssl_ca

Type: unknown

Default: null

ssl_enable

Type: unknown

Default: on

token

Type: string | null

Example: example

username

Type: string | null

Example: example

workbook_id

Type: string | null

Default: null

Example
{
  "auth_type": "anonymous",
  "cache_invalidation_throttling_interval_sec": null,
  "cache_ttl_sec": null,
  "cloud_id": "example",
  "collection_id": "null",
  "data_export_forbidden": "off",
  "db_name": "example",
  "delegation_is_set": true,
  "description": "",
  "folder_id": "example",
  "host": "example",
  "mdb_cluster_id": "example",
  "mdb_folder_id": "example",
  "port": 0,
  "raw_sql_level": "off",
  "service_account_id": "example",
  "ssl_ca": null,
  "ssl_enable": "on",
  "token": "example",
  "username": "example",
  "workbook_id": "null"
}

yq2yq2

Name

Description

cloud_id

Type: string | null

Example: example

folder_id

Type: string

Example: example

service_account_id

Type: string

Example: example

cache_invalidation_throttling_interval_sec

Type: integer | null

Default: null

cache_ttl_sec

Type: integer | null

Default: null

collection_id

Type: string | null

Default: null

data_export_forbidden

Type: unknown

Default: off

delegation_is_set

Type: boolean | null

description

Type: string | null

Default: ``

raw_sql_level

Type: string

Default: off

Enum: off, subselect, template, dashsql

workbook_id

Type: string | null

Default: null

Example
{
  "cache_invalidation_throttling_interval_sec": null,
  "cache_ttl_sec": null,
  "cloud_id": "example",
  "collection_id": "null",
  "data_export_forbidden": "off",
  "delegation_is_set": true,
  "description": "",
  "folder_id": "example",
  "raw_sql_level": "off",
  "service_account_id": "example",
  "workbook_id": "null"
}

ConnectionUpdateConnectionUpdate

Name

Description

One of 29 types
  • appmetrica_api

    Type: appmetrica_api2

    Example
    {
      "accuracy": null,
      "collection_id": "null",
      "counter_id": "example",
      "data_export_forbidden": "off",
      "description": "",
      "token": "example",
      "workbook_id": "null"
    }
    
  • bigquery

    Type: bigquery2

    Example
    {
      "cache_invalidation_throttling_interval_sec": null,
      "cache_ttl_sec": null,
      "collection_id": "null",
      "credentials": "example",
      "description": "",
      "project_id": "example",
      "raw_sql_level": "off",
      "workbook_id": "null"
    }
    
  • bitrix24

    Type: bitrix242

    Example
    {
      "cache_invalidation_throttling_interval_sec": null,
      "cache_ttl_sec": null,
      "collection_id": "null",
      "data_export_forbidden": "off",
      "description": "",
      "portal": "example",
      "token": "example",
      "workbook_id": "null"
    }
    
  • ch_billing_analytics

    Type: ch_billing_analytics2

    Example
    {
      "collection_id": "null",
      "description": "",
      "workbook_id": "null"
    }
    
  • ch_ya_music_podcast_stats

    Type: ch_ya_music_podcast_stats2

    Example
    {
      "collection_id": "null",
      "description": "",
      "token": "example",
      "workbook_id": "null"
    }
    
  • chyt

    Type: chyt2

    Example
    {
      "alias": "example",
      "cache_invalidation_throttling_interval_sec": null,
      "cache_ttl_sec": null,
      "collection_id": "null",
      "data_export_forbidden": "off",
      "description": "",
      "host": "example",
      "port": 0,
      "raw_sql_level": "off",
      "secure": true,
      "token": "example",
      "workbook_id": "null"
    }
    
  • clickhouse

    Type: clickhouse2

    Example
    {
      "cache_invalidation_throttling_interval_sec": null,
      "cache_ttl_sec": null,
      "collection_id": "null",
      "connection_manager_cloud_id": "example",
      "connection_manager_connection_id": "example",
      "connection_manager_delegation_is_set": true,
      "connection_manager_folder_id": "example",
      "data_export_forbidden": "off",
      "db_name": "example",
      "description": "",
      "experimental_features": "off",
      "host": "example",
      "mdb_cluster_id": "example",
      "mdb_folder_id": "example",
      "password": "example",
      "port": 0,
      "raw_sql_level": "off",
      "readonly": 2,
      "secure": null,
      "ssl_ca": null,
      "ssl_ca_verify": "on",
      "username": "example",
      "workbook_id": "null"
    }
    
  • equeo

    Type: equeo2

    Example
    {
      "access_token": "example",
      "collection_id": "null",
      "description": "",
      "workbook_id": "null"
    }
    
  • extractor1c

    Type: extractor1c2

    Example
    {
      "access_token": "example",
      "collection_id": "null",
      "description": "",
      "workbook_id": "null"
    }
    
  • greenplum

    Type: greenplum2

    Example
    {
      "cache_invalidation_throttling_interval_sec": null,
      "cache_ttl_sec": null,
      "collection_id": "null",
      "data_export_forbidden": "off",
      "db_name": "example",
      "description": "",
      "enforce_collate": "auto",
      "host": "example",
      "mdb_cluster_id": "example",
      "mdb_folder_id": "example",
      "password": "example",
      "port": 0,
      "raw_sql_level": "off",
      "ssl_ca": null,
      "ssl_enable": "off",
      "username": "example",
      "workbook_id": "null"
    }
    
  • gsheets

    Type: gsheets2

    Example
    {
      "cache_invalidation_throttling_interval_sec": null,
      "cache_ttl_sec": null,
      "collection_id": "null",
      "data_export_forbidden": "off",
      "description": "",
      "url": "example",
      "workbook_id": "null"
    }
    
  • json_api

    Type: json_api2

    Example
    {
      "allowed_methods": [
        "GET"
      ],
      "collection_id": "null",
      "description": "",
      "host": "example",
      "path": "example",
      "plain_headers": {},
      "port": 0,
      "secret_headers": {},
      "secure": true,
      "workbook_id": "null"
    }
    
  • kontur_market

    Type: kontur_market2

    Example
    {
      "access_token": "example",
      "collection_id": "null",
      "description": "",
      "workbook_id": "null"
    }
    
  • metrika_api

    Type: metrika_api2

    Example
    {
      "accuracy": null,
      "collection_id": "null",
      "counter_id": "example",
      "data_export_forbidden": "off",
      "description": "",
      "token": "example",
      "workbook_id": "null"
    }
    
  • monitoring

    Type: monitoring2

    Example
    {
      "cache_invalidation_throttling_interval_sec": null,
      "cache_ttl_sec": null,
      "cloud_id": "example",
      "collection_id": "null",
      "delegation_is_set": true,
      "description": "",
      "folder_id": "example",
      "service_account_id": "example",
      "workbook_id": "null"
    }
    
  • moysklad

    Type: moysklad2

    Example
    {
      "access_token": "example",
      "collection_id": "null",
      "description": "",
      "workbook_id": "null"
    }
    
  • mssql

    Type: mssql2

    Example
    {
      "cache_invalidation_throttling_interval_sec": null,
      "cache_ttl_sec": null,
      "collection_id": "null",
      "data_export_forbidden": "off",
      "db_name": "example",
      "description": "",
      "host": "example",
      "password": "example",
      "port": 0,
      "raw_sql_level": "off",
      "username": "example",
      "workbook_id": "null"
    }
    
  • mysql

    Type: mysql2

    Example
    {
      "cache_invalidation_throttling_interval_sec": null,
      "cache_ttl_sec": null,
      "collection_id": "null",
      "connection_manager_cloud_id": "example",
      "connection_manager_connection_id": "example",
      "connection_manager_delegation_is_set": true,
      "connection_manager_folder_id": "example",
      "data_export_forbidden": "off",
      "db_name": "example",
      "description": "",
      "enforce_collate": "off",
      "host": "example",
      "mdb_cluster_id": "example",
      "mdb_folder_id": "example",
      "password": "example",
      "port": 0,
      "raw_sql_level": "off",
      "ssl_ca": null,
      "ssl_enable": "off",
      "username": "example",
      "workbook_id": "null"
    }
    
  • oracle

    Type: oracle2

    Example
    {
      "cache_invalidation_throttling_interval_sec": null,
      "cache_ttl_sec": null,
      "collection_id": "null",
      "data_export_forbidden": "off",
      "db_connect_method": "sid",
      "db_name": "example",
      "description": "",
      "host": "example",
      "password": "example",
      "port": 0,
      "raw_sql_level": "off",
      "ssl_ca": null,
      "ssl_enable": "off",
      "username": "example",
      "workbook_id": "null"
    }
    
  • postgres

    Type: postgres2

    Example
    {
      "cache_invalidation_throttling_interval_sec": null,
      "cache_ttl_sec": null,
      "collection_id": "null",
      "connection_manager_cloud_id": "example",
      "connection_manager_connection_id": "example",
      "connection_manager_delegation_is_set": true,
      "connection_manager_folder_id": "example",
      "data_export_forbidden": "off",
      "db_name": "example",
      "description": "",
      "enforce_collate": "auto",
      "host": "example",
      "mdb_cluster_id": "example",
      "mdb_folder_id": "example",
      "password": "example",
      "port": 0,
      "raw_sql_level": "off",
      "ssl_ca": null,
      "ssl_enable": "off",
      "username": "example",
      "workbook_id": "null"
    }
    
  • promql

    Type: promql2

    Example
    {
      "auth_header": "example",
      "auth_type": "password",
      "cache_invalidation_throttling_interval_sec": null,
      "cache_ttl_sec": null,
      "collection_id": "null",
      "data_export_forbidden": "off",
      "db_name": "example",
      "description": "",
      "host": "example",
      "password": "example",
      "path": "example",
      "port": 0,
      "secure": true,
      "username": "example",
      "workbook_id": "null"
    }
    
  • smb_heatmaps

    Type: smb_heatmaps2

    Example
    {
      "collection_id": "null",
      "description": "",
      "token": "example",
      "workbook_id": "null"
    }
    
  • snowflake

    Type: snowflake2

    Example
    {
      "account_name": "example",
      "client_id": "example",
      "client_secret": "example",
      "collection_id": "null",
      "data_export_forbidden": "off",
      "db_name": "example",
      "description": "",
      "raw_sql_level": "off",
      "refresh_token": "example",
      "refresh_token_expire_time": "2025-01-01T00:00:00Z",
      "schema": "example",
      "user_name": "example",
      "user_role": "example",
      "warehouse": "example",
      "workbook_id": "null"
    }
    
  • speechsense

    Type: speechsense2

    Example
    {
      "auth_type": "user_credentials",
      "cloud_id": "null",
      "collection_id": "null",
      "data_export_forbidden": "off",
      "delegation_is_set": null,
      "description": "",
      "folder_id": "null",
      "project_id": "example",
      "service_account_id": "null",
      "workbook_id": "null"
    }
    
  • trino

    Type: trino2

    Example
    {
      "auth_type": null,
      "cache_invalidation_throttling_interval_sec": null,
      "cache_ttl_sec": null,
      "cloud_id": "example",
      "collection_id": "null",
      "data_export_forbidden": "off",
      "db_name": "example",
      "delegation_is_set": true,
      "description": "",
      "folder_id": "example",
      "host": "example",
      "jwt": "example",
      "listing_sources": null,
      "mdb_cluster_id": "example",
      "password": "example",
      "port": 0,
      "raw_sql_level": "off",
      "service_account_id": "example",
      "ssl_ca": null,
      "ssl_enable": "off",
      "username": "example",
      "workbook_id": "null"
    }
    
  • usage_analytics_detailed

    Type: usage_analytics_detailed2

    Example
    {
      "collection_id": "null",
      "description": "",
      "workbook_id": "null"
    }
    
  • usage_analytics_light

    Type: usage_analytics_light2

    Example
    {
      "collection_id": "null",
      "description": "",
      "workbook_id": "null"
    }
    
  • ydb

    Type: ydb2

    Example
    {
      "auth_type": "anonymous",
      "cache_invalidation_throttling_interval_sec": null,
      "cache_ttl_sec": null,
      "cloud_id": "example",
      "collection_id": "null",
      "data_export_forbidden": "off",
      "db_name": "example",
      "delegation_is_set": true,
      "description": "",
      "folder_id": "example",
      "host": "example",
      "mdb_cluster_id": "example",
      "mdb_folder_id": "example",
      "port": 0,
      "raw_sql_level": "off",
      "service_account_id": "example",
      "ssl_ca": null,
      "ssl_enable": "on",
      "token": "example",
      "username": "example",
      "workbook_id": "null"
    }
    
  • yq

    Type: yq2

    Example
    {
      "cache_invalidation_throttling_interval_sec": null,
      "cache_ttl_sec": null,
      "cloud_id": "example",
      "collection_id": "null",
      "data_export_forbidden": "off",
      "delegation_is_set": true,
      "description": "",
      "folder_id": "example",
      "raw_sql_level": "off",
      "service_account_id": "example",
      "workbook_id": "null"
    }
    
Example
{
  "accuracy": null,
  "collection_id": "null",
  "counter_id": "example",
  "data_export_forbidden": "off",
  "description": "",
  "token": "example",
  "workbook_id": "null"
}

ResponsesResponses

200 OK200 OK

Response

BodyBody

application/json

null

Type: unknown

appmetrica_api2appmetrica_api2

Name

Description

counter_id

Type: string

Example: example

accuracy

Type: number | null

Default: null

collection_id

Type: string | null

Default: null

created_at

Type: string

Example: example

data_export_forbidden

Type: unknown

Default: off

description

Type: string | null

Default: ``

id

Type: string

Example: example

key

Type: string

Example: example

meta

Type: object

[additional]

Type: unknown

Example: null

Example
{}

updated_at

Type: string

Example: example

workbook_id

Type: string | null

Default: null

Example
{
  "accuracy": null,
  "collection_id": "null",
  "counter_id": "example",
  "created_at": "example",
  "data_export_forbidden": "off",
  "description": "",
  "id": "example",
  "key": "example",
  "meta": {},
  "updated_at": "example",
  "workbook_id": "null"
}

bigquery2bigquery2

Name

Description

project_id

Type: string

Example: example

cache_invalidation_throttling_interval_sec

Type: integer | null

Default: null

cache_ttl_sec

Type: integer | null

Default: null

collection_id

Type: string | null

Default: null

created_at

Type: string

Example: example

description

Type: string | null

Default: ``

id

Type: string

Example: example

key

Type: string

Example: example

raw_sql_level

Type: string

Default: off

Enum: off, subselect, template, dashsql

updated_at

Type: string

Example: example

workbook_id

Type: string | null

Default: null

Example
{
  "cache_invalidation_throttling_interval_sec": null,
  "cache_ttl_sec": null,
  "collection_id": "null",
  "created_at": "example",
  "description": "",
  "id": "example",
  "key": "example",
  "project_id": "example",
  "raw_sql_level": "off",
  "updated_at": "example",
  "workbook_id": "null"
}

bitrix242bitrix242

Name

Description

portal

Type: string

Example: example

cache_invalidation_throttling_interval_sec

Type: integer | null

Default: null

cache_ttl_sec

Type: integer | null

Default: null

collection_id

Type: string | null

Default: null

created_at

Type: string

Example: example

data_export_forbidden

Type: unknown

Default: off

description

Type: string | null

Default: ``

id

Type: string

Example: example

key

Type: string

Example: example

meta

Type: object

[additional]

Type: unknown

Example: null

Example
{}

updated_at

Type: string

Example: example

workbook_id

Type: string | null

Default: null

Example
{
  "cache_invalidation_throttling_interval_sec": null,
  "cache_ttl_sec": null,
  "collection_id": "null",
  "created_at": "example",
  "data_export_forbidden": "off",
  "description": "",
  "id": "example",
  "key": "example",
  "meta": {},
  "portal": "example",
  "updated_at": "example",
  "workbook_id": "null"
}

ch_billing_analytics2ch_billing_analytics2

Name

Description

collection_id

Type: string | null

Default: null

created_at

Type: string

Example: example

description

Type: string | null

Default: ``

id

Type: string

Example: example

key

Type: string

Example: example

meta

Type: object

[additional]

Type: unknown

Example: null

Example
{}

updated_at

Type: string

Example: example

workbook_id

Type: string | null

Default: null

Example
{
  "collection_id": "null",
  "created_at": "example",
  "description": "",
  "id": "example",
  "key": "example",
  "meta": {},
  "updated_at": "example",
  "workbook_id": "null"
}

chyt2chyt2

Name

Description

alias

Type: string

Example: example

host

Type: string

Example: example

port

Type: integer

cache_invalidation_throttling_interval_sec

Type: integer | null

Default: null

cache_ttl_sec

Type: integer | null

Default: null

collection_id

Type: string | null

Default: null

created_at

Type: string

Example: example

data_export_forbidden

Type: unknown

Default: off

description

Type: string | null

Default: ``

id

Type: string

Example: example

key

Type: string

Example: example

meta

Type: object

[additional]

Type: unknown

Example: null

Example
{}

raw_sql_level

Type: string

Default: off

Enum: off, subselect, template, dashsql

secure

Type: boolean

updated_at

Type: string

Example: example

workbook_id

Type: string | null

Default: null

Example
{
  "alias": "example",
  "cache_invalidation_throttling_interval_sec": null,
  "cache_ttl_sec": null,
  "collection_id": "null",
  "created_at": "example",
  "data_export_forbidden": "off",
  "description": "",
  "host": "example",
  "id": "example",
  "key": "example",
  "meta": {},
  "port": 0,
  "raw_sql_level": "off",
  "secure": true,
  "updated_at": "example",
  "workbook_id": "null"
}

clickhouse2clickhouse2

Name

Description

host

Type: string

Example: example

port

Type: integer

cache_invalidation_throttling_interval_sec

Type: integer | null

Default: null

cache_ttl_sec

Type: integer | null

Default: null

collection_id

Type: string | null

Default: null

connection_manager_cloud_id

Type: string | null

Example: example

connection_manager_connection_id

Type: string | null

Example: example

connection_manager_delegation_is_set

Type: boolean | null

connection_manager_folder_id

Type: string | null

Example: example

created_at

Type: string

Example: example

data_export_forbidden

Type: unknown

Default: off

db_name

Type: string | null

Example: example

description

Type: string | null

Default: ``

experimental_features

Type: unknown

Default: off

id

Type: string

Example: example

key

Type: string

Example: example

mdb_cluster_id

Type: string | null

Example: example

mdb_folder_id

Type: string | null

Example: example

meta

Type: object

[additional]

Type: unknown

Example: null

Example
{}

raw_sql_level

Type: string

Default: off

Enum: off, subselect, template, dashsql

readonly

Type: integer

Default: 2

secure

Type: unknown

Example: null

ssl_ca_verify

Type: unknown

Default: on

updated_at

Type: string

Example: example

username

Type: string | null

Example: example

workbook_id

Type: string | null

Default: null

Example
{
  "cache_invalidation_throttling_interval_sec": null,
  "cache_ttl_sec": null,
  "collection_id": "null",
  "connection_manager_cloud_id": "example",
  "connection_manager_connection_id": "example",
  "connection_manager_delegation_is_set": true,
  "connection_manager_folder_id": "example",
  "created_at": "example",
  "data_export_forbidden": "off",
  "db_name": "example",
  "description": "",
  "experimental_features": "off",
  "host": "example",
  "id": "example",
  "key": "example",
  "mdb_cluster_id": "example",
  "mdb_folder_id": "example",
  "meta": {},
  "port": 0,
  "raw_sql_level": "off",
  "readonly": 2,
  "secure": null,
  "ssl_ca_verify": "on",
  "updated_at": "example",
  "username": "example",
  "workbook_id": "null"
}

greenplum2greenplum2

Name

Description

host

Type: string

Example: example

port

Type: integer

username

Type: string

Example: example

cache_invalidation_throttling_interval_sec

Type: integer | null

Default: null

cache_ttl_sec

Type: integer | null

Default: null

collection_id

Type: string | null

Default: null

created_at

Type: string

Example: example

data_export_forbidden

Type: unknown

Default: off

db_name

Type: string | null

Example: example

description

Type: string | null

Default: ``

enforce_collate

Type: string

Default: auto

Enum: auto, on, off

id

Type: string

Example: example

key

Type: string

Example: example

mdb_cluster_id

Type: string | null

Example: example

mdb_folder_id

Type: string | null

Example: example

meta

Type: object

[additional]

Type: unknown

Example: null

Example
{}

raw_sql_level

Type: string

Default: off

Enum: off, subselect, template, dashsql

ssl_enable

Type: unknown

Default: off

updated_at

Type: string

Example: example

workbook_id

Type: string | null

Default: null

Example
{
  "cache_invalidation_throttling_interval_sec": null,
  "cache_ttl_sec": null,
  "collection_id": "null",
  "created_at": "example",
  "data_export_forbidden": "off",
  "db_name": "example",
  "description": "",
  "enforce_collate": "auto",
  "host": "example",
  "id": "example",
  "key": "example",
  "mdb_cluster_id": "example",
  "mdb_folder_id": "example",
  "meta": {},
  "port": 0,
  "raw_sql_level": "off",
  "ssl_enable": "off",
  "updated_at": "example",
  "username": "example",
  "workbook_id": "null"
}

gsheets2gsheets2

Name

Description

url

Type: string

Example: example

cache_invalidation_throttling_interval_sec

Type: integer | null

Default: null

cache_ttl_sec

Type: integer | null

Default: null

collection_id

Type: string | null

Default: null

created_at

Type: string

Example: example

data_export_forbidden

Type: unknown

Default: off

description

Type: string | null

Default: ``

id

Type: string

Example: example

key

Type: string

Example: example

meta

Type: object

[additional]

Type: unknown

Example: null

Example
{}

updated_at

Type: string

Example: example

workbook_id

Type: string | null

Default: null

Example
{
  "cache_invalidation_throttling_interval_sec": null,
  "cache_ttl_sec": null,
  "collection_id": "null",
  "created_at": "example",
  "data_export_forbidden": "off",
  "description": "",
  "id": "example",
  "key": "example",
  "meta": {},
  "updated_at": "example",
  "url": "example",
  "workbook_id": "null"
}

json_api2json_api2

Name

Description

allowed_methods

Type: string[]

Example
[
  "GET"
]

host

Type: string

Example: example

port

Type: integer

collection_id

Type: string | null

Default: null

created_at

Type: string

Example: example

description

Type: string | null

Default: ``

id

Type: string

Example: example

key

Type: string

Example: example

meta

Type: object

[additional]

Type: unknown

Example: null

Example
{}

path

Type: string | null

Example: example

plain_headers

Type: object | null

Example
{}

secret_headers

Type: object | null

Example
{}

secure

Type: boolean

updated_at

Type: string

Example: example

workbook_id

Type: string | null

Default: null

Example
{
  "allowed_methods": [
    "GET"
  ],
  "collection_id": "null",
  "created_at": "example",
  "description": "",
  "host": "example",
  "id": "example",
  "key": "example",
  "meta": {},
  "path": "example",
  "plain_headers": {},
  "port": 0,
  "secret_headers": {},
  "secure": true,
  "updated_at": "example",
  "workbook_id": "null"
}

monitoring2monitoring2

Name

Description

cloud_id

Type: string | null

Example: example

folder_id

Type: string

Example: example

service_account_id

Type: string

Example: example

cache_invalidation_throttling_interval_sec

Type: integer | null

Default: null

cache_ttl_sec

Type: integer | null

Default: null

collection_id

Type: string | null

Default: null

created_at

Type: string

Example: example

delegation_is_set

Type: boolean | null

description

Type: string | null

Default: ``

id

Type: string

Example: example

key

Type: string

Example: example

meta

Type: object

[additional]

Type: unknown

Example: null

Example
{}

updated_at

Type: string

Example: example

workbook_id

Type: string | null

Default: null

Example
{
  "cache_invalidation_throttling_interval_sec": null,
  "cache_ttl_sec": null,
  "cloud_id": "example",
  "collection_id": "null",
  "created_at": "example",
  "delegation_is_set": true,
  "description": "",
  "folder_id": "example",
  "id": "example",
  "key": "example",
  "meta": {},
  "service_account_id": "example",
  "updated_at": "example",
  "workbook_id": "null"
}

mssql2mssql2

Name

Description

host

Type: string

Example: example

port

Type: integer

username

Type: string

Example: example

cache_invalidation_throttling_interval_sec

Type: integer | null

Default: null

cache_ttl_sec

Type: integer | null

Default: null

collection_id

Type: string | null

Default: null

created_at

Type: string

Example: example

data_export_forbidden

Type: unknown

Default: off

db_name

Type: string | null

Example: example

description

Type: string | null

Default: ``

id

Type: string

Example: example

key

Type: string

Example: example

meta

Type: object

[additional]

Type: unknown

Example: null

Example
{}

raw_sql_level

Type: string

Default: off

Enum: off, subselect, template, dashsql

updated_at

Type: string

Example: example

workbook_id

Type: string | null

Default: null

Example
{
  "cache_invalidation_throttling_interval_sec": null,
  "cache_ttl_sec": null,
  "collection_id": "null",
  "created_at": "example",
  "data_export_forbidden": "off",
  "db_name": "example",
  "description": "",
  "host": "example",
  "id": "example",
  "key": "example",
  "meta": {},
  "port": 0,
  "raw_sql_level": "off",
  "updated_at": "example",
  "username": "example",
  "workbook_id": "null"
}

mysql2mysql2

Name

Description

host

Type: string

Example: example

port

Type: integer

cache_invalidation_throttling_interval_sec

Type: integer | null

Default: null

cache_ttl_sec

Type: integer | null

Default: null

collection_id

Type: string | null

Default: null

connection_manager_cloud_id

Type: string | null

Example: example

connection_manager_connection_id

Type: string | null

Example: example

connection_manager_delegation_is_set

Type: boolean | null

connection_manager_folder_id

Type: string | null

Example: example

created_at

Type: string

Example: example

data_export_forbidden

Type: unknown

Default: off

db_name

Type: string | null

Example: example

description

Type: string | null

Default: ``

enforce_collate

Type: string

Default: off

Enum: auto, on, off

id

Type: string

Example: example

key

Type: string

Example: example

mdb_cluster_id

Type: string | null

Example: example

mdb_folder_id

Type: string | null

Example: example

meta

Type: object

[additional]

Type: unknown

Example: null

Example
{}

raw_sql_level

Type: string

Default: off

Enum: off, subselect, template, dashsql

ssl_enable

Type: unknown

Default: off

updated_at

Type: string

Example: example

username

Type: string | null

Example: example

workbook_id

Type: string | null

Default: null

Example
{
  "cache_invalidation_throttling_interval_sec": null,
  "cache_ttl_sec": null,
  "collection_id": "null",
  "connection_manager_cloud_id": "example",
  "connection_manager_connection_id": "example",
  "connection_manager_delegation_is_set": true,
  "connection_manager_folder_id": "example",
  "created_at": "example",
  "data_export_forbidden": "off",
  "db_name": "example",
  "description": "",
  "enforce_collate": "off",
  "host": "example",
  "id": "example",
  "key": "example",
  "mdb_cluster_id": "example",
  "mdb_folder_id": "example",
  "meta": {},
  "port": 0,
  "raw_sql_level": "off",
  "ssl_enable": "off",
  "updated_at": "example",
  "username": "example",
  "workbook_id": "null"
}

oracle2oracle2

Name

Description

db_connect_method

Type: string

Enum: sid, service_name

host

Type: string

Example: example

port

Type: integer

username

Type: string

Example: example

cache_invalidation_throttling_interval_sec

Type: integer | null

Default: null

cache_ttl_sec

Type: integer | null

Default: null

collection_id

Type: string | null

Default: null

created_at

Type: string

Example: example

data_export_forbidden

Type: unknown

Default: off

db_name

Type: string | null

Example: example

description

Type: string | null

Default: ``

id

Type: string

Example: example

key

Type: string

Example: example

meta

Type: object

[additional]

Type: unknown

Example: null

Example
{}

raw_sql_level

Type: string

Default: off

Enum: off, subselect, template, dashsql

ssl_enable

Type: unknown

Default: off

updated_at

Type: string

Example: example

workbook_id

Type: string | null

Default: null

Example
{
  "cache_invalidation_throttling_interval_sec": null,
  "cache_ttl_sec": null,
  "collection_id": "null",
  "created_at": "example",
  "data_export_forbidden": "off",
  "db_connect_method": "sid",
  "db_name": "example",
  "description": "",
  "host": "example",
  "id": "example",
  "key": "example",
  "meta": {},
  "port": 0,
  "raw_sql_level": "off",
  "ssl_enable": "off",
  "updated_at": "example",
  "username": "example",
  "workbook_id": "null"
}

postgres2postgres2

Name

Description

host

Type: string

Example: example

port

Type: integer

cache_invalidation_throttling_interval_sec

Type: integer | null

Default: null

cache_ttl_sec

Type: integer | null

Default: null

collection_id

Type: string | null

Default: null

connection_manager_cloud_id

Type: string | null

Example: example

connection_manager_connection_id

Type: string | null

Example: example

connection_manager_delegation_is_set

Type: boolean | null

connection_manager_folder_id

Type: string | null

Example: example

created_at

Type: string

Example: example

data_export_forbidden

Type: unknown

Default: off

db_name

Type: string | null

Example: example

description

Type: string | null

Default: ``

enforce_collate

Type: string

Default: auto

Enum: auto, on, off

id

Type: string

Example: example

key

Type: string

Example: example

mdb_cluster_id

Type: string | null

Example: example

mdb_folder_id

Type: string | null

Example: example

meta

Type: object

[additional]

Type: unknown

Example: null

Example
{}

raw_sql_level

Type: string

Default: off

Enum: off, subselect, template, dashsql

ssl_enable

Type: unknown

Default: off

updated_at

Type: string

Example: example

username

Type: string | null

Example: example

workbook_id

Type: string | null

Default: null

Example
{
  "cache_invalidation_throttling_interval_sec": null,
  "cache_ttl_sec": null,
  "collection_id": "null",
  "connection_manager_cloud_id": "example",
  "connection_manager_connection_id": "example",
  "connection_manager_delegation_is_set": true,
  "connection_manager_folder_id": "example",
  "created_at": "example",
  "data_export_forbidden": "off",
  "db_name": "example",
  "description": "",
  "enforce_collate": "auto",
  "host": "example",
  "id": "example",
  "key": "example",
  "mdb_cluster_id": "example",
  "mdb_folder_id": "example",
  "meta": {},
  "port": 0,
  "raw_sql_level": "off",
  "ssl_enable": "off",
  "updated_at": "example",
  "username": "example",
  "workbook_id": "null"
}

promql2promql2

Name

Description

host

Type: string

Example: example

port

Type: integer

auth_type

Type: unknown

Default: password

cache_invalidation_throttling_interval_sec

Type: integer | null

Default: null

cache_ttl_sec

Type: integer | null

Default: null

collection_id

Type: string | null

Default: null

created_at

Type: string

Example: example

data_export_forbidden

Type: unknown

Default: off

db_name

Type: string | null

Example: example

description

Type: string | null

Default: ``

id

Type: string

Example: example

key

Type: string

Example: example

meta

Type: object

[additional]

Type: unknown

Example: null

Example
{}

path

Type: string | null

Example: example

secure

Type: boolean

updated_at

Type: string

Example: example

username

Type: string | null

Example: example

workbook_id

Type: string | null

Default: null

Example
{
  "auth_type": "password",
  "cache_invalidation_throttling_interval_sec": null,
  "cache_ttl_sec": null,
  "collection_id": "null",
  "created_at": "example",
  "data_export_forbidden": "off",
  "db_name": "example",
  "description": "",
  "host": "example",
  "id": "example",
  "key": "example",
  "meta": {},
  "path": "example",
  "port": 0,
  "secure": true,
  "updated_at": "example",
  "username": "example",
  "workbook_id": "null"
}

snowflake2snowflake2

Name

Description

account_name

Type: string

Example: example

client_id

Type: string

Example: example

db_name

Type: string

Example: example

schema

Type: string

Example: example

user_name

Type: string

Example: example

warehouse

Type: string

Example: example

collection_id

Type: string | null

Default: null

created_at

Type: string

Example: example

data_export_forbidden

Type: unknown

Default: off

description

Type: string | null

Default: ``

id

Type: string

Example: example

key

Type: string

Example: example

raw_sql_level

Type: string

Default: off

Enum: off, subselect, template, dashsql

refresh_token_expire_time

Type: string | null

Example: 2025-01-01T00:00:00Z

updated_at

Type: string

Example: example

user_role

Type: string | null

Example: example

workbook_id

Type: string | null

Default: null

Example
{
  "account_name": "example",
  "client_id": "example",
  "collection_id": "null",
  "created_at": "example",
  "data_export_forbidden": "off",
  "db_name": "example",
  "description": "",
  "id": "example",
  "key": "example",
  "raw_sql_level": "off",
  "refresh_token_expire_time": "2025-01-01T00:00:00Z",
  "schema": "example",
  "updated_at": "example",
  "user_name": "example",
  "user_role": "example",
  "warehouse": "example",
  "workbook_id": "null"
}

speechsense2speechsense2

Name

Description

project_id

Type: string

Example: example

auth_type

Type: unknown

Default: user_credentials

cloud_id

Type: string | null

Default: null

collection_id

Type: string | null

Default: null

created_at

Type: string

Example: example

data_export_forbidden

Type: unknown

Default: off

delegation_is_set

Type: boolean | null

Default: null

description

Type: string | null

Default: ``

folder_id

Type: string | null

Default: null

id

Type: string

Example: example

key

Type: string

Example: example

meta

Type: object

[additional]

Type: unknown

Example: null

Example
{}

service_account_id

Type: string | null

Default: null

updated_at

Type: string

Example: example

workbook_id

Type: string | null

Default: null

Example
{
  "auth_type": "user_credentials",
  "cloud_id": "null",
  "collection_id": "null",
  "created_at": "example",
  "data_export_forbidden": "off",
  "delegation_is_set": null,
  "description": "",
  "folder_id": "null",
  "id": "example",
  "key": "example",
  "meta": {},
  "project_id": "example",
  "service_account_id": "null",
  "updated_at": "example",
  "workbook_id": "null"
}

trino2trino2

Name

Description

host

Type: string

Example: example

listing_sources

Type: unknown

Example: null

auth_type

Type: unknown

Example: null

cache_invalidation_throttling_interval_sec

Type: integer | null

Default: null

cache_ttl_sec

Type: integer | null

Default: null

cloud_id

Type: string | null

Example: example

collection_id

Type: string | null

Default: null

created_at

Type: string

Example: example

data_export_forbidden

Type: unknown

Default: off

db_name

Type: string | null

Example: example

delegation_is_set

Type: boolean | null

description

Type: string | null

Default: ``

folder_id

Type: string | null

Example: example

id

Type: string

Example: example

key

Type: string

Example: example

mdb_cluster_id

Type: string | null

Example: example

meta

Type: object

[additional]

Type: unknown

Example: null

Example
{}

port

Type: integer | null

raw_sql_level

Type: string

Default: off

Enum: off, subselect, template, dashsql

service_account_id

Type: string | null

Example: example

ssl_enable

Type: unknown

Default: off

updated_at

Type: string

Example: example

username

Type: string | null

Example: example

workbook_id

Type: string | null

Default: null

Example
{
  "auth_type": null,
  "cache_invalidation_throttling_interval_sec": null,
  "cache_ttl_sec": null,
  "cloud_id": "example",
  "collection_id": "null",
  "created_at": "example",
  "data_export_forbidden": "off",
  "db_name": "example",
  "delegation_is_set": true,
  "description": "",
  "folder_id": "example",
  "host": "example",
  "id": "example",
  "key": "example",
  "listing_sources": null,
  "mdb_cluster_id": "example",
  "meta": {},
  "port": 0,
  "raw_sql_level": "off",
  "service_account_id": "example",
  "ssl_enable": "off",
  "updated_at": "example",
  "username": "example",
  "workbook_id": "null"
}

ydb2ydb2

Name

Description

cloud_id

Type: string | null

Example: example

db_name

Type: string

Example: example

folder_id

Type: string

Example: example

host

Type: string

Example: example

port

Type: integer

service_account_id

Type: string

Example: example

auth_type

Type: string | null

Enum: anonymous, password, oauth, null

Example: anonymous

cache_invalidation_throttling_interval_sec

Type: integer | null

Default: null

cache_ttl_sec

Type: integer | null

Default: null

collection_id

Type: string | null

Default: null

created_at

Type: string

Example: example

data_export_forbidden

Type: unknown

Default: off

delegation_is_set

Type: boolean | null

description

Type: string | null

Default: ``

id

Type: string

Example: example

key

Type: string

Example: example

mdb_cluster_id

Type: string | null

Example: example

mdb_folder_id

Type: string | null

Example: example

raw_sql_level

Type: string

Default: off

Enum: off, subselect, template, dashsql

ssl_enable

Type: unknown

Default: on

updated_at

Type: string

Example: example

username

Type: string | null

Example: example

workbook_id

Type: string | null

Default: null

Example
{
  "auth_type": "anonymous",
  "cache_invalidation_throttling_interval_sec": null,
  "cache_ttl_sec": null,
  "cloud_id": "example",
  "collection_id": "null",
  "created_at": "example",
  "data_export_forbidden": "off",
  "db_name": "example",
  "delegation_is_set": true,
  "description": "",
  "folder_id": "example",
  "host": "example",
  "id": "example",
  "key": "example",
  "mdb_cluster_id": "example",
  "mdb_folder_id": "example",
  "port": 0,
  "raw_sql_level": "off",
  "service_account_id": "example",
  "ssl_enable": "on",
  "updated_at": "example",
  "username": "example",
  "workbook_id": "null"
}

yq2yq2

Name

Description

cloud_id

Type: string | null

Example: example

folder_id

Type: string

Example: example

service_account_id

Type: string

Example: example

cache_invalidation_throttling_interval_sec

Type: integer | null

Default: null

cache_ttl_sec

Type: integer | null

Default: null

collection_id

Type: string | null

Default: null

created_at

Type: string

Example: example

data_export_forbidden

Type: unknown

Default: off

delegation_is_set

Type: boolean | null

description

Type: string | null

Default: ``

id

Type: string

Example: example

key

Type: string

Example: example

raw_sql_level

Type: string

Default: off

Enum: off, subselect, template, dashsql

updated_at

Type: string

Example: example

workbook_id

Type: string | null

Default: null

Example
{
  "cache_invalidation_throttling_interval_sec": null,
  "cache_ttl_sec": null,
  "cloud_id": "example",
  "collection_id": "null",
  "created_at": "example",
  "data_export_forbidden": "off",
  "delegation_is_set": true,
  "description": "",
  "folder_id": "example",
  "id": "example",
  "key": "example",
  "raw_sql_level": "off",
  "service_account_id": "example",
  "updated_at": "example",
  "workbook_id": "null"
}

ConnectionUpdateConnectionUpdate

Name

Description

One of 29 types
  • appmetrica_api

    Type: appmetrica_api2

    Example
    {
      "accuracy": null,
      "collection_id": "null",
      "counter_id": "example",
      "created_at": "example",
      "data_export_forbidden": "off",
      "description": "",
      "id": "example",
      "key": "example",
      "meta": {},
      "updated_at": "example",
      "workbook_id": "null"
    }
    
  • bigquery

    Type: bigquery2

    Example
    {
      "cache_invalidation_throttling_interval_sec": null,
      "cache_ttl_sec": null,
      "collection_id": "null",
      "created_at": "example",
      "description": "",
      "id": "example",
      "key": "example",
      "project_id": "example",
      "raw_sql_level": "off",
      "updated_at": "example",
      "workbook_id": "null"
    }
    
  • bitrix24

    Type: bitrix242

    Example
    {
      "cache_invalidation_throttling_interval_sec": null,
      "cache_ttl_sec": null,
      "collection_id": "null",
      "created_at": "example",
      "data_export_forbidden": "off",
      "description": "",
      "id": "example",
      "key": "example",
      "meta": {},
      "portal": "example",
      "updated_at": "example",
      "workbook_id": "null"
    }
    
  • ch_billing_analytics

    Type: ch_billing_analytics2

    Example
    {
      "collection_id": "null",
      "created_at": "example",
      "description": "",
      "id": "example",
      "key": "example",
      "meta": {},
      "updated_at": "example",
      "workbook_id": "null"
    }
    
  • ch_ya_music_podcast_stats

    Type: ch_ya_music_podcast_stats2

    Example
    {
      "collection_id": "null",
      "created_at": "example",
      "description": "",
      "id": "example",
      "key": "example",
      "meta": {},
      "updated_at": "example",
      "workbook_id": "null"
    }
    
  • chyt

    Type: chyt2

    Example
    {
      "alias": "example",
      "cache_invalidation_throttling_interval_sec": null,
      "cache_ttl_sec": null,
      "collection_id": "null",
      "created_at": "example",
      "data_export_forbidden": "off",
      "description": "",
      "host": "example",
      "id": "example",
      "key": "example",
      "meta": {},
      "port": 0,
      "raw_sql_level": "off",
      "secure": true,
      "updated_at": "example",
      "workbook_id": "null"
    }
    
  • clickhouse

    Type: clickhouse2

    Example
    {
      "cache_invalidation_throttling_interval_sec": null,
      "cache_ttl_sec": null,
      "collection_id": "null",
      "connection_manager_cloud_id": "example",
      "connection_manager_connection_id": "example",
      "connection_manager_delegation_is_set": true,
      "connection_manager_folder_id": "example",
      "created_at": "example",
      "data_export_forbidden": "off",
      "db_name": "example",
      "description": "",
      "experimental_features": "off",
      "host": "example",
      "id": "example",
      "key": "example",
      "mdb_cluster_id": "example",
      "mdb_folder_id": "example",
      "meta": {},
      "port": 0,
      "raw_sql_level": "off",
      "readonly": 2,
      "secure": null,
      "ssl_ca_verify": "on",
      "updated_at": "example",
      "username": "example",
      "workbook_id": "null"
    }
    
  • equeo

    Type: equeo2

    Example
    {
      "collection_id": "null",
      "created_at": "example",
      "description": "",
      "id": "example",
      "key": "example",
      "meta": {},
      "updated_at": "example",
      "workbook_id": "null"
    }
    
  • extractor1c

    Type: extractor1c2

    Example
    {
      "collection_id": "null",
      "created_at": "example",
      "description": "",
      "id": "example",
      "key": "example",
      "meta": {},
      "updated_at": "example",
      "workbook_id": "null"
    }
    
  • greenplum

    Type: greenplum2

    Example
    {
      "cache_invalidation_throttling_interval_sec": null,
      "cache_ttl_sec": null,
      "collection_id": "null",
      "created_at": "example",
      "data_export_forbidden": "off",
      "db_name": "example",
      "description": "",
      "enforce_collate": "auto",
      "host": "example",
      "id": "example",
      "key": "example",
      "mdb_cluster_id": "example",
      "mdb_folder_id": "example",
      "meta": {},
      "port": 0,
      "raw_sql_level": "off",
      "ssl_enable": "off",
      "updated_at": "example",
      "username": "example",
      "workbook_id": "null"
    }
    
  • gsheets

    Type: gsheets2

    Example
    {
      "cache_invalidation_throttling_interval_sec": null,
      "cache_ttl_sec": null,
      "collection_id": "null",
      "created_at": "example",
      "data_export_forbidden": "off",
      "description": "",
      "id": "example",
      "key": "example",
      "meta": {},
      "updated_at": "example",
      "url": "example",
      "workbook_id": "null"
    }
    
  • json_api

    Type: json_api2

    Example
    {
      "allowed_methods": [
        "GET"
      ],
      "collection_id": "null",
      "created_at": "example",
      "description": "",
      "host": "example",
      "id": "example",
      "key": "example",
      "meta": {},
      "path": "example",
      "plain_headers": {},
      "port": 0,
      "secret_headers": {},
      "secure": true,
      "updated_at": "example",
      "workbook_id": "null"
    }
    
  • kontur_market

    Type: kontur_market2

    Example
    {
      "collection_id": "null",
      "created_at": "example",
      "description": "",
      "id": "example",
      "key": "example",
      "meta": {},
      "updated_at": "example",
      "workbook_id": "null"
    }
    
  • metrika_api

    Type: metrika_api2

    Example
    {
      "accuracy": null,
      "collection_id": "null",
      "counter_id": "example",
      "created_at": "example",
      "data_export_forbidden": "off",
      "description": "",
      "id": "example",
      "key": "example",
      "meta": {},
      "updated_at": "example",
      "workbook_id": "null"
    }
    
  • monitoring

    Type: monitoring2

    Example
    {
      "cache_invalidation_throttling_interval_sec": null,
      "cache_ttl_sec": null,
      "cloud_id": "example",
      "collection_id": "null",
      "created_at": "example",
      "delegation_is_set": true,
      "description": "",
      "folder_id": "example",
      "id": "example",
      "key": "example",
      "meta": {},
      "service_account_id": "example",
      "updated_at": "example",
      "workbook_id": "null"
    }
    
  • moysklad

    Type: moysklad2

    Example
    {
      "collection_id": "null",
      "created_at": "example",
      "description": "",
      "id": "example",
      "key": "example",
      "meta": {},
      "updated_at": "example",
      "workbook_id": "null"
    }
    
  • mssql

    Type: mssql2

    Example
    {
      "cache_invalidation_throttling_interval_sec": null,
      "cache_ttl_sec": null,
      "collection_id": "null",
      "created_at": "example",
      "data_export_forbidden": "off",
      "db_name": "example",
      "description": "",
      "host": "example",
      "id": "example",
      "key": "example",
      "meta": {},
      "port": 0,
      "raw_sql_level": "off",
      "updated_at": "example",
      "username": "example",
      "workbook_id": "null"
    }
    
  • mysql

    Type: mysql2

    Example
    {
      "cache_invalidation_throttling_interval_sec": null,
      "cache_ttl_sec": null,
      "collection_id": "null",
      "connection_manager_cloud_id": "example",
      "connection_manager_connection_id": "example",
      "connection_manager_delegation_is_set": true,
      "connection_manager_folder_id": "example",
      "created_at": "example",
      "data_export_forbidden": "off",
      "db_name": "example",
      "description": "",
      "enforce_collate": "off",
      "host": "example",
      "id": "example",
      "key": "example",
      "mdb_cluster_id": "example",
      "mdb_folder_id": "example",
      "meta": {},
      "port": 0,
      "raw_sql_level": "off",
      "ssl_enable": "off",
      "updated_at": "example",
      "username": "example",
      "workbook_id": "null"
    }
    
  • oracle

    Type: oracle2

    Example
    {
      "cache_invalidation_throttling_interval_sec": null,
      "cache_ttl_sec": null,
      "collection_id": "null",
      "created_at": "example",
      "data_export_forbidden": "off",
      "db_connect_method": "sid",
      "db_name": "example",
      "description": "",
      "host": "example",
      "id": "example",
      "key": "example",
      "meta": {},
      "port": 0,
      "raw_sql_level": "off",
      "ssl_enable": "off",
      "updated_at": "example",
      "username": "example",
      "workbook_id": "null"
    }
    
  • postgres

    Type: postgres2

    Example
    {
      "cache_invalidation_throttling_interval_sec": null,
      "cache_ttl_sec": null,
      "collection_id": "null",
      "connection_manager_cloud_id": "example",
      "connection_manager_connection_id": "example",
      "connection_manager_delegation_is_set": true,
      "connection_manager_folder_id": "example",
      "created_at": "example",
      "data_export_forbidden": "off",
      "db_name": "example",
      "description": "",
      "enforce_collate": "auto",
      "host": "example",
      "id": "example",
      "key": "example",
      "mdb_cluster_id": "example",
      "mdb_folder_id": "example",
      "meta": {},
      "port": 0,
      "raw_sql_level": "off",
      "ssl_enable": "off",
      "updated_at": "example",
      "username": "example",
      "workbook_id": "null"
    }
    
  • promql

    Type: promql2

    Example
    {
      "auth_type": "password",
      "cache_invalidation_throttling_interval_sec": null,
      "cache_ttl_sec": null,
      "collection_id": "null",
      "created_at": "example",
      "data_export_forbidden": "off",
      "db_name": "example",
      "description": "",
      "host": "example",
      "id": "example",
      "key": "example",
      "meta": {},
      "path": "example",
      "port": 0,
      "secure": true,
      "updated_at": "example",
      "username": "example",
      "workbook_id": "null"
    }
    
  • smb_heatmaps

    Type: smb_heatmaps2

    Example
    {
      "collection_id": "null",
      "created_at": "example",
      "description": "",
      "id": "example",
      "key": "example",
      "meta": {},
      "updated_at": "example",
      "workbook_id": "null"
    }
    
  • snowflake

    Type: snowflake2

    Example
    {
      "account_name": "example",
      "client_id": "example",
      "collection_id": "null",
      "created_at": "example",
      "data_export_forbidden": "off",
      "db_name": "example",
      "description": "",
      "id": "example",
      "key": "example",
      "raw_sql_level": "off",
      "refresh_token_expire_time": "2025-01-01T00:00:00Z",
      "schema": "example",
      "updated_at": "example",
      "user_name": "example",
      "user_role": "example",
      "warehouse": "example",
      "workbook_id": "null"
    }
    
  • speechsense

    Type: speechsense2

    Example
    {
      "auth_type": "user_credentials",
      "cloud_id": "null",
      "collection_id": "null",
      "created_at": "example",
      "data_export_forbidden": "off",
      "delegation_is_set": null,
      "description": "",
      "folder_id": "null",
      "id": "example",
      "key": "example",
      "meta": {},
      "project_id": "example",
      "service_account_id": "null",
      "updated_at": "example",
      "workbook_id": "null"
    }
    
  • trino

    Type: trino2

    Example
    {
      "auth_type": null,
      "cache_invalidation_throttling_interval_sec": null,
      "cache_ttl_sec": null,
      "cloud_id": "example",
      "collection_id": "null",
      "created_at": "example",
      "data_export_forbidden": "off",
      "db_name": "example",
      "delegation_is_set": true,
      "description": "",
      "folder_id": "example",
      "host": "example",
      "id": "example",
      "key": "example",
      "listing_sources": null,
      "mdb_cluster_id": "example",
      "meta": {},
      "port": 0,
      "raw_sql_level": "off",
      "service_account_id": "example",
      "ssl_enable": "off",
      "updated_at": "example",
      "username": "example",
      "workbook_id": "null"
    }
    
  • usage_analytics_detailed

    Type: usage_analytics_detailed2

    Example
    {
      "collection_id": "null",
      "created_at": "example",
      "description": "",
      "id": "example",
      "key": "example",
      "meta": {},
      "updated_at": "example",
      "workbook_id": "null"
    }
    
  • usage_analytics_light

    Type: usage_analytics_light2

    Example
    {
      "collection_id": "null",
      "created_at": "example",
      "description": "",
      "id": "example",
      "key": "example",
      "meta": {},
      "updated_at": "example",
      "workbook_id": "null"
    }
    
  • ydb

    Type: ydb2

    Example
    {
      "auth_type": "anonymous",
      "cache_invalidation_throttling_interval_sec": null,
      "cache_ttl_sec": null,
      "cloud_id": "example",
      "collection_id": "null",
      "created_at": "example",
      "data_export_forbidden": "off",
      "db_name": "example",
      "delegation_is_set": true,
      "description": "",
      "folder_id": "example",
      "host": "example",
      "id": "example",
      "key": "example",
      "mdb_cluster_id": "example",
      "mdb_folder_id": "example",
      "port": 0,
      "raw_sql_level": "off",
      "service_account_id": "example",
      "ssl_enable": "on",
      "updated_at": "example",
      "username": "example",
      "workbook_id": "null"
    }
    
  • yq

    Type: yq2

    Example
    {
      "cache_invalidation_throttling_interval_sec": null,
      "cache_ttl_sec": null,
      "cloud_id": "example",
      "collection_id": "null",
      "created_at": "example",
      "data_export_forbidden": "off",
      "delegation_is_set": true,
      "description": "",
      "folder_id": "example",
      "id": "example",
      "key": "example",
      "raw_sql_level": "off",
      "service_account_id": "example",
      "updated_at": "example",
      "workbook_id": "null"
    }
    
Example
{
  "accuracy": null,
  "collection_id": "null",
  "counter_id": "example",
  "created_at": "example",
  "data_export_forbidden": "off",
  "description": "",
  "id": "example",
  "key": "example",
  "meta": {},
  "updated_at": "example",
  "workbook_id": "null"
}

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

Предыдущая
Create connection
Следующая
Delete connection
Создавайте контент и получайте гранты!Готовы написать своё руководство? Участвуйте в контент-программе и получайте гранты на работу с облачными сервисами!
Подробнее о программе
Проект Яндекса
© 2026 ТОО «Облачные Сервисы Казахстан»