CockroachDB · Schema

GetConnectionStringResponse

Connection string for a cluster.

Cluster ManagementCloudDatabaseDistributed SQLInfrastructurePostgreSQL CompatibleSQL

Properties

Name Type Description
connection_string string Formatted connection string for the cluster.
View JSON Schema on GitHub

JSON Schema

cockroachdb-getconnectionstringresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GetConnectionStringResponse",
  "title": "GetConnectionStringResponse",
  "type": "object",
  "description": "Connection string for a cluster.",
  "properties": {
    "connection_string": {
      "type": "string",
      "description": "Formatted connection string for the cluster."
    }
  }
}