Alteryx · JSON Structure

Alteryx Server V3 Schedule Detail Structure

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

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

Properties

id name workflowId versionId ownerId runDateTime comment enabled priority workerTag status credentialId creationTime lastRunTime state runCount frequency lastError cpuName lastModifiedId lastModifiedDate canEdit timeZone questions

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ScheduleDetail",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "workflowId": {
      "type": "string"
    },
    "versionId": {
      "type": "string"
    },
    "ownerId": {
      "type": "string"
    },
    "runDateTime": {
      "type": "string"
    },
    "comment": {
      "type": "string"
    },
    "enabled": {
      "type": "boolean"
    },
    "priority": {
      "type": "string"
    },
    "workerTag": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "credentialId": {
      "type": "string"
    },
    "creationTime": {
      "type": "string"
    },
    "lastRunTime": {
      "type": "string"
    },
    "state": {
      "type": "string"
    },
    "runCount": {
      "type": "integer"
    },
    "frequency": {
      "type": "string"
    },
    "lastError": {
      "type": "string"
    },
    "cpuName": {
      "type": "string"
    },
    "lastModifiedId": {
      "type": "string"
    },
    "lastModifiedDate": {
      "type": "string"
    },
    "canEdit": {
      "type": "boolean"
    },
    "timeZone": {
      "type": "string"
    },
    "questions": {
      "type": "array"
    }
  }
}