Tableau · JSON Structure

Tableau Rest Site Structure

Type: object Properties: 13
AnalyticsBusiness IntelligenceDashboardsData Visualization

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

Properties

id name contentUrl adminMode state storageQuota userQuota numCreators numExplorers numViewers disableSubscriptions revision usage

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Site",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "contentUrl": {
      "type": "string"
    },
    "adminMode": {
      "type": "string"
    },
    "state": {
      "type": "string"
    },
    "storageQuota": {
      "type": "integer"
    },
    "userQuota": {
      "type": "integer"
    },
    "numCreators": {
      "type": "integer"
    },
    "numExplorers": {
      "type": "integer"
    },
    "numViewers": {
      "type": "integer"
    },
    "disableSubscriptions": {
      "type": "boolean"
    },
    "revision": {
      "type": "string"
    },
    "usage": {
      "type": "object"
    }
  }
}