Skip to content

Commit

Permalink
CDP Beta API Documentation 0.9.120
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudera-sre-svc committed Aug 15, 2024
1 parent 3da43ab commit e8dac31
Show file tree
Hide file tree
Showing 41 changed files with 513 additions and 224 deletions.
13 changes: 13 additions & 0 deletions api-docs-beta/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# CDP Control Plane Public API Changelog

## 0.9.120 (2024-08-14)
* datalake: Add `rangerCloudAccessAuthorizerRole` parameter to `validate-aws-cloud-storage` command.
* datalake: Add new property `dryRunValidation` to `AdminOperationsBackupRestoreState` object.
* dw: Deprecate property `templateName` in `create-data-visualization` command.
* dw: Deprecate property `template` in `create-vw` command.
* environments: Add new property `created` to `Credential` object.
* cloudprivatelinks: Add new `revoke-private-link-service-access` command.
* cloudprivatelinks: Make `cloudServiceProvider` parameter required in `create-private-link-endpoint` and `delete-private-link-endpoint` commands.

BACKWARD INCOMPATIBILITIES:
* dw: Remove `format` parameter from `ConfigBlockReq` and `ConfigBlockResp` objects.
* cloudprivatelinks: Remove properties `serviceComponents` and `environmentCrn` in `create-private-link-endpoint` and `delete-private-link-endpoint` commands.

## 0.9.119 (2024-07-31)
* datahub/datalake: Add new `rotate-db-certificate` command.
* de: Add new `force` and `includeJobRuns` options to `create-backup` command.
Expand Down
40 changes: 20 additions & 20 deletions api-docs-beta/README.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
# CDP Control Plane Public API Documentation

*Version: 0.9.119 (BETA)*
*Version: 0.9.120 (BETA)*

Available documentation is listed by service below.

| Service | Version |
| --- | --- |
| [audit](./audit/index.html) | 0.9.119 |
| [cloudprivatelinks](./cloudprivatelinks/index.html) | 0.9.119 |
| [compute](./compute/index.html) | 0.9.119 |
| [consumption](./consumption/index.html) | 0.9.119 |
| [datacatalog](./datacatalog/index.html) | 0.9.119 |
| [datahub](./datahub/index.html) | 0.9.119 |
| [datalake](./datalake/index.html) | 0.9.119 |
| [de](./de/index.html) | 0.9.119 |
| [df](./df/index.html) | 0.9.119 |
| [dfworkload](./dfworkload/index.html) | 0.9.119 |
| [drscp](./drscp/index.html) | 0.9.119 |
| [dw](./dw/index.html) | 0.9.119 |
| [environments](./environments/index.html) | 0.9.119 |
| [iam](./iam/index.html) | 0.9.119 |
| [imagecatalog](./imagecatalog/index.html) | 0.9.119 |
| [metrics](./metrics/index.html) | 0.9.119 |
| [ml](./ml/index.html) | 0.9.119 |
| [opdb](./opdb/index.html) | 0.9.119 |
| [replicationmanager](./replicationmanager/index.html) | 0.9.119 |
| [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 |
| [metrics](./metrics/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 |

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-beta/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.119 (BETA)</p>
<p><em>Version</em> : 0.9.120 (BETA)</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-02 09:24:46 -0700
Last updated 2024-08-14 13:40:30 -0700
</div>
</div>
<br>
Expand Down
Loading

0 comments on commit e8dac31

Please sign in to comment.