Update connection
Updates the specified connection.
Request
POST
http://<хост_on-premises>/rpc/updateConnection
Headers
|
Name |
Description |
|
x-dl-api-version |
Type: string API version header. Const: Example: |
Body
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: |
|
data |
Type: ConnectionUpdate Example
|
appmetrica_api2
|
Name |
Description |
|
counter_id |
Type: string Example: |
|
token |
Type: string Example: |
|
accuracy |
Type: number | null Default: |
|
collection_id |
Type: string | null Default: |
|
data_export_forbidden |
Type: unknown Default: |
|
description |
Type: string | null Default: `` |
|
workbook_id |
Type: string | null Default: |
Example
{
"accuracy": null,
"collection_id": "null",
"counter_id": "example",
"data_export_forbidden": "off",
"description": "",
"token": "example",
"workbook_id": "null"
}
chyt2
|
Name |
Description |
|
alias |
Type: string Example: |
|
host |
Type: string Example: |
|
port |
Type: integer |
|
token |
Type: string Example: |
|
cache_invalidation_throttling_interval_sec |
Type: integer | null Default: |
|
cache_ttl_sec |
Type: integer | null Default: |
|
collection_id |
Type: string | null Default: |
|
data_export_forbidden |
Type: unknown Default: |
|
description |
Type: string | null Default: `` |
|
raw_sql_level |
Type: string Default: Enum: |
|
secure |
Type: boolean |
|
workbook_id |
Type: string | null Default: |
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"
}
clickhouse2
|
Name |
Description |
|
host |
Type: string Example: |
|
port |
Type: integer |
|
cache_invalidation_throttling_interval_sec |
Type: integer | null Default: |
|
cache_ttl_sec |
Type: integer | null Default: |
|
collection_id |
Type: string | null Default: |
|
data_export_forbidden |
Type: unknown Default: |
|
db_name |
Type: string | null Example: |
|
description |
Type: string | null Default: `` |
|
experimental_features |
Type: unknown Default: |
|
password |
Type: string | null Example: |
|
raw_sql_level |
Type: string Default: Enum: |
|
readonly |
Type: integer Default: |
|
secure |
Type: unknown Example: |
|
ssl_ca |
Type: unknown Default: |
|
ssl_ca_verify |
Type: unknown Default: |
|
username |
Type: string | null Example: |
|
workbook_id |
Type: string | null Default: |
Example
{
"cache_invalidation_throttling_interval_sec": null,
"cache_ttl_sec": null,
"collection_id": "null",
"data_export_forbidden": "off",
"db_name": "example",
"description": "",
"experimental_features": "off",
"host": "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"
}
greenplum2
|
Name |
Description |
|
host |
Type: string Example: |
|
password |
Type: string Example: |
|
port |
Type: integer |
|
username |
Type: string Example: |
|
cache_invalidation_throttling_interval_sec |
Type: integer | null Default: |
|
cache_ttl_sec |
Type: integer | null Default: |
|
collection_id |
Type: string | null Default: |
|
data_export_forbidden |
Type: unknown Default: |
|
db_name |
Type: string | null Example: |
|
description |
Type: string | null Default: `` |
|
enforce_collate |
Type: string Default: Enum: |
|
raw_sql_level |
Type: string Default: Enum: |
|
ssl_ca |
Type: unknown Default: |
|
ssl_enable |
Type: unknown Default: |
|
workbook_id |
Type: string | null Default: |
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",
"password": "example",
"port": 0,
"raw_sql_level": "off",
"ssl_ca": null,
"ssl_enable": "off",
"username": "example",
"workbook_id": "null"
}
json_api2
|
Name |
Description |
|
allowed_methods |
Type: string[] Example
|
|
host |
Type: string Example: |
|
port |
Type: integer |
|
collection_id |
Type: string | null Default: |
|
description |
Type: string | null Default: `` |
|
path |
Type: string | null Example: |
|
plain_headers |
Type: object | null Example
|
|
secret_headers |
Type: object | null Example
|
|
secure |
Type: boolean |
|
workbook_id |
Type: string | null Default: |
Example
{
"allowed_methods": [
"GET"
],
"collection_id": "null",
"description": "",
"host": "example",
"path": "example",
"plain_headers": {},
"port": 0,
"secret_headers": {},
"secure": true,
"workbook_id": "null"
}
mssql2
|
Name |
Description |
|
host |
Type: string Example: |
|
password |
Type: string Example: |
|
port |
Type: integer |
|
username |
Type: string Example: |
|
cache_invalidation_throttling_interval_sec |
Type: integer | null Default: |
|
cache_ttl_sec |
Type: integer | null Default: |
|
collection_id |
Type: string | null Default: |
|
data_export_forbidden |
Type: unknown Default: |
|
db_name |
Type: string | null Example: |
|
description |
Type: string | null Default: `` |
|
raw_sql_level |
Type: string Default: Enum: |
|
workbook_id |
Type: string | null Default: |
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"
}
mysql2
|
Name |
Description |
|
host |
Type: string Example: |
|
password |
Type: string Example: |
|
port |
Type: integer |
|
username |
Type: string Example: |
|
cache_invalidation_throttling_interval_sec |
Type: integer | null Default: |
|
cache_ttl_sec |
Type: integer | null Default: |
|
collection_id |
Type: string | null Default: |
|
data_export_forbidden |
Type: unknown Default: |
|
db_name |
Type: string | null Example: |
|
description |
Type: string | null Default: `` |
|
enforce_collate |
Type: string Default: Enum: |
|
raw_sql_level |
Type: string Default: Enum: |
|
ssl_ca |
Type: unknown Default: |
|
ssl_enable |
Type: unknown Default: |
|
workbook_id |
Type: string | null Default: |
Example
{
"cache_invalidation_throttling_interval_sec": null,
"cache_ttl_sec": null,
"collection_id": "null",
"data_export_forbidden": "off",
"db_name": "example",
"description": "",
"enforce_collate": "off",
"host": "example",
"password": "example",
"port": 0,
"raw_sql_level": "off",
"ssl_ca": null,
"ssl_enable": "off",
"username": "example",
"workbook_id": "null"
}
oracle2
|
Name |
Description |
|
db_connect_method |
Type: string Enum: |
|
host |
Type: string Example: |
|
password |
Type: string Example: |
|
port |
Type: integer |
|
username |
Type: string Example: |
|
cache_invalidation_throttling_interval_sec |
Type: integer | null Default: |
|
cache_ttl_sec |
Type: integer | null Default: |
|
collection_id |
Type: string | null Default: |
|
data_export_forbidden |
Type: unknown Default: |
|
db_name |
Type: string | null Example: |
|
description |
Type: string | null Default: `` |
|
raw_sql_level |
Type: string Default: Enum: |
|
ssl_ca |
Type: unknown Default: |
|
ssl_enable |
Type: unknown Default: |
|
workbook_id |
Type: string | null Default: |
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"
}
promql2
|
Name |
Description |
|
host |
Type: string Example: |
|
port |
Type: integer |
|
auth_header |
Type: string | null Example: |
|
auth_type |
Type: unknown Default: |
|
cache_invalidation_throttling_interval_sec |
Type: integer | null Default: |
|
cache_ttl_sec |
Type: integer | null Default: |
|
collection_id |
Type: string | null Default: |
|
data_export_forbidden |
Type: unknown Default: |
|
db_name |
Type: string | null Example: |
|
description |
Type: string | null Default: `` |
|
password |
Type: string | null Example: |
|
path |
Type: string | null Example: |
|
secure |
Type: boolean |
|
username |
Type: string | null Example: |
|
workbook_id |
Type: string | null Default: |
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"
}
trino2
|
Name |
Description |
|
auth_type |
Type: unknown Example: |
|
host |
Type: string Example: |
|
listing_sources |
Type: unknown Example: |
|
port |
Type: integer |
|
username |
Type: string Example: |
|
cache_invalidation_throttling_interval_sec |
Type: integer | null Default: |
|
cache_ttl_sec |
Type: integer | null Default: |
|
collection_id |
Type: string | null Default: |
|
data_export_forbidden |
Type: unknown Default: |
|
db_name |
Type: string | null Example: |
|
description |
Type: string | null Default: `` |
|
jwt |
Type: string | null Example: |
|
password |
Type: string | null Example: |
|
raw_sql_level |
Type: string Default: Enum: |
|
ssl_ca |
Type: unknown Default: |
|
ssl_enable |
Type: unknown Default: |
|
workbook_id |
Type: string | null Default: |
Example
{
"auth_type": null,
"cache_invalidation_throttling_interval_sec": null,
"cache_ttl_sec": null,
"collection_id": "null",
"data_export_forbidden": "off",
"db_name": "example",
"description": "",
"host": "example",
"jwt": "example",
"listing_sources": null,
"password": "example",
"port": 0,
"raw_sql_level": "off",
"ssl_ca": null,
"ssl_enable": "off",
"username": "example",
"workbook_id": "null"
}
ydb2
|
Name |
Description |
|
db_name |
Type: string Example: |
|
host |
Type: string Example: |
|
port |
Type: integer |
|
auth_type |
Type: string | null Enum: Example: |
|
cache_invalidation_throttling_interval_sec |
Type: integer | null Default: |
|
cache_ttl_sec |
Type: integer | null Default: |
|
collection_id |
Type: string | null Default: |
|
data_export_forbidden |
Type: unknown Default: |
|
description |
Type: string | null Default: `` |
|
raw_sql_level |
Type: string Default: Enum: |
|
ssl_ca |
Type: unknown Default: |
|
ssl_enable |
Type: unknown Default: |
|
token |
Type: string | null Example: |
|
username |
Type: string | null Example: |
|
workbook_id |
Type: string | null Default: |
Example
{
"auth_type": "anonymous",
"cache_invalidation_throttling_interval_sec": null,
"cache_ttl_sec": null,
"collection_id": "null",
"data_export_forbidden": "off",
"db_name": "example",
"description": "",
"host": "example",
"port": 0,
"raw_sql_level": "off",
"ssl_ca": null,
"ssl_enable": "off",
"token": "example",
"username": "example",
"workbook_id": "null"
}
ConnectionUpdate
|
Name |
Description |
One of 13 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" } -
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", "data_export_forbidden": "off", "db_name": "example", "description": "", "experimental_features": "off", "host": "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" } -
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", "password": "example", "port": 0, "raw_sql_level": "off", "ssl_ca": null, "ssl_enable": "off", "username": "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" } -
metrika_api
Type: metrika_api2
Example
{ "accuracy": null, "collection_id": "null", "counter_id": "example", "data_export_forbidden": "off", "description": "", "token": "example", "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", "data_export_forbidden": "off", "db_name": "example", "description": "", "enforce_collate": "off", "host": "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", "data_export_forbidden": "off", "db_name": "example", "description": "", "enforce_collate": "auto", "host": "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" } -
trino
Type: trino2
Example
{ "auth_type": null, "cache_invalidation_throttling_interval_sec": null, "cache_ttl_sec": null, "collection_id": "null", "data_export_forbidden": "off", "db_name": "example", "description": "", "host": "example", "jwt": "example", "listing_sources": null, "password": "example", "port": 0, "raw_sql_level": "off", "ssl_ca": null, "ssl_enable": "off", "username": "example", "workbook_id": "null" } -
ydb
Type: ydb2
Example
{ "auth_type": "anonymous", "cache_invalidation_throttling_interval_sec": null, "cache_ttl_sec": null, "collection_id": "null", "data_export_forbidden": "off", "db_name": "example", "description": "", "host": "example", "port": 0, "raw_sql_level": "off", "ssl_ca": null, "ssl_enable": "off", "token": "example", "username": "example", "workbook_id": "null" }
Example
{
"accuracy": null,
"collection_id": "null",
"counter_id": "example",
"data_export_forbidden": "off",
"description": "",
"token": "example",
"workbook_id": "null"
}
Responses
200 OK
Response
Body
application/json
null
Type: unknown
appmetrica_api2
|
Name |
Description |
||
|
counter_id |
Type: string Example: |
||
|
accuracy |
Type: number | null Default: |
||
|
collection_id |
Type: string | null Default: |
||
|
created_at |
Type: string Example: |
||
|
data_export_forbidden |
Type: unknown Default: |
||
|
description |
Type: string | null Default: `` |
||
|
id |
Type: string Example: |
||
|
key |
Type: string Example: |
||
|
meta |
Type: object
Example
|
||
|
updated_at |
Type: string Example: |
||
|
workbook_id |
Type: string | null Default: |
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"
}
chyt2
|
Name |
Description |
||
|
alias |
Type: string Example: |
||
|
host |
Type: string Example: |
||
|
port |
Type: integer |
||
|
cache_invalidation_throttling_interval_sec |
Type: integer | null Default: |
||
|
cache_ttl_sec |
Type: integer | null Default: |
||
|
collection_id |
Type: string | null Default: |
||
|
created_at |
Type: string Example: |
||
|
data_export_forbidden |
Type: unknown Default: |
||
|
description |
Type: string | null Default: `` |
||
|
id |
Type: string Example: |
||
|
key |
Type: string Example: |
||
|
meta |
Type: object
Example
|
||
|
raw_sql_level |
Type: string Default: Enum: |
||
|
secure |
Type: boolean |
||
|
updated_at |
Type: string Example: |
||
|
workbook_id |
Type: string | null Default: |
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"
}
clickhouse2
|
Name |
Description |
||
|
host |
Type: string Example: |
||
|
port |
Type: integer |
||
|
cache_invalidation_throttling_interval_sec |
Type: integer | null Default: |
||
|
cache_ttl_sec |
Type: integer | null Default: |
||
|
collection_id |
Type: string | null Default: |
||
|
created_at |
Type: string Example: |
||
|
data_export_forbidden |
Type: unknown Default: |
||
|
db_name |
Type: string | null Example: |
||
|
description |
Type: string | null Default: `` |
||
|
experimental_features |
Type: unknown Default: |
||
|
id |
Type: string Example: |
||
|
key |
Type: string Example: |
||
|
meta |
Type: object
Example
|
||
|
raw_sql_level |
Type: string Default: Enum: |
||
|
readonly |
Type: integer Default: |
||
|
secure |
Type: unknown Example: |
||
|
ssl_ca_verify |
Type: unknown Default: |
||
|
updated_at |
Type: string Example: |
||
|
username |
Type: string | null Example: |
||
|
workbook_id |
Type: string | null Default: |
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": "",
"experimental_features": "off",
"host": "example",
"id": "example",
"key": "example",
"meta": {},
"port": 0,
"raw_sql_level": "off",
"readonly": 2,
"secure": null,
"ssl_ca_verify": "on",
"updated_at": "example",
"username": "example",
"workbook_id": "null"
}
greenplum2
|
Name |
Description |
||
|
host |
Type: string Example: |
||
|
port |
Type: integer |
||
|
username |
Type: string Example: |
||
|
cache_invalidation_throttling_interval_sec |
Type: integer | null Default: |
||
|
cache_ttl_sec |
Type: integer | null Default: |
||
|
collection_id |
Type: string | null Default: |
||
|
created_at |
Type: string Example: |
||
|
data_export_forbidden |
Type: unknown Default: |
||
|
db_name |
Type: string | null Example: |
||
|
description |
Type: string | null Default: `` |
||
|
enforce_collate |
Type: string Default: Enum: |
||
|
id |
Type: string Example: |
||
|
key |
Type: string Example: |
||
|
meta |
Type: object
Example
|
||
|
raw_sql_level |
Type: string Default: Enum: |
||
|
ssl_enable |
Type: unknown Default: |
||
|
updated_at |
Type: string Example: |
||
|
workbook_id |
Type: string | null Default: |
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",
"meta": {},
"port": 0,
"raw_sql_level": "off",
"ssl_enable": "off",
"updated_at": "example",
"username": "example",
"workbook_id": "null"
}
json_api2
|
Name |
Description |
||
|
allowed_methods |
Type: string[] Example
|
||
|
host |
Type: string Example: |
||
|
port |
Type: integer |
||
|
collection_id |
Type: string | null Default: |
||
|
created_at |
Type: string Example: |
||
|
description |
Type: string | null Default: `` |
||
|
id |
Type: string Example: |
||
|
key |
Type: string Example: |
||
|
meta |
Type: object
Example
|
||
|
path |
Type: string | null Example: |
||
|
plain_headers |
Type: object | null Example
|
||
|
secret_headers |
Type: object | null Example
|
||
|
secure |
Type: boolean |
||
|
updated_at |
Type: string Example: |
||
|
workbook_id |
Type: string | null Default: |
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"
}
mssql2
|
Name |
Description |
||
|
host |
Type: string Example: |
||
|
port |
Type: integer |
||
|
username |
Type: string Example: |
||
|
cache_invalidation_throttling_interval_sec |
Type: integer | null Default: |
||
|
cache_ttl_sec |
Type: integer | null Default: |
||
|
collection_id |
Type: string | null Default: |
||
|
created_at |
Type: string Example: |
||
|
data_export_forbidden |
Type: unknown Default: |
||
|
db_name |
Type: string | null Example: |
||
|
description |
Type: string | null Default: `` |
||
|
id |
Type: string Example: |
||
|
key |
Type: string Example: |
||
|
meta |
Type: object
Example
|
||
|
raw_sql_level |
Type: string Default: Enum: |
||
|
updated_at |
Type: string Example: |
||
|
workbook_id |
Type: string | null Default: |
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"
}
mysql2
|
Name |
Description |
||
|
host |
Type: string Example: |
||
|
port |
Type: integer |
||
|
username |
Type: string Example: |
||
|
cache_invalidation_throttling_interval_sec |
Type: integer | null Default: |
||
|
cache_ttl_sec |
Type: integer | null Default: |
||
|
collection_id |
Type: string | null Default: |
||
|
created_at |
Type: string Example: |
||
|
data_export_forbidden |
Type: unknown Default: |
||
|
db_name |
Type: string | null Example: |
||
|
description |
Type: string | null Default: `` |
||
|
enforce_collate |
Type: string Default: Enum: |
||
|
id |
Type: string Example: |
||
|
key |
Type: string Example: |
||
|
meta |
Type: object
Example
|
||
|
raw_sql_level |
Type: string Default: Enum: |
||
|
ssl_enable |
Type: unknown Default: |
||
|
updated_at |
Type: string Example: |
||
|
workbook_id |
Type: string | null Default: |
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": "off",
"host": "example",
"id": "example",
"key": "example",
"meta": {},
"port": 0,
"raw_sql_level": "off",
"ssl_enable": "off",
"updated_at": "example",
"username": "example",
"workbook_id": "null"
}
oracle2
|
Name |
Description |
||
|
db_connect_method |
Type: string Enum: |
||
|
host |
Type: string Example: |
||
|
port |
Type: integer |
||
|
username |
Type: string Example: |
||
|
cache_invalidation_throttling_interval_sec |
Type: integer | null Default: |
||
|
cache_ttl_sec |
Type: integer | null Default: |
||
|
collection_id |
Type: string | null Default: |
||
|
created_at |
Type: string Example: |
||
|
data_export_forbidden |
Type: unknown Default: |
||
|
db_name |
Type: string | null Example: |
||
|
description |
Type: string | null Default: `` |
||
|
id |
Type: string Example: |
||
|
key |
Type: string Example: |
||
|
meta |
Type: object
Example
|
||
|
raw_sql_level |
Type: string Default: Enum: |
||
|
ssl_enable |
Type: unknown Default: |
||
|
updated_at |
Type: string Example: |
||
|
workbook_id |
Type: string | null Default: |
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"
}
promql2
|
Name |
Description |
||
|
host |
Type: string Example: |
||
|
port |
Type: integer |
||
|
auth_type |
Type: unknown Default: |
||
|
cache_invalidation_throttling_interval_sec |
Type: integer | null Default: |
||
|
cache_ttl_sec |
Type: integer | null Default: |
||
|
collection_id |
Type: string | null Default: |
||
|
created_at |
Type: string Example: |
||
|
data_export_forbidden |
Type: unknown Default: |
||
|
db_name |
Type: string | null Example: |
||
|
description |
Type: string | null Default: `` |
||
|
id |
Type: string Example: |
||
|
key |
Type: string Example: |
||
|
meta |
Type: object
Example
|
||
|
path |
Type: string | null Example: |
||
|
secure |
Type: boolean |
||
|
updated_at |
Type: string Example: |
||
|
username |
Type: string | null Example: |
||
|
workbook_id |
Type: string | null Default: |
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"
}
trino2
|
Name |
Description |
||
|
auth_type |
Type: unknown Example: |
||
|
host |
Type: string Example: |
||
|
listing_sources |
Type: unknown Example: |
||
|
port |
Type: integer |
||
|
username |
Type: string Example: |
||
|
cache_invalidation_throttling_interval_sec |
Type: integer | null Default: |
||
|
cache_ttl_sec |
Type: integer | null Default: |
||
|
collection_id |
Type: string | null Default: |
||
|
created_at |
Type: string Example: |
||
|
data_export_forbidden |
Type: unknown Default: |
||
|
db_name |
Type: string | null Example: |
||
|
description |
Type: string | null Default: `` |
||
|
id |
Type: string Example: |
||
|
key |
Type: string Example: |
||
|
meta |
Type: object
Example
|
||
|
raw_sql_level |
Type: string Default: Enum: |
||
|
ssl_enable |
Type: unknown Default: |
||
|
updated_at |
Type: string Example: |
||
|
workbook_id |
Type: string | null Default: |
Example
{
"auth_type": null,
"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",
"listing_sources": null,
"meta": {},
"port": 0,
"raw_sql_level": "off",
"ssl_enable": "off",
"updated_at": "example",
"username": "example",
"workbook_id": "null"
}
ydb2
|
Name |
Description |
|
db_name |
Type: string Example: |
|
host |
Type: string Example: |
|
port |
Type: integer |
|
auth_type |
Type: string | null Enum: Example: |
|
cache_invalidation_throttling_interval_sec |
Type: integer | null Default: |
|
cache_ttl_sec |
Type: integer | null Default: |
|
collection_id |
Type: string | null Default: |
|
created_at |
Type: string Example: |
|
data_export_forbidden |
Type: unknown Default: |
|
description |
Type: string | null Default: `` |
|
id |
Type: string Example: |
|
key |
Type: string Example: |
|
raw_sql_level |
Type: string Default: Enum: |
|
ssl_enable |
Type: unknown Default: |
|
updated_at |
Type: string Example: |
|
username |
Type: string | null Example: |
|
workbook_id |
Type: string | null Default: |
Example
{
"auth_type": "anonymous",
"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",
"port": 0,
"raw_sql_level": "off",
"ssl_enable": "off",
"updated_at": "example",
"username": "example",
"workbook_id": "null"
}
ConnectionUpdate
|
Name |
Description |
One of 13 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" } -
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", "created_at": "example", "data_export_forbidden": "off", "db_name": "example", "description": "", "experimental_features": "off", "host": "example", "id": "example", "key": "example", "meta": {}, "port": 0, "raw_sql_level": "off", "readonly": 2, "secure": null, "ssl_ca_verify": "on", "updated_at": "example", "username": "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", "meta": {}, "port": 0, "raw_sql_level": "off", "ssl_enable": "off", "updated_at": "example", "username": "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" } -
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" } -
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", "created_at": "example", "data_export_forbidden": "off", "db_name": "example", "description": "", "enforce_collate": "off", "host": "example", "id": "example", "key": "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", "created_at": "example", "data_export_forbidden": "off", "db_name": "example", "description": "", "enforce_collate": "auto", "host": "example", "id": "example", "key": "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" } -
trino
Type: trino2
Example
{ "auth_type": null, "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", "listing_sources": null, "meta": {}, "port": 0, "raw_sql_level": "off", "ssl_enable": "off", "updated_at": "example", "username": "example", "workbook_id": "null" } -
ydb
Type: ydb2
Example
{ "auth_type": "anonymous", "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", "port": 0, "raw_sql_level": "off", "ssl_enable": "off", "updated_at": "example", "username": "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"
}