Skip to content

Commit

Permalink
CDP API Documentation 0.9.121
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudera-sre-svc committed Sep 3, 2024
1 parent e53b26d commit 2aca36b
Show file tree
Hide file tree
Showing 39 changed files with 6,296 additions and 1,823 deletions.
18 changes: 18 additions & 0 deletions api-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# CDP Control Plane Public API Changelog

## 0.9.121 (2024-09-03)
* de: Add new property `sparkConfigs` to `VcDescription` object.
* de: Add `sparkConfigs` parameter to `createVc` and `updateVc` commands.
* de: Add new commands `upgradeService` and `getUpgradeStatus`.
* de: Add new properties `azureFilesharePrivateDNSZoneId` and `azureDatabasePrivateDNSZoneId` to `enableService` command.
* dw: Remove deprecation tag from `computeInstanceType` parameter in `createAwsCluster` and `createAzureCluster` commands.
* dw: Remove deprecation tag from `computeInstanceType` property in `AwsActivationOptions` and `AzureActivationOptions` objects.
* dw: Remove deprecation tag from `computeInstanceType` field in the response of `clusterSummary` command.
* ml: Add new commands `addInstanceGroupsMlServingApp`, `createMlServingApp`, `deleteInstanceGroupMlServingApp`, `deleteMlServingApp`, `describeMlServingApp`, `getMlServingAppKubeconfig`, `grantMlServingAppAccess`, `listInstanceTypeConfiguration`, `listMlServingAppAccess`, `listMlServingApps`, `listRelevantInstances`, `modifyMlServingApp`, `revokeMlServingAppAccess`, and `upgradeMlServingApp`.
* opdb: Update description of `StorageType` object.
* opdb: Add new command `updateDatabase`.

BACKWARD INCOMPATIBILITIES:
* dw: Remove `Docker` value from enum `registryType` in `CustomRegistryOptions` object.
* dw: Remove `userName`, `password`, and `disableImageVerification` properties from `CustomRegistryOptions` object.
* dw: Remove `upgradeCluster` command.


## 0.9.120 (2024-08-14)
* datalake: Add `rangerCloudAccessAuthorizerRole` parameter to `validate-aws-cloud-storage` command.
* datalake: Add new property `dryRunValidation` to `AdminOperationsBackupRestoreState` object.
Expand Down
38 changes: 19 additions & 19 deletions api-docs/README.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
# CDP Control Plane Public API Documentation

*Version: 0.9.120*
*Version: 0.9.121*

[CHANGELOG](CHANGELOG.md)

Available documentation is listed by service below.

| Service | Version |
| --- | --- |
| [audit](./audit/index.html) | 0.9.120 |
| [cloudprivatelinks](./cloudprivatelinks/index.html) | 0.9.120 |
| [compute](./compute/index.html) | 0.9.120 |
| [consumption](./consumption/index.html) | 0.9.120 |
| [datacatalog](./datacatalog/index.html) | 0.9.120 |
| [datahub](./datahub/index.html) | 0.9.120 |
| [datalake](./datalake/index.html) | 0.9.120 |
| [de](./de/index.html) | 0.9.120 |
| [df](./df/index.html) | 0.9.120 |
| [dfworkload](./dfworkload/index.html) | 0.9.120 |
| [drscp](./drscp/index.html) | 0.9.120 |
| [dw](./dw/index.html) | 0.9.120 |
| [environments](./environments/index.html) | 0.9.120 |
| [iam](./iam/index.html) | 0.9.120 |
| [imagecatalog](./imagecatalog/index.html) | 0.9.120 |
| [ml](./ml/index.html) | 0.9.120 |
| [opdb](./opdb/index.html) | 0.9.120 |
| [replicationmanager](./replicationmanager/index.html) | 0.9.120 |
| [audit](./audit/index.html) | 0.9.121 |
| [cloudprivatelinks](./cloudprivatelinks/index.html) | 0.9.121 |
| [compute](./compute/index.html) | 0.9.121 |
| [consumption](./consumption/index.html) | 0.9.121 |
| [datacatalog](./datacatalog/index.html) | 0.9.121 |
| [datahub](./datahub/index.html) | 0.9.121 |
| [datalake](./datalake/index.html) | 0.9.121 |
| [de](./de/index.html) | 0.9.121 |
| [df](./df/index.html) | 0.9.121 |
| [dfworkload](./dfworkload/index.html) | 0.9.121 |
| [drscp](./drscp/index.html) | 0.9.121 |
| [dw](./dw/index.html) | 0.9.121 |
| [environments](./environments/index.html) | 0.9.121 |
| [iam](./iam/index.html) | 0.9.121 |
| [imagecatalog](./imagecatalog/index.html) | 0.9.121 |
| [ml](./ml/index.html) | 0.9.121 |
| [opdb](./opdb/index.html) | 0.9.121 |
| [replicationmanager](./replicationmanager/index.html) | 0.9.121 |

