Skip to main content
GET
/
api
/
v1
/
schedulers
/
{schedulerUuid}
{
  "results": {
    "includeLinks": true,
    "notificationFrequency": "always",
    "enabled": true,
    "thresholds": [
      {
        "value": 123,
        "fieldId": "<string>",
        "operator": "greaterThan"
      }
    ],
    "options": {
      "asAttachment": true,
      "limit": 123,
      "formatted": true
    },
    "dashboardName": "<string>",
    "dashboardUuid": null,
    "savedChartName": "<string>",
    "savedChartUuid": "<string>",
    "timezone": "<string>",
    "cron": "<string>",
    "format": "csv",
    "createdByName": "<string>",
    "createdBy": "<string>",
    "updatedAt": "2023-11-07T05:31:56Z",
    "createdAt": "2023-11-07T05:31:56Z",
    "message": "<string>",
    "name": "<string>",
    "schedulerUuid": "<string>",
    "latestRun": {
      "createdByUserName": "<string>",
      "createdByUserUuid": "<string>",
      "resourceName": "<string>",
      "resourceUuid": "<string>",
      "resourceType": "chart",
      "logCounts": {
        "error": 123,
        "completed": 123,
        "started": 123,
        "scheduled": 123,
        "total": 123
      },
      "details": {},
      "createdAt": "2023-11-07T05:31:56Z",
      "runStatus": "completed",
      "status": "scheduled",
      "scheduledTime": "2023-11-07T05:31:56Z",
      "schedulerName": "<string>",
      "schedulerUuid": "<string>",
      "runId": "<string>"
    },
    "targets": [
      {
        "channel": "<string>",
        "schedulerUuid": "<string>",
        "updatedAt": "2023-11-07T05:31:56Z",
        "createdAt": "2023-11-07T05:31:56Z",
        "schedulerSlackTargetUuid": "<string>"
      }
    ]
  },
  "status": "ok"
}

Path Parameters

schedulerUuid
string
required

The uuid of the scheduler to update

Response

Success

results
object
required
  • Option 1
  • Option 2
status
enum<string>
required
Available options:
ok