Alteryx · JSON Structure

Alteryx Server V3 Job Detail Structure

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

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

Properties

id appId createDateTime status disposition outputs messages 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": "JobDetail",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "appId": {
      "type": "string"
    },
    "createDateTime": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "disposition": {
      "type": "string"
    },
    "outputs": {
      "type": "array"
    },
    "messages": {
      "type": "array"
    },
    "priority": {
      "type": "string"
    },
    "workerTag": {
      "type": "string"
    },
    "runWithE2": {
      "type": "boolean"
    }
  }
}