Tableau · JSON Structure

Tableau Rest Schedule Structure

Type: object Properties: 11
AnalyticsBusiness IntelligenceDashboardsData Visualization

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

Properties

id name state priority createdAt updatedAt type frequency nextRunAt endScheduleAt frequencyDetails

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Schedule",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "state": {
      "type": "string"
    },
    "priority": {
      "type": "integer"
    },
    "createdAt": {
      "type": "string"
    },
    "updatedAt": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "frequency": {
      "type": "string"
    },
    "nextRunAt": {
      "type": "string"
    },
    "endScheduleAt": {
      "type": "string"
    },
    "frequencyDetails": {
      "type": "object"
    }
  }
}