Alteryx · JSON Structure

Alteryx Server V3 Job Summary Structure

Type: object Properties: 6
AnalyticsAutomationData EngineeringData PreparationData ScienceETLMachine LearningPredictive Analytics

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

Properties

id createDate status priority workerTag runWithE2

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "JobSummary",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "createDate": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "priority": {
      "type": "string"
    },
    "workerTag": {
      "type": "string"
    },
    "runWithE2": {
      "type": "boolean"
    }
  }
}