Files
superset2/docs/developer_docs_versioned_docs/version-6.1.0/api/schemas/databasesshtunnel.Schema.json
2026-07-28 21:39:01 +07:00

21 lines
525 B
JSON

{
"schema": {
"properties": {
"id": {
"description": "SSH Tunnel ID (for updates)",
"nullable": true,
"type": "integer"
},
"password": { "type": "string" },
"private_key": { "type": "string" },
"private_key_password": { "type": "string" },
"server_address": { "type": "string" },
"server_port": { "type": "integer" },
"username": { "type": "string" }
},
"type": "object",
"title": "DatabaseSSHTunnel"
},
"schemaType": "response"
}