Keboola · Example Payload

Scheduler Api Activate Request

Data PlatformETLELTData PipelinesData StorageTransformationsOrchestrationData OperationsCloud DataSnowflakeBigQuery

Scheduler Api Activate Request is an example object payload from Keboola, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

Activate configurationActivate a given version of the configuration

Example Payload

Raw ↑
{
  "Activate configuration": {
    "value": {
      "configurationId": 12333456
    }
  },
  "Activate a given version of the configuration": {
    "value": {
      "configurationId": 12333456,
      "configurationVersionId": 12
    }
  }
}