Altimate AI clickhouse-rbac API

The clickhouse-rbac API from Altimate AI — 1 operation(s) for clickhouse-rbac.

OpenAPI Specification

altimate-ai-clickhouse-rbac-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: Fast ACCOUNT_COSTS clickhouse-rbac API
  version: 0.1.0
tags:
- name: clickhouse-rbac
paths:
  /api/clickhouse-rbac:
    get:
      tags:
      - clickhouse-rbac
      summary: Get Clickhouse Rbac
      description: "Get ClickHouse RBAC information including roles, settings, and policies.\n\nReturns:\n    Dictionary containing roles, settings, and policies grouped by database"
      operationId: get_clickhouse_rbac_api_clickhouse_rbac_get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
      security:
      - HTTPBearer: []
      - HTTPBearer: []
components:
  securitySchemes:
    HTTPBearer:
      type: http
      scheme: bearer