Keboola · Schema

StorageBackendDetailResponse

Data PlatformETLELTData PipelineData StorageTransformationOrchestrationData OperationsCloud DataSnowflakeBigQuery

Properties

Name Type Description
id integer Root credentials identifier.
host string Hostname of the backend.
backend string Storage backend type.
region string Backend region.
owner string Associated legal owner (mostly: keboola, client-).
technicalOwner string Associated technical owner (who technically manages the account). One of: keboola, internal, kbdb, byodb.
username string Username used for the connection.
stats object Backend usage statistics.
created string Credentials creation time.
creator object Creator details.
warehouse string Warehouse name.
database string Database name.
useSynapseManagedIdentity boolean Flag for Synapse managed identity.
saml2Configuration object SAML2 configuration for the backend.
useDynamicBackends boolean Flag for Snowflake dynamic backends.
useSso boolean Deprecated; use isSsoEnabled. Snowflake SSO flag.
isSsoEnabled boolean Whether SSO (SAML2) is enabled for the Snowflake backend.
isSsoConfigured boolean Whether SAML2 SSO configuration exists for the Snowflake backend.
technicalOwnerContactEmails array Array of technical owner contact emails for SAML2 certificate rotation notifications.
View JSON Schema on GitHub

JSON Schema

keboola-storagebackenddetailresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "StorageBackendDetailResponse",
  "required": [
    "id",
    "backend",
    "region",
    "owner",
    "technicalOwner",
    "stats",
    "created",
    "creator",
    "useDynamicBackends",
    "technicalOwnerContactEmails"
  ],
  "properties": {
    "id": {
      "description": "Root credentials identifier.",
      "type": "integer"
    },
    "host": {
      "description": "Hostname of the backend.",
      "type": "string",
      "nullable": true
    },
    "backend": {
      "description": "Storage backend type.",
      "type": "string"
    },
    "region": {
      "description": "Backend region.",
      "type": "string"
    },
    "owner": {
      "description": "Associated legal owner (mostly: keboola, client-<name>).",
      "type": "string"
    },
    "technicalOwner": {
      "description": "Associated technical owner (who technically manages the account). One of: keboola, internal, kbdb, byodb.",
      "type": "string"
    },
    "username": {
      "description": "Username used for the connection.",
      "type": "string",
      "nullable": true
    },
    "stats": {
      "description": "Backend usage statistics.",
      "properties": {
        "projectsCount": {
          "description": "Number of projects using the backend.",
          "type": "integer"
        },
        "bucketsCount": {
          "description": "Number of buckets.",
          "type": "integer"
        },
        "dataSizeGB": {
          "description": "Total data size in gigabytes.",
          "type": "integer"
        },
        "rowsCount": {
          "description": "Total rows count.",
          "type": "integer"
        }
      },
      "type": "object"
    },
    "created": {
      "description": "Credentials creation time.",
      "type": "string",
      "format": "date-time"
    },
    "creator": {
      "description": "Creator details.",
      "properties": {
        "id": {
          "type": "integer",
          "nullable": true
        },
        "name": {
          "type": "string",
          "nullable": true
        }
      },
      "type": "object"
    },
    "warehouse": {
      "description": "Warehouse name.",
      "type": "string",
      "nullable": true
    },
    "database": {
      "description": "Database name.",
      "type": "string",
      "nullable": true
    },
    "useSynapseManagedIdentity": {
      "description": "Flag for Synapse managed identity.",
      "type": "boolean",
      "nullable": true
    },
    "saml2Configuration": {
      "description": "SAML2 configuration for the backend.",
      "properties": {
        "idpEntityId": {
          "type": "string"
        },
        "spEntityId": {
          "type": "string"
        },
        "spAcsUrl": {
          "type": "string"
        },
        "publicKey": {
          "type": "string"
        }
      },
      "type": "object",
      "nullable": true
    },
    "useDynamicBackends": {
      "description": "Flag for Snowflake dynamic backends.",
      "type": "boolean"
    },
    "useSso": {
      "description": "Deprecated; use isSsoEnabled. Snowflake SSO flag.",
      "type": "boolean",
      "nullable": true,
      "deprecated": true
    },
    "isSsoEnabled": {
      "description": "Whether SSO (SAML2) is enabled for the Snowflake backend.",
      "type": "boolean",
      "nullable": true
    },
    "isSsoConfigured": {
      "description": "Whether SAML2 SSO configuration exists for the Snowflake backend.",
      "type": "boolean",
      "nullable": true
    },
    "technicalOwnerContactEmails": {
      "description": "Array of technical owner contact emails for SAML2 certificate rotation notifications.",
      "type": "array",
      "items": {
        "type": "string",
        "format": "email"
      }
    }
  },
  "type": "object"
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/keboola-storagebackenddetailresponse"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.