Overview

Cloudera DataCatalog Service is a web service, using this service a user can execute operations like launching profilers in DataCatalog.

Version information

Version : 0.9.112

License information

License : Apache 2.0
Terms of service : null

URI scheme

Schemes : HTTPS

Consumes

  • application/json

Produces

  • application/json

Paths

Launches DataCatalog profilers in a given datalake.

POST /api/v1/datacatalog/launchProfilers

Description

Launches DataCatalog profilers in a given datalake.

Parameters

Type Name Schema

Body

input
required

Responses

HTTP Code Description Schema

200

Expected response to a valid request.

default

The default response on an error.

Definitions

Cluster

Information about a cluster.

Name Description Schema

cloudPlatform
optional

The cloud platform.

string

clusterName
optional

The name of the cluster.

string

clusterStatus
optional

The status of the cluster.

string

clusterTemplateCrn
optional

The CRN of the cluster template used for the cluster creation.

string

creationDate
optional

The date when the cluster was created.

string (date-time)

credentialCrn
optional

The CRN of the credential.

string

crn
optional

The CRN of the cluster.

string

datalakeCrn
optional

The CRN of the attached datalake.

string

environmentCrn
optional

The CRN of the environment.

string

imageDetails
optional

The image details.

nodeCount
optional

The cluster node count.

integer (int32)

workloadType
optional

The workload type for the cluster.

string

Error

An object returned on an error.

Name Description Schema

code
optional

The error code.

string

message
optional

The error message.

string

ImageDetails

The details of the image used for cluster instances.

Name Description Schema

catalogName
optional

The image catalog name.

string

catalogUrl
optional

The image catalog URL.

string

id
optional

The ID of the image used for cluster instances. This is internally generated by the cloud provider to uniquely identify the image.

string

name
optional

The name of the image used for cluster instances.

string

LaunchProfilersRequest

Launch Profilers request.

Name Description Schema

datalake
required

The Name or CRN of the Datalake.

string

enableHA
optional

Enables High Availability (HA) for datacatalog profilers (default value is false). The High Availability (HA) Profiler cluster provides failure resilience and scalability but incurs additional cost.

boolean

LaunchProfilersResponse

Profiler launch operation response.

Name Description Schema

datahubCluster
optional

Datahub cluster details.


Copyright © 2024 Cloudera, Inc. All rights reserved.