Skip to content

Commit 4b11a15

Browse files
CDP CLI 0.9.111
1 parent 73fe910 commit 4b11a15

File tree

21 files changed

+286
-31
lines changed

21 files changed

+286
-31
lines changed

PKG-INFO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Metadata-Version: 2.1
22
Name: cdpcli
3-
Version: 0.9.109
3+
Version: 0.9.111
44
Summary: Cloudera CDP Command Line Interface
55
Home-page: https://console.cdp.cloudera.com/
66
Author: Cloudera, Inc.

cdpcli.egg-info/PKG-INFO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Metadata-Version: 2.1
22
Name: cdpcli
3-
Version: 0.9.109
3+
Version: 0.9.111
44
Summary: Cloudera CDP Command Line Interface
55
Home-page: https://console.cdp.cloudera.com/
66
Author: Cloudera, Inc.

cdpcli/_version.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88

99
version_json = '''
1010
{
11-
"date": "2024-03-27T13:31:47-0500",
11+
"date": "2024-04-11T13:59:34-0500",
1212
"dirty": true,
1313
"error": null,
14-
"full-revisionid": "74b1094762684f36b4b86a1b0d0aae2238762df8",
15-
"version": "0.9.109"
14+
"full-revisionid": "6a51688922f3f4a4715e96b7269f9d836d3411c7",
15+
"version": "0.9.111"
1616
}
1717
''' # END VERSION_JSON
1818

cdpcli/data/audit/audit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ x-products: CDP
55
x-form-factors: public
66
x-cdp-releases: PUBLIC
77
info:
8-
version: 0.9.109
8+
version: 0.9.111
99
title: Cloudera Audit Service
1010
license:
1111
name: Apache 2.0

cdpcli/data/cloudprivatelinks/cloudprivatelinks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ x-products: CDP
55
x-form-factors: public
66
x-cdp-releases: PUBLIC
77
info:
8-
version: 0.9.109
8+
version: 0.9.111
99
title: Cloudera CloudPrivateLinks API Service
1010
license:
1111
name: Apache 2.0

cdpcli/data/compute/compute.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ x-products: CDP
55
x-form-factors: public,private
66
x-cdp-releases: PUBLIC
77
info:
8-
version: 0.9.109
8+
version: 0.9.111
99
title: Cloudera Compute Service
1010
license:
1111
name: Apache 2.0

cdpcli/data/consumption/consumption.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ x-products: CDP
55
x-form-factors: public
66
x-cdp-releases: PUBLIC
77
info:
8-
version: 0.9.109
8+
version: 0.9.111
99
title: Cloudera Consumption API Service
1010
license:
1111
name: Apache 2.0

cdpcli/data/datacatalog/datacatalog.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ x-form-factors: public
55
x-cdp-releases: PUBLIC
66
x-audit: true
77
info:
8-
version: 0.9.109
8+
version: 0.9.111
99
title: Cloudera DataCatalog Service
1010
license:
1111
name: Apache 2.0

cdpcli/data/datahub/datahub.yaml

Lines changed: 57 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ x-form-factors: public
66
x-cdp-releases: PUBLIC
77
x-audit: true
88
info:
9-
version: 0.9.109
9+
version: 0.9.111
1010
title: Cloudera Data hub Service
1111
license:
1212
name: Apache 2.0
@@ -1221,6 +1221,28 @@ paths:
12211221
description: The default response on an error.
12221222
schema:
12231223
$ref: '#/definitions/Error'
1224+
/api/v1/datahub/getVmTypes:
1225+
post:
1226+
summary: Creates a recommendation that advises virtual machine types for the given cluster template based on the given properties.
1227+
description: Creates a recommendation that advises virtual machine types for the given cluster template based on the given properties.
1228+
operationId: getVmTypes
1229+
x-mutating: false
1230+
x-no-compatibility-guarantee: true
1231+
parameters:
1232+
- name: input
1233+
in: body
1234+
required: true
1235+
schema:
1236+
$ref: '#/definitions/GetVmTypesRequest'
1237+
responses:
1238+
200:
1239+
description: Expected response to a valid request.
1240+
schema:
1241+
$ref: '#/definitions/GetVmTypesResponse'
1242+
default:
1243+
description: The default response on an error.
1244+
schema:
1245+
$ref: '#/definitions/Error'
12241246
/api/v1/datahub/startInstances:
12251247
post:
12261248
summary: Starts instances of a particular host group in the Data Hub cluster.
@@ -4129,6 +4151,40 @@ definitions:
41294151
description: Array of log descriptors. (useful for diagnostics collection filtering)
41304152
items:
41314153
$ref: '#/definitions/DatahubVmLogResponse'
4154+
GetVmTypesRequest:
4155+
x-no-compatibility-guarantee: true
4156+
type: object
4157+
description: Request object for fetching the available virtual machine types based on the given parameters.
4158+
required:
4159+
- clusterTemplate
4160+
- credential
4161+
- region
4162+
properties:
4163+
clusterTemplate:
4164+
type: string
4165+
description: The name of the given cluster template.
4166+
credential:
4167+
type: string
4168+
description: The name or CRN of the credential that is required to access the cloud provider.
4169+
region:
4170+
type: string
4171+
description: The region where we should look for the supported VM types.
4172+
availabilityZone:
4173+
type: string
4174+
description: The selected availability zone.
4175+
clusterDefinitionName:
4176+
type: string
4177+
description: The name of the cluster definition.
4178+
GetVmTypesResponse:
4179+
x-no-compatibility-guarantee: true
4180+
type: object
4181+
description: Response object from the VM type fetch operation.
4182+
properties:
4183+
vmTypes:
4184+
description: The supported VM types based on the given parameters.
4185+
type: array
4186+
items:
4187+
type: string
41324188
RotateAutoTlsCertificatesRequest:
41334189
type: object
41344190
description: Request object to rotate autotls certificates on datahub's hosts, deprecated.

cdpcli/data/datalake/datalake.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ x-form-factors: public
66
x-cdp-releases: PUBLIC
77
x-audit: true
88
info:
9-
version: 0.9.109
9+
version: 0.9.111
1010
title: Cloudera Datalake Service
1111
license:
1212
name: Apache 2.0
@@ -1461,6 +1461,9 @@ definitions:
14611461
enableRangerRaz:
14621462
type: boolean
14631463
description: Whether to enable Ranger RAZ for the datalake. Defaults to not being enabled.
1464+
enableRangerRms:
1465+
type: boolean
1466+
description: Whether to enable Ranger RMS for the datalake. Defaults to not being enabled.
14641467
multiAz:
14651468
type: boolean
14661469
description: Controls if the datalake is deployed in a multi-availability zone way.

0 commit comments

Comments
 (0)