Tableau · JSON Structure

Tableau Rest Job Structure

Type: object Properties: 13
AnalyticsBusiness IntelligenceDashboardsData Visualization

Job 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 mode type status progress createdAt startedAt endedAt finishCode title subtitle statusNotes extractRefreshJob

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Job",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "mode": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "status": {
      "type": "integer"
    },
    "progress": {
      "type": "integer"
    },
    "createdAt": {
      "type": "string"
    },
    "startedAt": {
      "type": "string"
    },
    "endedAt": {
      "type": "string"
    },
    "finishCode": {
      "type": "integer"
    },
    "title": {
      "type": "string"
    },
    "subtitle": {
      "type": "string"
    },
    "statusNotes": {
      "type": "object"
    },
    "extractRefreshJob": {
      "type": "object"
    }
  }
}