Keboola · Example Payload

Vault Api Createvariable Request

Data PlatformETLELTData PipelinesData StorageTransformationsOrchestrationData OperationsCloud DataSnowflakeBigQuery

Vault Api Createvariable 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

plain valueencrypted value in branch

Example Payload

Raw ↑
{
  "plain value": {
    "value": {
      "key": "mysqlHost",
      "value": "mysql.example.com"
    }
  },
  "encrypted value in branch": {
    "value": {
      "key": "mysqlPassword",
      "value": "ProjectSecure::123456",
      "attributes": {
        "branchId": 123
      },
      "flags": [
        "encrypted"
      ]
    }
  }
}