Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Keboola Component Configuration Rows API

The Component Configuration Rows API from Keboola — 7 operation(s) for component configuration rows.

Keboola Component Configuration Rows API is one of 79 APIs that Keboola publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Component Configuration Rows. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 13 operations across 7 paths, and defines 6 schemas. It is described by OpenAPI 3.0.0, at version 1.0.0.

Requests are made against the base URL https://connection.keboola.com/v2/storage.

13 operations 7 paths 6 schemas 2 DELETE5 GET2 POST4 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
1.0.0
Base URL
https://connection.keboola.com/v2/storage
Authentication
API Key
License
Resource Areas
1

Authentication & Security 1

Keboola Component Configuration Rows API declares 1 security scheme for authenticating requests. An API key is passed in the header as X-StorageApi-Token (ApiKeyAuth).

Paths & Operations 13

Across 7 paths, the API surfaces 13 operations — 2 DELETE, 5 GET, 2 POST, 4 PUT. Each is listed below with its method, path, parameters, and response codes.

Component Configuration Rows 13
GET
/v2/storage/branch/{branchId}/components/{componentId}/configs/{configurationId}/rows
List configuration rows
get_/v2/storage/branch/{branchId}/components/{componentId}/configs/{configurationId}/rows::ConfigurationRowListAction 3 params → 200404
POST
/v2/storage/branch/{branchId}/components/{componentId}/configs/{configurationId}/rows
Create configuration row
post_/v2/storage/branch/{branchId}/components/{componentId}/configs/{configurationId}/rows::ConfigurationRowCreateAction 3 params body → 201404409
GET
/v2/storage/components/{componentId}/configs/{configurationId}/rows
List configuration rows
get_/v2/storage/components/{componentId}/configs/{configurationId}/rows::ConfigurationRowListAction 2 params → 200404
POST
/v2/storage/components/{componentId}/configs/{configurationId}/rows
Create configuration row
post_/v2/storage/components/{componentId}/configs/{configurationId}/rows::ConfigurationRowCreateAction 2 params body → 201404409
GET
/v2/storage/branch/{branchId}/components/{componentId}/configs/{configurationId}/rows/{rowId}
Get configuration row detail
get_/v2/storage/branch/{branchId}/components/{componentId}/configs/{configurationId}/rows/{rowId}::ConfigurationRowDetailAction 4 params → 200404
PUT
/v2/storage/branch/{branchId}/components/{componentId}/configs/{configurationId}/rows/{rowId}
Update configuration row
put_/v2/storage/branch/{branchId}/components/{componentId}/configs/{configurationId}/rows/{rowId}::ConfigurationRowUpdateAction 4 params body → 200404409
DELETE
/v2/storage/branch/{branchId}/components/{componentId}/configs/{configurationId}/rows/{rowId}
Delete configuration row
delete_/v2/storage/branch/{branchId}/components/{componentId}/configs/{configurationId}/rows/{rowId}::ConfigurationRowDeleteAction 4 params body → 204404
GET
/v2/storage/components/{componentId}/configs/{configurationId}/rows/{rowId}
Get configuration row detail
get_/v2/storage/components/{componentId}/configs/{configurationId}/rows/{rowId}::ConfigurationRowDetailAction 3 params → 200404
PUT
/v2/storage/components/{componentId}/configs/{configurationId}/rows/{rowId}
Update configuration row
put_/v2/storage/components/{componentId}/configs/{configurationId}/rows/{rowId}::ConfigurationRowUpdateAction 3 params body → 200404409
DELETE
/v2/storage/components/{componentId}/configs/{configurationId}/rows/{rowId}
Delete configuration row
delete_/v2/storage/components/{componentId}/configs/{configurationId}/rows/{rowId}::ConfigurationRowDeleteAction 3 params body → 204404
GET
/v2/storage/branch/{branchId}/components/{componentId}/configs/{configurationId}/rows/{rowId}/diff
Get configuration row three-way diff
get_/v2/storage/branch/{branchId}/components/{componentId}/configs/{configurationId}/rows/{rowId}/diff::ConfigurationRowDiffAction 4 params → 200404400
PUT
/v2/storage/branch/{branchId}/components/{componentId}/configs/{configurationId}/rows/{rowId}/state
Update configuration row state
put_/v2/storage/branch/{branchId}/components/{componentId}/configs/{configurationId}/rows/{rowId}/state::ConfigurationRowStateUpdateAction 4 params body → 200404
PUT
/v2/storage/components/{componentId}/configs/{configurationId}/rows/{rowId}/state
Update configuration row state
put_/v2/storage/components/{componentId}/configs/{configurationId}/rows/{rowId}/state::ConfigurationRowStateUpdateAction 3 params body → 200404

Schemas 6

The contract defines 6 schemas that model the data the API accepts and returns. The most detailed are ConfigurationRowVersionResponse (10 properties), ConfigurationRowDiffResponse (3 properties). Each schema is shown below with its type and property counts.

CreateConfigurationRowRequest
object
UpdateConfigurationRowStateRequest
object
DeleteConfigurationRowRequest
object
UpdateConfigurationRowRequest
object
ConfigurationRowDiffResponse
object
Three-way diff of a single configuration row. Each side is a row version snapshot, or null when the row does not exist on that side. When there is no conflict…
3 properties 3 required
ConfigurationRowVersionResponse
object
10 properties 10 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

keboola-component-configuration-rows-api-openapi.yml Raw ↑

Other APIs Keboola publishes across the network.

Keboola Actions API
Keboola Admin Apps API
Keboola Admin Stacks API
Keboola Admin Users API
Keboola Admin Vendors API
Keboola App API
Keboola Auth API
Keboola Authorize API
Keboola Branch metadata API
Keboola Buckets API
Keboola Columns API
Keboola Component Configuration Metadata API