GET
/
api
/
v1
/
schedulers
/
{schedulerUuid}
{
  "results": {
    "includeLinks": true,
    "notificationFrequency": "always",
    "enabled": true,
    "thresholds": [
      {
        "value": 123,
        "fieldId": "<string>",
        "operator": "greaterThan"
      }
    ],
    "options": {
      "limit": 123,
      "formatted": true
    },
    "dashboardUuid": null,
    "savedChartUuid": "<string>",
    "timezone": "<string>",
    "cron": "<string>",
    "format": "csv",
    "createdBy": "<string>",
    "updatedAt": "2023-11-07T05:31:56Z",
    "createdAt": "2023-11-07T05:31:56Z",
    "message": "<string>",
    "name": "<string>",
    "schedulerUuid": "<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

200
application/json
Success
results
object
required
status
enum<string>
required
Available options:
ok