Tableau · JSON Structure

Tableau Rest Connection Structure

Type: object Properties: 6
AnalyticsBusiness IntelligenceDashboardsData Visualization

Connection is a JSON Structure definition published by Tableau, describing 6 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id type serverAddress serverPort userName datasource

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Connection",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "serverAddress": {
      "type": "string"
    },
    "serverPort": {
      "type": "string"
    },
    "userName": {
      "type": "string"
    },
    "datasource": {
      "type": "object"
    }
  }
}