Tableau · Example Payload

Tableau Rest Connection Example

AnalyticsBusiness IntelligenceDashboardsData Visualization

Tableau Rest Connection Example is an example object payload from Tableau, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idtypeserverAddressserverPortuserNamedatasource

Example Payload

Raw ↑
{
  "id": "abc123",
  "type": "example_value",
  "serverAddress": "example_value",
  "serverPort": "example_value",
  "userName": "example_value",
  "datasource": "example_value"
}