Cloudera Datalake API

The Datalake API from Cloudera — 2 operation(s) for datalake.

OpenAPI Specification

cloudera-datalake-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: Cloudera CDP Public Cloud Control Plane DataEngineering Datalake API
  description: 'Best-effort OpenAPI 3.1 description of the Cloudera Data Platform (CDP)

    Public Cloud Control Plane API. The CDP API exposes operations for

    managing environments, datalakes, data hubs, ML workspaces, data

    engineering services, and IAM resources. Calls are POST-style RPCs under

    versioned service paths (environments2, datalake, datahub, ml, dataeng,

    iam). Requests are signed with the x-altus-auth header and an

    x-altus-date timestamp per the CDP request signing specification.

    '
  version: 0.9.158
  contact:
    name: Cloudera
    url: https://docs.cloudera.com/cdp-public-cloud/cloud/api/topics/mc-api-overview.html
servers:
- url: https://api.us-west-1.cdp.cloudera.com
  description: CDP control plane (us-west-1)
security:
- altusAuth: []
tags:
- name: Datalake
paths:
  /api/v1/datalake/listDatalakes:
    post:
      summary: List datalakes
      operationId: listDatalakes
      tags:
      - Datalake
      responses:
        '200':
          description: List of datalakes
  /api/v1/datalake/describeDatalake:
    post:
      summary: Describe a datalake
      operationId: describeDatalake
      tags:
      - Datalake
      responses:
        '200':
          description: Datalake details
components:
  securitySchemes:
    altusAuth:
      type: apiKey
      in: header
      name: x-altus-auth
      description: 'CDP signature-based authentication. Each request must include an

        x-altus-auth signature header and an x-altus-date timestamp header.

        '