Script API Config - AnalyticsGate/AGR-OnPrem-Setups GitHub Wiki

tasks

Description

Represents a complete job that can contain several task objects.

Example

{
  "tasks": [
    {
      "reports": [
        {
          ...
        }
      ]
    },
    {
      "reports": [
        {
          ...
        }
      ]
    }
  ]
}