API documentation uses the Adoc Riak stylesheet from
[https://github.com/darshandsoni/asciidoctor-skins](https://github.com/darshandsoni/asciidoctor-skins).
Expand Down
4 changes: 2 additions & 2 deletions api-docs/audit/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,7 @@ <h2 id="_overview">Overview</h2>
<div class="sect2">
<h3 id="_version_information">Version information</h3>
<div class="paragraph">
<p><em>Version</em> : 0.9.120</p>
<p><em>Version</em> : 0.9.121</p>
</div>
</div>
<div class="sect2">
Expand Down Expand Up @@ -3910,7 +3910,7 @@ <h3 id="_markarchivebatchesassuccessfulresponse">MarkArchiveBatchesAsSuccessfulR
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-08-15 13:31:24 -0700
Last updated 2024-09-03 11:10:46 -0700
</div>
</div>
<br>
Expand Down
4 changes: 2 additions & 2 deletions api-docs/cloudprivatelinks/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@ <h2 id="_overview">Overview</h2>
<div class="sect2">
<h3 id="_version_information">Version information</h3>
<div class="paragraph">
<p><em>Version</em> : 0.9.120</p>
<p><em>Version</em> : 0.9.121</p>
</div>
</div>
<div class="sect2">
Expand Down Expand Up @@ -2734,7 +2734,7 @@ <h3 id="_revokeprivatelinkserviceaccessresult">RevokePrivateLinkServiceAccessRes
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-08-15 13:31:24 -0700
Last updated 2024-09-03 11:10:46 -0700
</div>
</div>
<br>
Expand Down
4 changes: 2 additions & 2 deletions api-docs/compute/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@ <h2 id="_overview">Overview</h2>
<div class="sect2">
<h3 id="_version_information">Version information</h3>
<div class="paragraph">
<p><em>Version</em> : 0.9.120</p>
<p><em>Version</em> : 0.9.121</p>
</div>
</div>
<div class="sect2">
Expand Down Expand Up @@ -2416,7 +2416,7 @@ <h3 id="_upgradedeploymentresponse">UpgradeDeploymentResponse</h3>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-08-15 13:31:24 -0700
Last updated 2024-09-03 11:10:46 -0700
</div>
</div>
<br>
Expand Down
4 changes: 2 additions & 2 deletions api-docs/consumption/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@ <h2 id="_overview">Overview</h2>
<div class="sect2">
<h3 id="_version_information">Version information</h3>
<div class="paragraph">
<p><em>Version</em> : 0.9.120</p>
<p><em>Version</em> : 0.9.121</p>
</div>
</div>
<div class="sect2">
Expand Down Expand Up @@ -1259,7 +1259,7 @@ <h3 id="_listcomputeusagerecordsresponse">ListComputeUsageRecordsResponse</h3>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-08-15 13:31:24 -0700
Last updated 2024-09-03 11:10:46 -0700
</div>
</div>
<br>
Expand Down
4 changes: 2 additions & 2 deletions api-docs/datacatalog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@ <h2 id="_overview">Overview</h2>
<div class="sect2">
<h3 id="_version_information">Version information</h3>
<div class="paragraph">
<p><em>Version</em> : 0.9.120</p>
<p><em>Version</em> : 0.9.121</p>
</div>
</div>
<div class="sect2">
Expand Down Expand Up @@ -1220,7 +1220,7 @@ <h3 id="_launchprofilersresponse">LaunchProfilersResponse</h3>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-08-15 13:31:24 -0700
Last updated 2024-09-03 11:10:46 -0700
</div>
</div>
<br>
Expand Down
4 changes: 2 additions & 2 deletions api-docs/datahub/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1356,7 +1356,7 @@ <h2 id="_overview">Overview</h2>
<div class="sect2">
<h3 id="_version_information">Version information</h3>
<div class="paragraph">
<p><em>Version</em> : 0.9.120</p>
<p><em>Version</em> : 0.9.121</p>
</div>
</div>
<div class="sect2">
Expand Down Expand Up @@ -17827,7 +17827,7 @@ <h3 id="_volumeencryptionrequest">VolumeEncryptionRequest</h3>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-08-15 13:31:24 -0700
Last updated 2024-09-03 11:10:46 -0700
</div>
</div>
<br>
Expand Down
4 changes: 2 additions & 2 deletions api-docs/datalake/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1199,7 +1199,7 @@ <h2 id="_overview">Overview</h2>
<div class="sect2">
<h3 id="_version_information">Version information</h3>
<div class="paragraph">
<p><em>Version</em> : 0.9.120</p>
<p><em>Version</em> : 0.9.121</p>
</div>
</div>
<div class="sect2">
Expand Down Expand Up @@ -13981,7 +13981,7 @@ <h3 id="_validateazurecloudstorageresponse">ValidateAzureCloudStorageResponse</h
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-08-15 13:31:24 -0700
Last updated 2024-09-03 11:10:46 -0700
</div>
</div>
<br>
Expand Down
Loading

0 comments on commit 2aca36b

Please sign in to comment.